From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: Re: ignored files during TAB expansion Date: Fri, 30 Jan 2004 01:46:52 +0200 Organization: JURTA Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <877jzanwr7.fsf@mail.jurta.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1075420311 10698 80.91.224.253 (29 Jan 2004 23:51:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2004 23:51:51 +0000 (UTC) Cc: Dan Jacobson Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jan 30 00:51:45 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AmLwn-0000uv-00 for ; Fri, 30 Jan 2004 00:51:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AmLwi-0001Me-CZ for geb-bug-gnu-emacs@m.gmane.org; Thu, 29 Jan 2004 18:51:40 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AmLwR-0001Cq-7M for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2004 18:51:23 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AmLvl-0000eq-Tl for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2004 18:51:14 -0500 Original-Received: from [66.33.219.4] (helo=spork.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AmLvl-0000dM-HF for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2004 18:50:41 -0500 Original-Received: from mail.jurta.org (80-235-34-40-dsl.mus.estpak.ee [80.235.34.40]) by spork.dreamhost.com (Postfix) with ESMTP id 6686B11DC30; Thu, 29 Jan 2004 15:50:34 -0800 (PST) Original-To: bug-gnu-emacs@gnu.org In-Reply-To: (Barry Margolin's message of "Thu, 29 Jan 2004 23:03:32 GMT") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:6820 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6820 Barry Margolin writes: > In article , > Dan Jacobson wrote: >> $ ls -d1 T* >> Taiwan >> The Art & Skill of Radio-Telegraphy 3rd edition 4-02.pdf >> $ emacs -q --no-site-file -nw >> C-x C-f T TAB >> We get Taiwan as only choice. The Art & Skill.... is ignored. >> Probably the "&" > > See the variable completion-ignored-extensions. ".pdf" is in its > default setting. That is why I have in .emacs: (delete-from-list 'completion-ignored-extensions ".pdf") (delete-from-list 'completion-ignored-extensions ".dvi") (delete-from-list 'completion-ignored-extensions ".log") OK, .log was recently removed from completion-ignored-extensions in Emacs CVS. Perhaps, .pdf and .dvi should be removed too, because these extensions are quite interesting for users. But more importantly that they would be removed from dired-omit-extensions which is constructed from the completion-ignored-extensions list. -- http://www.jurta.org/emacs/