all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: 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 23:43:28 +0200	[thread overview]
Message-ID: <87h82l82qx.fsf@mail.linkov.net> (raw)
In-Reply-To: <87o8x2lkon.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 23 Nov 2019 15:41:12 +0100")

>> I tested this patch.  It works, and the behaviour seems better than
>> what we have now.
>>
>> Should it perhaps be installed?
>
> I haven't tested the patch, but if it works like I imagine (i.e., it
> allows searching in the M-x history), then that sounds very nice.

Actually, searching in the M-x history is already implemented.

This patch allows searching thru all commands available via M-x,
i.e. it's like using isearch in the *Completions* buffer like

  M-x TAB <PgUp> C-s command

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 ...

The problem why this patch is not installed is the need to decide
in what order to sort these commands.  The patch sorts alphabetically,
but maybe better to sort by command usage frequency, or somesuch.





  reply	other threads:[~2019-11-30 21:43 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 [this message]
2019-11-30 23:41         ` Drew Adams
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=87h82l82qx.fsf@mail.linkov.net \
    --to=juri@jurta.org \
    --cc=12490@debbugs.gnu.org \
    --cc=jcubic@onet.pl \
    --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.