From: Drew Adams <drew.adams@oracle.com>
To: Lars Ingebrigtsen <larsi@gnus.org>, Juri Linkov <juri@linkov.net>
Cc: 42708@debbugs.gnu.org, rms@gnu.org,
"積丹尼 Dan Jacobson" <jidanni@jidanni.org>
Subject: bug#42708: Let users copy "*Char Help*" buffer
Date: Tue, 13 Oct 2020 08:27:36 -0700 (PDT) [thread overview]
Message-ID: <22b854e0-4fdd-4eac-86ec-6205b2e42a39@default> (raw)
In-Reply-To: <87r1q27rvz.fsf@gnus.org>
> > Juri Linkov <juri@linkov.net> writes:
> >
> >> Oh, I noticed it doesn't support 'C-h' that should pop up the buffer "
> >> *Char Help*" from the dynamic variable 'help-form'.
> >>
> >> Then maybe we should rewrite read-char-choice to use
> >> read-char-from-minibuffer?
> >
> > Yes, that's even better -- then all the callers to read-char-choice
> > would no longer be as modal as they are now.
>
> I've now done this on the trunk.
This is another step backward. If you want to
use a read-a-character-using-minibuffer function
here or there you should just it directly.
`read-char-choice' should not have been co-opted
to use the minibuffer. Big mistake in UI.
There are good use cases for the classic `read-char'
and `read-char-choice', which read an event WITHOUT
involving the minibuffer. Using the minibuffer for
everything is just wrong, very wrong.
(And I'm saying this as someone who makes extensive
use of the minibuffer.)
Use a read-using-minibuffer function when it makes
sense to do that. Not every (or even most - maybe
not any?) uses of `read-char-choice' should involve
the minibuffer. Those that should could of course
be changed to use the minibuffer. Certainly not all.
This has really become a have-hammer-see-only-nails
phenomenon, IMHO.
next prev parent reply other threads:[~2020-10-13 15:27 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-04 13:41 bug#42708: Let users copy "*Char Help*" buffer 積丹尼 Dan Jacobson
2020-08-04 23:42 ` Juri Linkov
2020-08-05 9:24 ` Lars Ingebrigtsen
2020-08-05 23:52 ` Juri Linkov
2020-08-06 7:12 ` Lars Ingebrigtsen
2020-10-13 2:59 ` Lars Ingebrigtsen
2020-10-13 15:27 ` Drew Adams [this message]
2020-11-03 18:57 ` Juri Linkov
2020-11-09 13:39 ` Lars Ingebrigtsen
2020-11-10 19:51 ` Juri Linkov
2020-11-10 20:26 ` Drew Adams
2020-11-11 5:40 ` Richard Stallman
2020-11-11 8:09 ` Juri Linkov
2020-11-11 19:41 ` Drew Adams
2020-11-11 20:07 ` Juri Linkov
2020-11-11 21:24 ` Drew Adams
2020-11-12 7:32 ` Juri Linkov
2020-11-12 18:09 ` Drew Adams
2020-11-11 10:28 ` Lars Ingebrigtsen
2020-11-11 19:19 ` Juri Linkov
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=22b854e0-4fdd-4eac-86ec-6205b2e42a39@default \
--to=drew.adams@oracle.com \
--cc=42708@debbugs.gnu.org \
--cc=jidanni@jidanni.org \
--cc=juri@linkov.net \
--cc=larsi@gnus.org \
--cc=rms@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.