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

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

how to set a key in an article.


From: Uwe Brauer
Subject: how to set a key in an article.
Date: Mon, 08 Feb 2010 16:41:23 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.4.21 (linux)

Hello

When reading an article (mail/news) describe-mode

Tells me that I am in article-mode.

I want to bind the function icalendar-extract-buffer to some
key.

I tried 
 (add-hook 'gnus-article-mode-hook 'my-article-keys)
 (defun my-article-keys ()
 (interactive)
   (local-set-key "C-\\" 'icalendar-extract-ical-from-buffer))

Or 
  (local-set-key [(control c) i]  'icalendar-extract-ical-from-buffer)


But it does not work. What shall I do?

Uwe Brauer 





reply via email to

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