Path: utzoo!telly!ddsw1!lll-winken!uunet!tut.cis.ohio-state.edu!UHCCUX.UHCC.HAWAII.EDU!stampe From: stampe@UHCCUX.UHCC.HAWAII.EDU (David Stampe) Newsgroups: gnu.emacs.bug Subject: info menu-completion Message-ID: <8911212247.AA21916@uhccux.uhcc.Hawaii.Edu> Date: 21 Nov 89 22:47:09 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 21 In GNU Emacs 18.51.3 of Mon Jun 6 1988 on uhccux (berkeley-unix) When looking at an info mode with items * XX:: * X:: in that order, if you type "mX" to select the second item, automatic completion changes this to XX, and you go to the XX node. The only way to get to X is using "gX". Apparently, fixing this will break how "m" works, selecting the first topic after or under point, as noted in the following comment in the code for Info-menu in info.el: ;; we rely on the bug (which RMS won't change for his own reasons) ;; that ;; completing-read accepts an input of "" even when the ;; require-match argument is true and "" is not a valid possibility David Stampe