From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1D1WKX-0000yj-7n for mharc-grub-devel@gnu.org; Wed, 16 Feb 2005 16:03:29 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D1WKV-0000xc-Lj for grub-devel@gnu.org; Wed, 16 Feb 2005 16:03:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D1WKS-0000uO-V3 for grub-devel@gnu.org; Wed, 16 Feb 2005 16:03:27 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1WKS-0000tU-Mn for grub-devel@gnu.org; Wed, 16 Feb 2005 16:03:24 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D1W6C-0001f5-HT for grub-devel@gnu.org; Wed, 16 Feb 2005 15:48:40 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id AC9AFFEA852F for ; Wed, 16 Feb 2005 21:48:39 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 16 Feb 05 20:48:39 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Wed, 16 Feb 2005 21:49:50 +0100 User-Agent: KMail/1.7.1 References: <200502142225.36773.okuji@enbug.org> <200502152317.17747.okuji@enbug.org> <87ll9o4byw.fsf@marco.marco-g.com> In-Reply-To: <87ll9o4byw.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502162149.51421.okuji@enbug.org> Subject: Re: some design issues 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: Wed, 16 Feb 2005 21:03:28 -0000 On Wednesday 16 February 2005 19:05, Marco Gerards wrote: > What I meant is that when not passing a pointer for the context the > functions can only access the current menu, right? I don't think so. It depends on an implementation. For example, it is possible to make a linked list of menus... I don't know how useful this can be, though. Okuji