From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26848 Path: main.gmane.org!not-for-mail From: Mike Fabian Newsgroups: gmane.emacs.gnus.general Subject: Re: Spell Checking Messages Date: 15 Nov 1999 15:14:10 +0100 Organization: Gnus Information Center Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163980 21555 80.91.224.250 (21 Oct 2002 01:33:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:33:00 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA15279 for ; Mon, 15 Nov 1999 09:16:06 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB31041; Mon, 15 Nov 1999 08:16:02 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 15 Nov 1999 08:16:10 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA00304 for ; Mon, 15 Nov 1999 08:15:59 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA15267 for ; Mon, 15 Nov 1999 09:15:24 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id PAA13475 for ding@gnus.org; Mon, 15 Nov 1999 15:17:34 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 22 Original-NNTP-Posting-Host: mungo.mpia-hd.mpg.de Original-X-Trace: quimby.gnus.org 942675453 17784 149.217.42.101 (15 Nov 1999 14:17:33 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 15 Nov 1999 14:17:33 GMT X-Face: "';oPz9V1+<,`}1ZuxRv~EiSusWq*{Yjr"Sdvbhq'?q=2R\\6Y9O/,SAE`{J|6I=|w/sQg< rW_N'E3IV6~f8?\l#Es`]S`mv',PY(`8{$$R?+gLu}Qv/Mn>)?uladFjJ@yl!_p_Jh;5QxlD6zL:?r IXe4FfK$C^mWhh$o`yt;.r.FLZLQOWBt> 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