unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: John Russell <jorussel@cisco.com>
Subject: Re: replace C-s with C-f
Date: Mon, 17 Feb 2003 22:15:36 -0500	[thread overview]
Message-ID: <1045538914.415523@sj-nntpcache-3> (raw)
In-Reply-To: <Zbg4a.1041$OVn1.177@news04.bloor.is.net.cable.rogers.com>


> Here is a sniplet from my init file.  It's commented out, because I've wholly 
> given up on making Emacs work how I wish.  It's obviously much smarter than 
> me.  I'd advise you to do the same.  ;) ...

I've been reading this thread and I just wanted to chime in because I'm 
nosy and can't help myself.  Pretty much all of the keybindings talked 
about here exists as standard emacs key-bindings.  I suppose that it is 
a matter of preference, but in my experience of trying to to reset 
standard emacs keys, I always find myself stepping on other cool 
keybindings which I have to remap to other keybidings which step on 
other cool keybindings .........

I know that emacs is way smarter than I am.  I've decided that someone 
put the keybindings there because they just work.  Just a thought.


> 
> ;*old code* >>>>>>>>>>>>>>>>>>>
> ;(global-set-key [(control f)] 'isearch-forward-regexp)
> ;(global-set-key [(control F)] 'isearch-backward-regexp)
> ;(global-set-key [(control r)] 'query-replace-regexp)
> 
> ;(mapcar
> ; '(lambda (map)
> ;    (define-key map [(control f)] 'isearch-repeat-forward)
> ;    (define-key map [(control F)] 'isearch-repeat-backward)
> ;    (define-key map [(tab)] 'isearch-complete)
> ;    (define-key map [(control s)] (lookup-key
> ;                                   global-map
> ;                                   [(control s)]))
> ;    (define-key map [(control r)] (lookup-key
> ;                                   global-map
> ;                                   [(control r)])))
> ; (list isearch-mode-map minibuffer-local-isearch-map))
> 
> --
> Le

  reply	other threads:[~2003-02-18  3:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=1045538914.415523@sj-nntpcache-3 \
    --to=jorussel@cisco.com \
    /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.
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).