Re: bug with file name completing

2005-10-15 Thread Eli Zaretskii
> 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

Re: bug with file name completing

2005-10-09 Thread Richard M. Stallman
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. ___

Re: bug with file name completing

2005-10-08 Thread Richard M. Stallman
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

Re: bug with file name completing

2005-10-07 Thread Juri Linkov
> 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

Re: bug with file name completing

2005-10-07 Thread Juri Linkov
> 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

Re: bug with file name completing

2005-10-07 Thread Richard M. Stallman
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? ___

Re: bug with file name completing

2005-10-07 Thread Werner LEMBERG
> > 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

Re: bug with file name completing

2005-10-07 Thread Andreas Schwab
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

bug with file name completing

2005-10-06 Thread Werner LEMBERG
[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