From: Arash Esbati <arash@gnu.org>
To: 62502@debbugs.gnu.org
Subject: bug#62502: 29.0.60; Docstring of `read-char-choice'
Date: Tue, 28 Mar 2023 16:32:21 +0200 [thread overview]
Message-ID: <86tty52bgq.fsf@gnu.org> (raw)
Hi all,
docstring of `read-char-choice' lacks any information about
INHIBIT-KEYBOARD-QUIT:
,----[ C-h f read-char-choice RET ]
| read-char-choice is a native-compiled Lisp function in ‘subr.el’.
|
| (read-char-choice PROMPT CHARS &optional INHIBIT-KEYBOARD-QUIT)
|
| Read and return one of CHARS, prompting for PROMPT.
| Any input that is not one of CHARS is ignored.
|
| By default, the minibuffer is used to read the key
| non-modally (see ‘read-char-from-minibuffer’). If
| ‘read-char-choice-use-read-key’ is non-nil, the modal ‘read-key’
| function is used instead (see ‘read-char-choice-with-read-key’).
|
| Probably introduced at or before Emacs version 24.1.
|
`----
INHIBIT-KEYBOARD-QUIT is passed to `read-char-choice-with-read-key'; I'd
say it is sufficient to say something like:
If ‘read-char-choice-use-read-key’ is non-nil, the modal ‘read-key’
function is used instead (see ‘read-char-choice-with-read-key’) and
the optional INHIBIT-KEYBOARD-QUIT is passed to it.
Best, Arash
next reply other threads:[~2023-03-28 14:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-28 14:32 Arash Esbati [this message]
2023-03-28 17:29 ` bug#62502: 29.0.60; Docstring of `read-char-choice' Eli Zaretskii
2023-03-28 18:34 ` Eli Zaretskii
2023-03-29 7:26 ` Arash Esbati
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86tty52bgq.fsf@gnu.org \
--to=arash@gnu.org \
--cc=62502@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.