From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1E3fsO-0005ss-E1 for mharc-grub-devel@gnu.org; Fri, 12 Aug 2005 16:11:36 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E3fsM-0005rp-56 for grub-devel@gnu.org; Fri, 12 Aug 2005 16:11:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E3fsJ-0005qR-Al for grub-devel@gnu.org; Fri, 12 Aug 2005 16:11:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E3fsJ-0005q9-6s for grub-devel@gnu.org; Fri, 12 Aug 2005 16:11:31 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E3g3N-0006V0-Ag for grub-devel@gnu.org; Fri, 12 Aug 2005 16:22:57 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 2F748FF65CA4 for ; Fri, 12 Aug 2005 22:07:47 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 12 Aug 05 20:07:46 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Fri, 12 Aug 2005 22:06:43 +0200 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508122206.43633.okuji@enbug.org> Subject: tab completion rewritten 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: Fri, 12 Aug 2005 20:11:34 -0000 I refactored the tab completion. It is still not friendly with white space in filenames, but this is somehow acceptable. When I worked on this, I found that BSD disklabel support is broken, although it should have worked in PUPA. I don't know why it is broken. For now, BSD support is not my priority, so I myself won't investigate this problem in near future. If you are interested in *BSD, please take a look at it. Next, I will fix some buggy behaviors of the entry editor and add more useful features. Okuji