From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JEVzE-00039F-7G for mharc-grub-devel@gnu.org; Mon, 14 Jan 2008 15:32:48 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JEVzB-00036o-BQ for grub-devel@gnu.org; Mon, 14 Jan 2008 15:32:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JEVz9-00035Y-Bt for grub-devel@gnu.org; Mon, 14 Jan 2008 15:32:44 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEVz9-00035M-35 for grub-devel@gnu.org; Mon, 14 Jan 2008 15:32:43 -0500 Received: from ns39764.ovh.net ([91.121.25.85] helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JEVz9-0000Aw-1d for grub-devel@gnu.org; Mon, 14 Jan 2008 15:32:43 -0500 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id 84A613EB24 for ; Mon, 14 Jan 2008 21:38:09 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Mon, 14 Jan 2008 21:32:39 +0100 User-Agent: KMail/1.9.4 References: <20080114141015.GA27293@thorin> In-Reply-To: <20080114141015.GA27293@thorin> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801142132.39086.okuji@enbug.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] fix flickering timeout message for slow terminals (gfxterm) 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: Mon, 14 Jan 2008 20:32:46 -0000 On Monday 14 January 2008 15:10, Robert Millan wrote: > As subject says. Based on suggestions from Vesa. Why do you want to use a nested function? Okuji