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

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

bug#13334: 24.3.50; enhancement request: `C-0 M-n' reverses order of def


From: Juri Linkov
Subject: bug#13334: 24.3.50; enhancement request: `C-0 M-n' reverses order of defaults
Date: Thu, 03 Jan 2013 02:27:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

> The enhancement would be to let a zero prefix arg (e.g. `C-0') reverse
> the list of available default values and then go to the first one
> (previously the last one).  So you could cycle among the defaults in the
> opposite order.

Much more useful would be to display a complete list of suggestions,
so the users would be able to select the necessary element easily.

This is how it works in web browsers: a drop-down list with suggestions
is displayed where you can use up/down-arrow keys to select the suggestion.
Web browsers combine two types of lists into one suggestion box:
previously entered elements from the history and new suggestions
(often based on popular searches).

In Emacs the keybinding that works like this is <prior> or M-v
(`switch-to-completions').  But currently it doesn't display suggestions.
It could be enhanced to sort completions and put suggestions on the top
of the *Completions* list.





reply via email to

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