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

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

article-edit-mode-map


From: Philippe M. Coatmeur
Subject: article-edit-mode-map
Date: Wed, 21 Mar 2012 19:22:56 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Hello ;

-What is the correct way to define a key in message edit mode ? No matter
what I try I always get a "void" error :

(eval-after-load "gnus"
  '(progn
     (define-key gnus-summary-mode-map this-key 'this-command) ; OK
     (define-key gnus-group-mode-map this-key 'this-command) ; OK
     (define-key gnus-article-mode-map this-key 'this-command) ; OK
     (define-key gnus-article-edit-mode-map this-key 'this-command))) ; FAIL

On a related topic :
-Is there a mode-map that spans all gnus buffer ?

-- 
Philippe M. Coatmeur
+212(0)6 10 64 73 72


reply via email to

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