From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KOhuV-0003RG-GU for mharc-grub-devel@gnu.org; Thu, 31 Jul 2008 19:50:19 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOhuT-0003Q2-SD for grub-devel@gnu.org; Thu, 31 Jul 2008 19:50:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOhuR-0003Op-7L for grub-devel@gnu.org; Thu, 31 Jul 2008 19:50:16 -0400 Received: from [199.232.76.173] (port=40051 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOhuQ-0003Oh-V8 for grub-devel@gnu.org; Thu, 31 Jul 2008 19:50:14 -0400 Received: from main.gmane.org ([80.91.229.2]:45547 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 1KOhuQ-000634-Dd for grub-devel@gnu.org; Thu, 31 Jul 2008 19:50:15 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1KOhuE-00029W-QR for grub-devel@gnu.org; Thu, 31 Jul 2008 23:50:02 +0000 Received: from cable-87-78-192-2.netcologne.de ([87.78.192.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Jul 2008 23:50:02 +0000 Received: from patrick by cable-87-78-192-2.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Jul 2008 23:50:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: Patrick Georgi Date: Fri, 01 Aug 2008 01:48:57 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cable-87-78-192-2.netcologne.de User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: 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: Thu, 31 Jul 2008 23:50:18 -0000 Hi, I forgot this, so sorry for the separate mail: Currently, the parser expects comments to start at the beginning of the line, so "ls /foo # necessary because of baz" doesn't work properly I think a good scenario would be to have comments start either on "#" at pos0, or on " #". This way, ls /foo#bar continues to work. Also, currently the following is a single comment, which is an unusual feature: # this comment starts here\ and continues on this line Regards, Patrick Georgi