|
From: | Stefan Monnier |
Subject: | Re: C-r and C-s in minibuffer should search completion |
Date: | Sat, 22 Mar 2008 23:24:56 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> The only problem with C-x b is that the buffer list is sorted > alphabetically in the list of completions, but it would be much more > useful to search them in the order of recency. > I see they are sorted in the function `minibuffer-completion-help' as > /* Sort and remove duplicates. */ > Lisp_Object tmp = completions = Fsort (completions, Qstring_lessp); I'm not sure I understand the relevance: M-r and M-s would not use minibuffer-completion-help anyway. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |