From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KOvRF-0005sS-TX for mharc-grub-devel@gnu.org; Fri, 01 Aug 2008 10:17:01 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOvRD-0005rb-Rx for grub-devel@gnu.org; Fri, 01 Aug 2008 10:16:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOvRC-0005r4-Ra for grub-devel@gnu.org; Fri, 01 Aug 2008 10:16:59 -0400 Received: from [199.232.76.173] (port=34353 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOvRC-0005qz-JR for grub-devel@gnu.org; Fri, 01 Aug 2008 10:16:58 -0400 Received: from main.gmane.org ([80.91.229.2]:58600 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KOvRC-0003yv-6z for grub-devel@gnu.org; Fri, 01 Aug 2008 10:16:58 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KOvR9-0000VV-VD for grub-devel@gnu.org; Fri, 01 Aug 2008 14:16:55 +0000 Received: from cable-78-34-225-230.netcologne.de ([78.34.225.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Aug 2008 14:16:55 +0000 Received: from patrick by cable-78-34-225-230.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Aug 2008 14:16:55 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: Patrick Georgi Date: Fri, 01 Aug 2008 16:17:11 +0200 Message-ID: References: <4892907B.8020204@coresystems.de> <20080801134428.GB14359@thorin> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cable-78-34-225-230.netcologne.de User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: <20080801134428.GB14359@thorin> Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: slight oddity in script parser X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2008 14:17:00 -0000 Robert Millan schrieb: > If it's just to support \ in comments, I think it's not worth the hassle to > implement and later debug any problems it creates. There's also the "comments that don't start at the beginning of the line" thing, and it might be that one of the issues in my other mail (leading spaces within if/then/else trigger malloc magic failure) is related to it. Couldn't pinpoint it yet. The text corruption thing probably has its roots in the parser, too. Regards, Patrick Georgi