unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* minibuffer-local-isearch-map
@ 2006-06-28  7:41 Andreas Roehler
  2006-06-28 14:48 ` minibuffer-local-isearch-map Juri Linkov
  2006-06-29 12:59 ` minibuffer-local-isearch-map Richard Stallman
  0 siblings, 2 replies; 6+ messages in thread
From: Andreas Roehler @ 2006-06-28  7:41 UTC (permalink / raw)
  Cc: Daniel LaLiberte

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)

At least it works here.

(At GNU Emacs 22.0.50.2 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll 
bars) of 2006-06-18.)

__
Andreas Roehler

diff -c isearch.el ~/emacs/veraendert/isearch.el
*** isearch.el    2006-05-06 01:37:31.000000000 +
~/emacs/veraendert/isearch.el    2006-06-28 09:32:19.000000000 +0200
***************
*** 377,382 ****
--- 377,386 ----
 
      (define-key map "\M-n" 'isearch-ring-advance)
      (define-key map "\M-p" 'isearch-ring-retreat)
+     ;; 2006-06-28 a.roehler@web.de changed section start
+     (define-key map [up]    'isearch-ring-advance)
+     (define-key map [down]  'isearch-ring-retreat)
+     ;; 2006-06-28 a.roehler@web.de changed section end
      (define-key map "\M-y" 'isearch-yank-kill)
 
      (define-key map "\M-\t" 'isearch-complete)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-06-30 11:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-28  7:41 minibuffer-local-isearch-map Andreas Roehler
2006-06-28 14:48 ` minibuffer-local-isearch-map Juri Linkov
2006-06-29 12:21   ` minibuffer-local-isearch-map Mathias Dahl
2006-06-29 12:42     ` minibuffer-local-isearch-map Andreas Schwab
2006-06-30 11:06     ` minibuffer-local-isearch-map Richard Stallman
2006-06-29 12:59 ` minibuffer-local-isearch-map Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).