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

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

Re: keydef issues


From: Raphaël Berbain
Subject: Re: keydef issues
Date: Thu, 05 Aug 2004 11:01:22 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Paul Johnson <baloo@ursine.ca> writes:

> Paul Johnson <baloo@ursine.ca> writes:
>
>>> (keydef (gnus-group "d") rgb/gnus-agent-get)
>>> (keydef (gnus-group "f") rgb/gnus-agent-put)
>>> (keydef (gnus-group "g") rgb/gnus-agent-get-unplugged)
>>> (keydef (gnus-group "h") rgb/gnus-agent-put-get)
>
> This part is giving me trouble, though...I get this in *Messages* and
> gnus won't start with these lines uncommented...
>
> byte-code: Error in ~/.gnus: keydef

Ah, that's because I am using the keydef package to define my keys.
Either grab it from http://www.anc.ed.ac.uk/~stephen/emacs/ell.html,
or use this:

(define-key gnus-group-mode-map (kbd "d") 'rgb/gnus-agent-get)

or your favorite way to remap keys..


reply via email to

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