info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: key binding score down ?


From: Neil Woods
Subject: Re: key binding score down ?
Date: Sun, 03 Jul 2005 03:36:48 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

>>>>> lance  writes:

> I just started using gnus and I am creating a scorefile.  I am doing
> a lot of "L a r p" to score authors.  How do I create a key binding
> (say A-s) to automatically do this instead of having to type this on
> every email?

You could define a keyboard macro to do this, and bind it to Alt-s:

(define-key gnus-summary-mode-map (kbd "A-s") (kbd "Larp"))

-- 
Neil


reply via email to

[Prev in Thread] Current Thread [Next in Thread]