bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ignored files during TAB expansion


From: Juri Linkov
Subject: Re: ignored files during TAB expansion
Date: Fri, 30 Jan 2004 01:46:52 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Barry Margolin <barmar@alum.mit.edu> writes:
> In article <mailman.1573.1075407758.928.bug-gnu-emacs@gnu.org>,
>  Dan Jacobson <jidanni@jidanni.org> 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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]