bug#2445: 23.0.90; file name completion GCs a lot
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
> No: if all files in xmail/ start with "aba", then the above should
> return "aba".
> I am not convinced it should do that.
If I type "C-x C-f foo/ TAB", I want it to complete to "foo/bar" if bar
is the only member of that directory (ignoring ., .., CVS/ and other
such things, of course).
What you're suggesting is a significant change to the semantics of
file-name-completion.
Stefan