all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Roehler <andreas.roehler@easy-emacs.de>
Cc: Daniel LaLiberte <liberte@cs.uiuc.edu>
Subject: minibuffer-local-isearch-map
Date: Wed, 28 Jun 2006 09:41:35 +0200	[thread overview]
Message-ID: <44A232AF.80208@easy-emacs.de> (raw)

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)

             reply	other threads:[~2006-06-28  7:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-28  7:41 Andreas Roehler [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44A232AF.80208@easy-emacs.de \
    --to=andreas.roehler@easy-emacs.de \
    --cc=liberte@cs.uiuc.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.