Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!APPLE.COM!mrspoc!guinan!kayvan From: mrspoc!guinan!kayvan@APPLE.COM Newsgroups: gnu.emacs.bug Subject: ? in completion Message-ID: <8905011744.AA24721@apple.com> Date: 1 May 89 17:44:06 GMT References: <8904292031.AA07141@paris.Berkeley.EDU> Sender: bob@tut.cis.ohio-state.edu Reply-To: mrspoc!kayvan@apple.com Distribution: gnu Organization: GNUs Not Usenet Lines: 15 | Date: Sat, 29 Apr 89 13:31:22 PDT | From: Roland McGrath | | It is apparently an undocumented feature that hitting `?' | in a completing-read or whatever gives you a list of completions. | I don't think this is particularly useful, since TAB will do that, | but complete as much as possible first. | It also precludes filenames containing `?' (admittedly rare). You can type C-q ? to get the '?' in the filename. The feature is also documented. Look at the Completion node of the Emacs manual (C-h i m Emacs RET m Completion RET). ---Kayvan