emacs-devel
[Top][All Lists]
Advanced

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

Re: minibuffer-local-isearch-map


From: Juri Linkov
Subject: Re: minibuffer-local-isearch-map
Date: Wed, 28 Jun 2006 17:48:45 +0300
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

> convenience
>
> What about to have analog with
>
> ;;      bindings.el
> ;; ...
> ;;     (define-key map [down]  'next-history-element)
> ;;     (define-key map [up]    'previous-history-element)
>
> the already in isearch.el keyed commands
>
>    (define-key map "\M-n" 'isearch-ring-advance)
>    (define-key map "\M-p" 'isearch-ring-retreat)
>
> also assigned as
>
>    (define-key map [up]    'isearch-ring-advance)           (define-key
> map [down]  'isearch-ring-retreat)

[up] and [down] are convenient key to exit isearch mode,
just like C-n and C-p can exit isearch mode now.

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





reply via email to

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