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: Re: bug with file name completing Date: Fri, 07 Oct 2005 17:31:09 +0200 (CEST) Message-ID: <20051007.173109.101858492.wl@gnu.org> References: <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 1128700030 5863 80.91.229.2 (7 Oct 2005 15:47:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Oct 2005 15:47:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 07 17:47:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ENuOC-0006oG-M6 for ged-emacs-devel@m.gmane.org; Fri, 07 Oct 2005 17:44:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ENuOC-0005yz-6Z for ged-emacs-devel@m.gmane.org; Fri, 07 Oct 2005 11:44:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ENuO0-0005ye-5I for emacs-devel@gnu.org; Fri, 07 Oct 2005 11:43:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ENuNx-0005yB-Kj for emacs-devel@gnu.org; Fri, 07 Oct 2005 11:43:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ENuNx-0005y8-HS for emacs-devel@gnu.org; Fri, 07 Oct 2005 11:43:49 -0400 Original-Received: from [212.227.126.183] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ENuNx-0000Ko-E8 for emacs-devel@gnu.org; Fri, 07 Oct 2005 11:43:49 -0400 Original-Received: from linzu1-204-220.utaonline.at [212.152.204.220] (helo=rigel.site) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0MKxQS-1ENuMu370k-0004BF; Fri, 07 Oct 2005 17:42:44 +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 j97FVAFu004993; Fri, 7 Oct 2005 17:31:10 +0200 Original-To: schwab@suse.de In-Reply-To: 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:43647 Archived-At: > > 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. > > completion-ignored-extensions is a variable defined in `C source code'. > Its value is > (".svn/" "CVS/" ".o" "~" ".bin" ".lbin" ".so" ".a" ".ln" ".blg" ".bbl" ".elc" ".lof" ".glo" ".idx" ".lot" ".dvi" ".fmt" ".tfm" ".pdf" ".class" ".fas" ".lib" ".mem" ".x86f" ".sparcf" ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl" ".lo" ".la" ".gmo" ".mo" ".toc" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs" ".pyc" ".pyo") Thanks, I wasn't aware of it. Werner