From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Q on read-file-name and completion-ignored-extensions Date: Fri, 20 Jan 2006 00:00:49 +0100 Message-ID: <43D01A21.7070101@student.lu.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137713853 15159 80.91.229.2 (19 Jan 2006 23:37:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Jan 2006 23:37:33 +0000 (UTC) Cc: Drew Adams , Emacs-Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 20 00:37:32 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EzjLP-0005RG-Gj for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2006 00:37:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzjNr-0005sy-Ve for ged-emacs-devel@m.gmane.org; Thu, 19 Jan 2006 18:40:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eziov-0000vz-9R for emacs-devel@gnu.org; Thu, 19 Jan 2006 18:03:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ezios-0000tV-GA for emacs-devel@gnu.org; Thu, 19 Jan 2006 18:03:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ezior-0000sy-T6 for emacs-devel@gnu.org; Thu, 19 Jan 2006 18:03:54 -0500 Original-Received: from [81.228.11.98] (helo=pne-smtpout1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ezisy-0003Qp-Jn for emacs-devel@gnu.org; Thu, 19 Jan 2006 18:08:08 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn1.fre.skanova.net (7.2.069.1) id 43CFE5240000CC19; Fri, 20 Jan 2006 00:00:50 +0100 User-Agent: Thunderbird 1.5 (Windows/20051201) Original-To: Stefan Monnier In-Reply-To: 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:49281 Archived-At: Stefan Monnier wrote: > minibuffer-complete doesn't only do completion. It also lists > possible completions. When it does completion it does take > completion-ignored-extensions into account. When it lists completions > it doesn't. Just like the docstring says. > Maybe I missed something here, but my Emacs from 2006-01-06 does not say so. And it sounds very confusing. Is there a good reason for this?