GNU bug report logs -
#48764
mini-buffer completion
Previous Next
Reported by: jaime.escalante <at> gmx.com
Date: Mon, 31 May 2021 21:10:02 UTC
Severity: normal
Tags: notabug
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
`completing-read' prompts a user to select from a set of candidates, providing
mini-buffer completion to narrow and complete the user input.
But the mini-buffer does not provide the user with any indication that he can use
the "up" and "down" keys to navigate a list of settings. It would be beneficial to
introduce some kind of glyph or indicator in the mini-buffer to make the user aware
that arrow keys can be used, and be described in the manual.
(if current-prefix-arg
(let* ( ($major-mode
'("org-mode" "texinfo-mode" "emacs-lisp-mode"
"lisp-mode" "f90-mode"))
($mode (completing-read "Mode: " $major-mode
nil t nil 'ziggurat-bufr-history)) )
(funcall (intern $mode)))
(funcall (intern (or mode "org-mode"))))))
This bug report was last modified 3 years and 353 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.