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

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

Re: Own key bindings


From: Tassilo Horn
Subject: Re: Own key bindings
Date: Tue, 22 Dec 2009 19:52:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

Cecil Westerhof <Cecil@decebal.nl> writes:

Hi Cecil,

> I am still learning to cope with GNUS.

It's Gnus -- GNUS is its predecessor.

> I stumbled on something about defining your own key bindings. If I
> remember well the idea is that you use 'v' for your own key bindings.
> But I can not find it anymore.  Where is this described?

,----[ (info "(gnus)Misc Group Stuff") ]
| `v'
|      The key `v' is reserved for users.  You can bind it to some
|      command or better use it as a prefix key.  For example:
| 
|           (define-key gnus-group-mode-map (kbd "v j d")
|             (lambda ()
|               (interactive)
|               (gnus-group-jump-to-group "nndraft:drafts")))
| 
|      On keys reserved for users in Emacs and on keybindings in general
|      *Note Keymaps: (emacs)Keymaps.
`----

BTW: I've found that entry in 10 seconds like this.

     C-h i             ;; open info
     m gnus RET        ;; visit the Gnus docs
     C-s `v' C-s C-s   ;; Search for `v', repeat 2 times

Bye,
Tassilo





reply via email to

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