all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* replace C-s with C-f
@ 2003-02-17 18:31 Bruce Ingalls
  2003-02-17 18:39 ` David Kastrup
  0 siblings, 1 reply; 11+ messages in thread
From: Bruce Ingalls @ 2003-02-17 18:31 UTC (permalink / raw)


I bound C-f to isearch-forward, as follows:

   (global-set-key [(control s)] 'save-buffer)
   (global-set-key [(control f)] 'isearch-forward)

The bindings work, but when I want to continue a search,
by hitting C-f again, it instead stops & restarts the search.

C-g is generally bound to continuing a search, but I'd rather not
go that route.

What is the best way to handle this?

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

end of thread, other threads:[~2003-02-19 20:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-17 18:31 replace C-s with C-f Bruce Ingalls
2003-02-17 18:39 ` David Kastrup
2003-02-17 19:35   ` Bruce Ingalls
2003-02-17 20:18     ` David Kastrup
2003-02-17 21:59       ` Stefan Monnier <foo@acm.com>
2003-02-18  1:42       ` Unknown
2003-02-18  3:15         ` John Russell
2003-02-18 19:18           ` Keybinding std WAS: " Bruce Ingalls
2003-02-18 22:36             ` Kevin Rodgers
2003-02-18 23:09               ` Hannu Koivisto
2003-02-19 20:57               ` Bruce Ingalls

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.