From: Drew Adams <drew.adams@oracle.com>
To: Juri Linkov <juri@jurta.org>, Lars Ingebrigtsen <larsi@gnus.org>
Cc: Jakub Jankiewicz <jcubic@onet.pl>,
12490@debbugs.gnu.org, Stefan Kangas <stefan@marxist.se>
Subject: bug#12490: 24.2; Search inside Minibuffer don't work with M-x (M-x C-s)
Date: Sat, 30 Nov 2019 15:41:38 -0800 (PST) [thread overview]
Message-ID: <056252e6-d622-4b46-80c1-7d35f89d00e0@default> (raw)
In-Reply-To: <87h82l82qx.fsf@mail.linkov.net>
> This patch allows searching thru all commands available via M-x,
That's not "searching" - certainly not isearching.
> i.e. it's like using isearch in the *Completions* buffer like
> M-x TAB <PgUp> C-s command
That _is_ isearching (in buffer *Completions*).
> with without opening the *Completions* buffer, with just
> M-x C-s command
> to search commands available with M-x M-n M-n M-n ...
It's not searching. We use a different key, such
as `M-s' or `M-r', to insert a matching history
element. `M-s' is `next-matching history-element'.
It has nothing in common with Isearch.
IMHO, we should never bind `C-s' in the minibuffer
to anything. Why? Because the minibuffer is a
buffer where text editing and cursor movment are
allowed/encouraged/normal. We shouldn't remove
the ability to use Isearch there (using the global
`C-s' binding).
`C-s' in the minibuffer should, as it has before
(prior to Emacs 23, it seems), provide Isearch on
the minibuffer contents, just like it does in other
buffers.
I see now that someone changed this in Emacs 23,
at least for `read-buffer', to make `C-s' do what
has been described in this thread. IMHO, that was
a step backward, not forward. (I didn't notice it
because I have my own `read-buffer' code.)
It's fine to have other keys to find and retrieve
past inputs, completion candidates, defaults, etc.
That's something we've always done (`M-s', `M-n',
etc.).
Co-opting `C-s' to do that kind of thing was (and
is) misguided, IMO. Spreading it from `C-x b' to
`M-x' will be yet another step backward.
My FWIW vote is to remove any default bindings of
`C-s' in the minibuffer, to let it do its useful
job there of `isearch-forward'.
next prev parent reply other threads:[~2019-11-30 23:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-22 20:42 bug#12490: 24.2; Search inside Minibuffer don't work with M-x (M-x C-s) Jakub Jankiewicz
2012-09-22 23:21 ` Juri Linkov
2012-09-23 9:27 ` Jakub Jankiewicz
2019-10-30 22:25 ` Stefan Kangas
2019-11-23 14:41 ` Lars Ingebrigtsen
2019-11-30 21:43 ` Juri Linkov
2019-11-30 23:41 ` Drew Adams [this message]
2019-12-01 7:36 ` Stefan Kangas
2019-12-01 22:38 ` Juri Linkov
2019-12-02 22:51 ` Juri Linkov
2020-08-19 13:52 ` Lars Ingebrigtsen
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=056252e6-d622-4b46-80c1-7d35f89d00e0@default \
--to=drew.adams@oracle.com \
--cc=12490@debbugs.gnu.org \
--cc=jcubic@onet.pl \
--cc=juri@jurta.org \
--cc=larsi@gnus.org \
--cc=stefan@marxist.se \
/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.