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

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

Re: defalias and search-unencodable-character


From: Stefan Monnier
Subject: Re: defalias and search-unencodable-character
Date: Mon, 28 Mar 2011 11:47:20 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> (defalias 'suc 'search-unencodable-char)works fine.

FWIW, in Emacs-24, if you add the `initials' completion to
completion-styles, and if you bind minibuffer-force-complete to a key
(e.g. M-TAB) or if you set completion-cycle-threshold to a value larger
than 2, then you can do:

  M-x suc M-TAB M-TAB RET

And the subsequent times (assuming you haven't used M-x
scroll-up-command in between), a since M-TAB should be sufficient.
You could argue that search-unencodable-character should actually come
before scroll-up-command by default (since scroll-up-command has
a key-binding), but M-x's completion is not that clever (yet?).


        Stefan


reply via email to

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