help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

the '?' in read-multiple-choice prompt


From: Shynur Xie
Subject: the '?' in read-multiple-choice prompt
Date: Sun, 3 Sep 2023 08:38:26 +0000

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?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]