GNU bug report logs -
#25441
26.0.50; Can't autocomplete symbol names ending in ?
Previous Next
Reported by: Philipp Stephani <p.stephani2 <at> gmail.com>
Date: Fri, 13 Jan 2017 18:04:02 UTC
Severity: minor
Tags: notabug
Found in version 26.0.50
Done: Philipp Stephani <p.stephani2 <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #16 received at 25441 <at> debbugs.gnu.org (full text, mbox):
tag 25441 notabug
quit
On Sat, Jan 14, 2017 at 1:07 PM, Philipp Stephani <p.stephani2 <at> gmail.com> wrote:
>
>
> Philipp Stephani <p.stephani2 <at> gmail.com> schrieb am Fr., 13. Jan. 2017 um
> 19:04 Uhr:
>>
>>
>> In *scratch*, write
>>
>> (defun foo? ())
>>
>> and hit C-j to evaluate the definition. Then, try to display the help
>> screen of foo? using C-h f foo? RET. The minibuffer won't let you enter
>> ? or auto-complete foo to foo?, even though ? can be part of a symbol.
>
>
> I've just found that the Emacs manual documents this behavior (? prints a
> list of possible completions). Given that ? can only have one function, and
> the current one does make sense, this behavior is rather a design choice
> than a bug. Closing.
For the record, this can be changed by unbinding
`minibuffer-completion-help' from `minibuffer-local-completion-map':
(define-key minibuffer-local-completion-map "?" nil)
This bug report was last modified 8 years and 127 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.