unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* the '?' in read-multiple-choice prompt
@ 2023-09-03  8:38 Shynur Xie
  2023-09-03  9:46 ` Philip Kaludercic
  0 siblings, 1 reply; 4+ messages in thread
From: Shynur Xie @ 2023-09-03  8:38 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org

The function `read-multiple-choice' always display a '?' in the
prompt.  E.g.,

    (read-multiple-choice "prompt" '((?a "alpha")))
    ;; prompt (alpha, ?):
                      ^
            How can I discard it?

Moreover, if evaluating

    (read-multiple-choice "prompt" '((?? "question")))
    ;; prompt (? question, ?):
               ^           ^
         How to distinguish them?


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-03 12:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-03  8:38 the '?' in read-multiple-choice prompt Shynur Xie
2023-09-03  9:46 ` Philip Kaludercic
2023-09-03 12:34   ` Shynur Xie
2023-09-03 12:59     ` Philip Kaludercic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).