bug-gnu-emacs
[Top][All Lists]
Advanced

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

ispell.el giving old info about GNUS [gnus]


From: Dan Jacobson
Subject: ispell.el giving old info about GNUS [gnus]
Date: 07 Jan 2001 09:43:17 +0800
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

You know what's a bummer? Just the other day I was looking in
ispell.el, and it says:
----------------------
To spell-check whenever a message is sent, include the appropriate lines
in your .emacs file:
   (add-hook 'message-send-hook 'ispell-message)  ;; GNUS 5
   (add-hook 'news-inews-hook 'ispell-message)    ;; GNUS 4
   (add-hook 'mail-send-hook  'ispell-message)
   (add-hook 'mh-before-send-letter-hook 'ispell-message)

You can bind this to the key C-c i in GNUS or mail by adding to
`news-reply-mode-hook' or `mail-mode-hook' the following lambda expression:
   (function (lambda () (local-set-key \"\\C-ci\" 'ispell-message)))"
------------------------
it must be talking about GNUS not gnus [oh, great].
because I had better luck playing with mail-setup-hook rather than
mail-mode-hook... [wasted many hours digging here,
'news-reply-mode-hook' seems suspect here too...]]

[And telling users to figure out what lines are appropriate without
more info isn't too enjoyable.]
-- 
http://www.geocities.com/jidanni Tel886-4-25854780 e-mail:restore .com. 積丹尼



reply via email to

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