Gnus development mailing list
 help / color / mirror / Atom feed
From: Colin Rafferty <craffert@ms.com>
Subject: Re: Redefining keys in the pGnus summary buffer
Date: 22 Oct 1999 11:34:10 -0400	[thread overview]
Message-ID: <vgvogdrwgst.fsf@ms.com> (raw)
In-Reply-To: Daniel Pittman's message of "22 Oct 1999 11:03:55 +1000"

Daniel Pittman writes:

> What I want to do is redefine the keystroke M-k to lower the score of a
> thread. This is easy to do and I have it working.

> Getting the redefinition to happen automatically is a little harder
> however. 

The trick is to make sure that gnus-sum.el is already loaded.  Since
you are putting this in your .gnus, you are not killing your process
space with a require:

(require 'gnus-sum)
(define-key gnus-summary-mode-map [(meta k)] 'gnus-summary-lower-thread)

-- 
Colin


      parent reply	other threads:[~1999-10-22 15:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-22  1:03 Daniel Pittman
1999-10-22  3:13 ` John Palmieri
1999-10-22 15:34 ` Colin Rafferty [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=vgvogdrwgst.fsf@ms.com \
    --to=craffert@ms.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).