From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FPkRR-0004cA-Ks for mharc-grub-devel@gnu.org; Sat, 01 Apr 2006 13:03:17 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FPkRQ-0004c5-1P for grub-devel@gnu.org; Sat, 01 Apr 2006 13:03:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FPkRO-0004bt-MP for grub-devel@gnu.org; Sat, 01 Apr 2006 13:03:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FPkRO-0004bq-GP for grub-devel@gnu.org; Sat, 01 Apr 2006 13:03:14 -0500 Received: from [157.24.2.30] (helo=smtp1.cc.lut.fi) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FPkU3-0001IX-FX for grub-devel@gnu.org; Sat, 01 Apr 2006 13:05:59 -0500 Received: from localhost (smtp1 [127.0.0.1]) by smtp1.cc.lut.fi (Postfix) with ESMTP id 2111170166 for ; Sat, 1 Apr 2006 21:03:13 +0300 (EEST) Received: from smtp1.cc.lut.fi ([127.0.0.1]) by localhost (smtp1.cc.lut.fi [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14081-08 for ; Sat, 1 Apr 2006 21:03:12 +0300 (EEST) Received: from [192.168.1.100] (lk4-a-4-1.lnet.lut.fi [157.24.102.107]) by smtp1.cc.lut.fi (Postfix) with ESMTP id D0278700EF for ; Sat, 1 Apr 2006 21:03:12 +0300 (EEST) Message-ID: <442EC06B.30702@nic.fi> Date: Sat, 01 Apr 2006 21:03:23 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: The development of GRUB 2 References: <548022359.20060331085212@opanki.ru> <442EB5AA.6070400@nic.fi> <87psk189nn.fsf@xs4all.nl> In-Reply-To: <87psk189nn.fsf@xs4all.nl> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: by lut.fi Content-Transfer-Encoding: quoted-printable Subject: Re: grub 1.93 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: Sat, 01 Apr 2006 18:03:16 -0000 Marco Gerards wrote: > Vesa J=E4=E4skel=E4inen writes: >> Sergey Ya. Korshunoff wrote: >>> 4) default 1 >>> This command do not select right menu item as in 1.92 (always 0) >> It seems to be broken. But I leave this to Marco when he have time to >> work on improving the menu code. (Btw. context setting is broken... >> there is only one pop in code) >=20 > Context setting? default and timeout use grub_context_get_current_menu () to get active menu. But nothing sets this context.