From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33388 Path: main.gmane.org!not-for-mail From: Ingo Fischenich Newsgroups: gmane.emacs.gnus.general Subject: Re: Flyspell Mode Date: Fri, 17 Nov 2000 10:55:49 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <20001117105549.A8179@Pascal.MI.Uni-Koeln.DE> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169505 24873 80.91.224.250 (21 Oct 2002 03:05:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:05:05 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 3E16BD049A for ; Fri, 17 Nov 2000 04:56:20 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id DAB09464; Fri, 17 Nov 2000 03:56:12 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 17 Nov 2000 03:55:37 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id DAA21175 for ; Fri, 17 Nov 2000 03:55:28 -0600 (CST) Original-Received: from Pascal.MI.Uni-Koeln.DE (Pascal.MI.Uni-Koeln.DE [134.95.213.8]) by mailhost.sclp.com (Postfix) with ESMTP id B600ED049A for ; Fri, 17 Nov 2000 04:55:53 -0500 (EST) Original-Received: (from ingo@localhost) by Pascal.MI.Uni-Koeln.DE (8.8.8/8.8.8) id KAA08191 for ding@gnus.org; Fri, 17 Nov 2000 10:55:49 +0100 (MET) Original-To: ding@gnus.org X-Mailer: Mutt 0.93i In-Reply-To: ; from Ian Swainson on Fri, Nov 17, 2000 at 09:32:32AM +0000 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33388 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33388 On Fri, Nov 17, 2000 at 09:32:32AM +0000, Ian Swainson wrote: > Hi, > > A quickie: I know how to have ispell check messages when they are sent: > (add-hook 'message-send-hook 'ispell-message) > But I'd rather use flyspell. How can I get flyspell mode to come on > automatically when I compose a message, either thru 'm' in Gnus or via C-x m > anywhere else? I've got (add-hook 'message-mode-hook 'flyspell-mode) in my .gnus.el ingo