all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: imputerate <imputerate@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: customize isearch-repeat-forward
Date: Fri, 14 Sep 2007 08:15:18 -0000	[thread overview]
Message-ID: <1189757718.360753.144890@d55g2000hsg.googlegroups.com> (raw)
In-Reply-To: <mailman.840.1189751796.18990.help-gnu-emacs@gnu.org>

so, for those of you listening in, this is the solution; works like a
charm;
thanks again; imputerate

(global-set-key "\ee" 'isearch-
forward)
(global-set-key "\er" 'isearch-repeat-
forward)
(global-set-key "\e'" 'isearch-
exit)
(global-set-key "\e3" 'isearch-
backward)
(global-set-key "\e2" 'isearch-repeat-
backward)
(eval-after-load
"isearch"
 '(define-key isearch-mode-map "\er" 'isearch-repeat-
forward))

      parent reply	other threads:[~2007-09-14  8:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-14  2:03 customize isearch-repeat-forward peter hodgson
2007-09-14  6:36 ` Mathias Megyei
2007-09-14  7:10   ` imputerate
2007-09-14  7:16     ` Mathias Megyei
     [not found] ` <mailman.840.1189751796.18990.help-gnu-emacs@gnu.org>
2007-09-14  8:15   ` imputerate [this message]

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=1189757718.360753.144890@d55g2000hsg.googlegroups.com \
    --to=imputerate@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.