emacs-devel
[Top][All Lists]
Advanced

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

Re: C-r and C-s in minibuffer should search completion


From: Juri Linkov
Subject: Re: C-r and C-s in minibuffer should search completion
Date: Thu, 20 Mar 2008 21:35:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu)

> I believe C-s and C-r in the minibuffer should not only search the
> history but the completion table as well (at least when it's not
> a function).

There is one problem: what to search first - the history or the
completion table.  Either preference will cause inconveniences.
If the user wants to search the history (like implemented in shells),
we should not let isearch to go thru all completion matches before
starting to search the history, and vice versa.

But really there is no need to mix two separate search spaces.
There exist already a convenient key sequence to search the completion
table: `PgUp C-s'.  PgUp switches to the *Completions* buffer and
C-s starts searching among completion candidates.

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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