Gnus development mailing list
 help / color / mirror / Atom feed
From: Colin Rafferty <craffert@ml.com>
Subject: Re: key binding ESC C-s in summary buffer
Date: 01 Apr 1998 15:55:32 -0500	[thread overview]
Message-ID: <ocrzpi5l0sb.fsf@ml.com> (raw)
In-Reply-To: John H Palmieri's message of "01 Apr 1998 15:19:54 -0500"

John H Palmieri writes:

> I know it has been this way for some time, but I am not altogether
> happy with having ESC C-s bound to something other than
> isearch-forward-regexp, in any situation, and in particular in summary
> mode in Gnus.

> I suppose I could rebind the key in the appropriate keymap, but it
> seems that in the Emacs key binding philosophy (according to which I
> try to lead my entire life), I shouldn't have to rebind a key to its
> default global binding.

For my pet peeve keybinding, I use the following:

    (define-key gnus-summary-mode-map [(control meta l)] nil)

The `nil' argument to `define-key' "means key is undefined in this
keymap", which is really what you want.

> Is this an issue for anyone else, or do you manage to get by from day
> to day without being able to search summary buffers, conveniently, for
> regular expressions?

I definitely agree that gnus-summary-mode shouldn't override standard
non-editing keybindings.

-- 
Colin


  reply	other threads:[~1998-04-01 20:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-04-01 20:19 John H Palmieri
1998-04-01 20:55 ` Colin Rafferty [this message]
1998-04-02 10:30 ` Kai Grossjohann
1998-04-24 19:23   ` Lars Magne Ingebrigtsen

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=ocrzpi5l0sb.fsf@ml.com \
    --to=craffert@ml.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 NNTP newsgroup(s).