From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JAxwq-0001K3-5Y for mharc-grub-devel@gnu.org; Fri, 04 Jan 2008 20:35:40 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAxwo-0001JO-BV for grub-devel@gnu.org; Fri, 04 Jan 2008 20:35:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAxwn-0001JC-OU for grub-devel@gnu.org; Fri, 04 Jan 2008 20:35:37 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAxwn-0001J9-Kh for grub-devel@gnu.org; Fri, 04 Jan 2008 20:35:37 -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 1JAxwn-0006Hn-AU for grub-devel@gnu.org; Fri, 04 Jan 2008 20:35:37 -0500 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id 5A82D3EB24 for ; Sat, 5 Jan 2008 02:40:26 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 5 Jan 2008 02:35:35 +0100 User-Agent: KMail/1.9.4 References: <20080104121447.GA6533@thorin> In-Reply-To: <20080104121447.GA6533@thorin> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801050235.35921.okuji@enbug.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] skip `.' and `..' directories in TAB completion 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, 05 Jan 2008 01:35:39 -0000 On Friday 04 January 2008 13:14, Robert Millan wrote: > This patch skips . and .. directories in tab completion. They're basicaly > useless to the user, and this mimics bash completion behaviour. Okay for me. Thanks, Okuji