From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: bug with file name completing Date: Fri, 07 Oct 2005 06:29:59 +0200 (CEST) Message-ID: <20051007.062959.123909205.wl@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1128659521 14818 80.91.229.2 (7 Oct 2005 04:32:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Oct 2005 04:32:01 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 07 06:31:52 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ENjtM-00082q-1F for ged-emacs-devel@m.gmane.org; Fri, 07 Oct 2005 06:31:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ENjtL-0000Kl-I2 for ged-emacs-devel@m.gmane.org; Fri, 07 Oct 2005 00:31:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ENjsy-0000GA-UP for emacs-devel@gnu.org; Fri, 07 Oct 2005 00:31:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ENjsw-0000Fk-VA for emacs-devel@gnu.org; Fri, 07 Oct 2005 00:31:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ENjsw-0000FU-II for emacs-devel@gnu.org; Fri, 07 Oct 2005 00:31:06 -0400 Original-Received: from [212.227.126.183] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ENjsw-0007HJ-G2 for emacs-devel@gnu.org; Fri, 07 Oct 2005 00:31:06 -0400 Original-Received: from p57820B84.dip0.t-ipconnect.de [87.130.11.132] (helo=rigel.site) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0MKxQS-1ENjsv1VlQ-0006ig; Fri, 07 Oct 2005 06:31:05 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by rigel.site (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j974TxFu005028 for ; Fri, 7 Oct 2005 06:29:59 +0200 Original-To: emacs-devel@gnu.org X-Mailer: Mew version 4.2.50 on Emacs 22.0.50.1 / Mule 5.0 (SAKAKI) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:2dc398bc694a1e60948148ba0a42c0da X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:43631 Archived-At: [CVS 2005-06-27] Create an empty directory `foo' in the current directory, then put two empty files `bar.ps' and `bar.pdf' into it. If using, say, `insert-file', completing in the minibuffer doesn't work as expected. Pressing `foo/', then , Emacs incorrectly completes to `foo/bar.ps' while it should be `foo/bar.p' only, and repeated pressing of should offer a menu with both `bar.ps' and `bar.pdf' as possible completions. I consider this as a serious bug of the file name completion since it isn't obvious for the user that `foo/bar.pdf' exists at all. Werner