From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1D0PQ3-00058z-FW for mharc-grub-devel@gnu.org; Sun, 13 Feb 2005 14:28:35 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D0PQ1-00058D-Cf for grub-devel@gnu.org; Sun, 13 Feb 2005 14:28:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D0PPJ-00050L-NS for grub-devel@gnu.org; Sun, 13 Feb 2005 14:27:50 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0POx-0004oI-Sa for grub-devel@gnu.org; Sun, 13 Feb 2005 14:27:28 -0500 Received: from [209.86.89.69] (helo=smtpauth09.mail.atl.earthlink.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D0OrL-0001Cl-7w for grub-devel@gnu.org; Sun, 13 Feb 2005 13:52:43 -0500 Received: from [63.246.184.80] (helo=[192.168.0.100]) by smtpauth09.mail.atl.earthlink.net with asmtp (Exim 4.34) id 1D0OrK-00008f-Tk for grub-devel@gnu.org; Sun, 13 Feb 2005 13:52:42 -0500 Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: <87r7jktkhv.fsf@marco.marco-g.com> References: <20050213151851.GA4056@miracle> <87r7jktkhv.fsf@marco.marco-g.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <49cf18247ab84e6549cffa295203e48e@penguinppc.org> Content-Transfer-Encoding: 7bit From: Hollis Blanchard Date: Sun, 13 Feb 2005 12:52:41 -0600 To: The development of GRUB 2 X-Mailer: Apple Mail (2.619.2) X-ELNK-Trace: 77a46389d001b1f223bcf3e39c2f8b5f1aa676d7e74259b7b3291a7d08dfec79b7c161b5a296939e3a6bc95950ea3de9350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 63.246.184.80 Subject: Re: [patch] configfile 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, 13 Feb 2005 19:28:33 -0000 On Feb 13, 2005, at 11:53 AM, Marco Gerards wrote: > > When this is called from normal mode, by running a command this means > that another normal mode will be started again. If you run this > command a few times, you would see a lot normal modes running when > examining the stack, right? Hmm, I think you're right. However, right now there is no single "menu" that could be replaced, just the one(s) created in grub_normal_execute. I guess that will need to be restructured before a "configfile" command will work. Too bad. -Hollis