From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Q on read-file-name and completion-ignored-extensions Date: Wed, 18 Jan 2006 20:13:26 -0500 Message-ID: <87irshm35u.fsf-monnier+emacs@gnu.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1137635418 28492 80.91.229.2 (19 Jan 2006 01:50:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Jan 2006 01:50:18 +0000 (UTC) Cc: Emacs-Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 19 02:50:15 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 1EzOw3-0004em-7Z for ged-emacs-devel@m.gmane.org; Thu, 19 Jan 2006 02:49:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzOyS-0005W2-Gd for ged-emacs-devel@m.gmane.org; Wed, 18 Jan 2006 20:52:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EzOPB-0004qs-1T for emacs-devel@gnu.org; Wed, 18 Jan 2006 20:16:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EzOP8-0004mu-82 for emacs-devel@gnu.org; Wed, 18 Jan 2006 20:15:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzOP8-0004mi-0l for emacs-devel@gnu.org; Wed, 18 Jan 2006 20:15:58 -0500 Original-Received: from [209.226.175.93] (helo=tomts36-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EzOT4-0005tE-R3 for emacs-devel@gnu.org; Wed, 18 Jan 2006 20:20:03 -0500 Original-Received: from alfajor ([67.71.26.73]) by tomts36-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060119011327.DQSO5032.tomts36-srv.bellnexxia.net@alfajor>; Wed, 18 Jan 2006 20:13:27 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id A2F43D7377; Wed, 18 Jan 2006 20:13:26 -0500 (EST) Original-To: "Drew Adams" In-Reply-To: (Drew Adams's message of "Wed, 18 Jan 2006 13:46:51 -0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:49249 Archived-At: > Type the beginning of the name of one of the .el files - e.g. app, then TAB. > I see all files starting with "app" in *Completions*, including .el files. Yes, that's the intended behavior. The docstring says: This variable does not affect lists of possible completions, but does affect the commands that actually do completions. -- Stefan