Cecil Westerhof <[email protected]> writes: > I wanted to go a step further. A lot of times I open messages in the > browser and expire them. For this I defined the following hook: > (add-hook 'gnus-article-mode-hook > (lambda () > (define-key gnus-browse-mode-map "v" > > But this does not work. The v key keeps undefined. What am I doing > wrong?
I haven't tried this, but it appears you are defining this key in the wrong map; use gnus-article-mode-map -- -- Stephe _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
