Gnus development mailing list
 help / color / mirror / Atom feed
* Spell Checking Messages
@ 1999-11-15 12:38 Shaun Lipscombe
  1999-11-15 14:14 ` Mike Fabian
  0 siblings, 1 reply; 2+ messages in thread
From: Shaun Lipscombe @ 1999-11-15 12:38 UTC (permalink / raw)



I use this to spell check messages:

(add-hook 'message-send-hook 'ispell-message)

This is fine, but when forwarding messages it spell checks the
messages I am forwarding.... Arghhh!!!!

Is there a better way?

Many thanks,

Shaun

-- 
          (o_
(o_  (o_  //\
(/)_ (/)_ V_/_   shaun.lipscombe@gasops.co.uk



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Spell Checking Messages
  1999-11-15 12:38 Spell Checking Messages Shaun Lipscombe
@ 1999-11-15 14:14 ` Mike Fabian
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Fabian @ 1999-11-15 14:14 UTC (permalink / raw)


Shaun Lipscombe <shaun.lipscombe@gasops.co.uk> writes:

> I use this to spell check messages:
> 
> (add-hook 'message-send-hook 'ispell-message)
> 
> This is fine, but when forwarding messages it spell checks the
> messages I am forwarding.... Arghhh!!!!
> 
> Is there a better way?

I like

   (add-hook 'message-setup-hook 'flyspell-mode)

this does the spell checking during typing, thus included messages or
forwarded messages are not affected.

I also prefer the immediate spell checking to checking later after
finishing the whole buffer.

Mike


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-11-15 14:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-15 12:38 Spell Checking Messages Shaun Lipscombe
1999-11-15 14:14 ` Mike Fabian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).