[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ignored files during TAB expansion
|
From: |
Barry Margolin |
|
Subject: |
Re: ignored files during TAB expansion |
|
Date: |
Fri, 30 Jan 2004 02:31:46 GMT |
|
User-agent: |
MT-NewsWatcher/3.3b1 (PPC Mac OS X) |
In article <address@hidden>,
Juri Linkov <address@hidden> wrote:
> 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.
I think maybe a better solution is for completion in shell commands
*not* to use this list. It was designed to filter out files that you
wouldn't want to read with find-file. But when you're specifying
filename arguments to shell commands, the set of useful files is
dependent on the command you're applying to them. If it's a basic
command like mv or rm, there's no reason to filter out anything.
--
Barry Margolin, address@hidden
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***