> From: "Richard M. Stallman" <[EMAIL PROTECTED]>
> Date: Sun, 09 Oct 2005 14:16:40 -0400
> Cc: emacs-devel@gnu.org
>
> BTW, there is "CVS/" in completion-ignored-extensions by default,
> but no "RCS/" and ",v". Should these extensions be added too?
>
> I am not sure why we wanted to ign
BTW, there is "CVS/" in completion-ignored-extensions by default,
but no "RCS/" and ",v". Should these extensions be added too?
I am not sure why we wanted to ignore the CVS directory, so I am not
sure whether to ignore the RCS directory. I think ignoring ,v is a
good idea.
___
I don't try to maintain dired-x.
I don't even want to know what's in it.
___
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
> This is the completion-ignored-extensions feature at work.
> .pdf is ignored; .ps is not, because (the idea is) that's a language
> people sometimes edit.
>
> In fact, nearly all .ps files are generated by programs, just as .pdf
> files are. Should we add .ps to completion-ignored-extensions?
B
> This is the completion-ignored-extensions feature at work.
> .pdf is ignored; .ps is not, because (the idea is) that's a language
> people sometimes edit.
>
> In fact, nearly all .ps files are generated by programs, just as .pdf
> files are. Should we add .ps to completion-ignored-extensions?
T
This is the completion-ignored-extensions feature at work.
.pdf is ignored; .ps is not, because (the idea is) that's a language
people sometimes edit.
In fact, nearly all .ps files are generated by programs, just as .pdf
files are. Should we add .ps to completion-ignored-extensions?
___
> > Create an empty directory `foo' in the current directory, then put
> > two empty files `bar.ps' and `bar.pdf' into it. If using, say,
> > `insert-file', completing in the minibuffer doesn't work as
> > expected. Pressing `foo/', then , Emacs incorrectly
> > completes to `foo/bar.ps' while it
Werner LEMBERG <[EMAIL PROTECTED]> writes:
> Create an empty directory `foo' in the current directory, then put two
> empty files `bar.ps' and `bar.pdf' into it. If using, say,
> `insert-file', completing in the minibuffer doesn't work as expected.
> Pressing `foo/', then , Emacs incorrectly comp
[CVS 2005-06-27]
Create an empty directory `foo' in the current directory, then put two
empty files `bar.ps' and `bar.pdf' into it. If using, say,
`insert-file', completing in the minibuffer doesn't work as expected.
Pressing `foo/', then , Emacs incorrectly completes to
`foo/bar.ps' while it sh