emacs-devel
[Top][All Lists]
Advanced

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

bug with file name completing


From: Werner LEMBERG
Subject: bug with file name completing
Date: Fri, 07 Oct 2005 06:29:59 +0200 (CEST)

[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 <TAB>, Emacs incorrectly completes to
`foo/bar.ps' while it should be `foo/bar.p' only, and repeated
pressing of <TAB> should offer a menu with both `bar.ps' and
`bar.pdf' as possible completions.

I consider this as a serious bug of the file name completion since it
isn't obvious for the user that `foo/bar.pdf' exists at all.


    Werner




reply via email to

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