From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FaJAC-0006PP-3J for mharc-grub-devel@gnu.org; Sun, 30 Apr 2006 17:09:08 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FaJAB-0006Oh-HA for grub-devel@gnu.org; Sun, 30 Apr 2006 17:09:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FaJA9-0006KF-8b for grub-devel@gnu.org; Sun, 30 Apr 2006 17:09:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaJA8-0006Jr-Vu for grub-devel@gnu.org; Sun, 30 Apr 2006 17:09:05 -0400 Received: from [194.109.24.23] (helo=smtp-vbr3.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FaJDo-0000qr-3i for grub-devel@gnu.org; Sun, 30 Apr 2006 17:12:52 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr3.xs4all.nl (8.13.6/8.13.6) with ESMTP id k3UL93w3068745; Sun, 30 Apr 2006 23:09:03 +0200 (CEST) (envelope-from mgerards@xs4all.nl) Mail-Copies-To: mgerards@xs4all.nl To: The development of GRUB 2 References: <87d5f0i1vp.fsf@xs4all.nl> From: Marco Gerards Date: Sun, 30 Apr 2006 23:10:55 +0200 In-Reply-To: <87d5f0i1vp.fsf@xs4all.nl> (Marco Gerards's message of "Sat, 29 Apr 2006 22:05:14 +0200") Message-ID: <87hd4ahiqo.fsf@xs4all.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Subject: Re: Variable context 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: Sun, 30 Apr 2006 21:09:07 -0000 Marco Gerards writes: Hi, > Here is a patch for making variables dependant on the context. Now > when the user uses configfile, another context is created. Like in > bash you can make variables global by using `export'. Committed. And some other patches were committed as well. Now there is a new command `source', with the alias `.' you can use to include files and stuff. Please tell me if you find some problem. -- Marco