Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!WIND.BELLCORE.COM!mlittman From: mlittman@WIND.BELLCORE.COM (Michael S. Littman) Newsgroups: gnu.emacs.bug Subject: Filename completion Message-ID: <8906021655.AA25205@wind.bellcore.com> Date: 2 Jun 89 16:55:24 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 17 The following is an annoying behavior of GNU emacs (at least in 18.53 BSD 4.3, on a Vax): Create three files: "foo", "foo1", and "foo-2". Now do ``C-x f foo'' Hitting gives the message "[Complete, but not unique]" this implies that there is a file called "foo". Hitting extends "foo" to "foo-" at which point either or completes this to "foo-2". The problem is that "foo" and "foo-2" can be reached as completions of "foo" but "foo1" can't be reached. It seems like the "[Complete, but not unique]" message should really cause a completion buffer to appear as well. -Michael