From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85788 Path: news.gmane.org!not-for-mail From: Eric S Fraga Newsgroups: gmane.emacs.gnus.general Subject: Re: flyspell in messages Date: Wed, 18 Feb 2015 14:51:38 +0000 Organization: CPSE, Department of Chemical Engineering, University College London (UCL) Message-ID: <87zj8b8e85.fsf@ucl.ac.uk> References: <878ufvi9d1.fsf@engels.histomat.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424271133 27505 80.91.229.3 (18 Feb 2015 14:52:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2015 14:52:13 +0000 (UTC) To: Original-X-From: ding-owner+M34027=ding+2Daccount=gmane.org@lists.math.uh.edu Wed Feb 18 15:52:01 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YO5yr-00030g-1e for ding-account@gmane.org; Wed, 18 Feb 2015 15:52:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1YO5yo-0001Jw-Nm for ding-account@gmane.org; Wed, 18 Feb 2015 08:51:58 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YO5ym-0001Jo-C5 for ding@lists.math.uh.edu; Wed, 18 Feb 2015 08:51:56 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YO5yj-0003nj-HY for ding@lists.math.uh.edu; Wed, 18 Feb 2015 08:51:55 -0600 Original-Received: from mail-db3on0132.outbound.protection.outlook.com ([157.55.234.132] helo=emea01-db3-obe.outbound.protection.outlook.com) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YO5yd-00056G-0v for ding@gnus.org; Wed, 18 Feb 2015 15:51:47 +0100 Original-Received: from localhost (95.151.192.196) by AM2PR01MB0642.eurprd01.prod.exchangelabs.com (25.160.54.16) with Microsoft SMTP Server (TLS) id 15.1.87.18; Wed, 18 Feb 2015 14:51:40 +0000 X-Url: http://www.ucl.ac.uk/~ucecesf/ Mail-Followup-To: ding@gnus.org In-Reply-To: <878ufvi9d1.fsf@engels.histomat.net> (Haines Brown's message of "Wed, 18 Feb 2015 09:26:34 -0500") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-Originating-IP: [95.151.192.196] X-ClientProxiedBy: DB3PR01CA0049.eurprd01.prod.exchangelabs.com (10.242.133.152) To AM2PR01MB0642.eurprd01.prod.exchangelabs.com (25.160.54.16) Authentication-Results: gnus.org; dkim=none (message not signed) header.d=none; X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:AM2PR01MB0642; X-UCLLIVE-SCLRULE: HASRUN X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005003);SRVR:AM2PR01MB0642; X-Forefront-PRVS: 04916EA04C X-Forefront-Antispam-Report: SFV:NSPM;SFS:(10019020)(6009001)(6069001)(24454002)(377424004)(76506005)(2950100001)(50986999)(62966003)(46102003)(74482002)(36756003)(450100001)(47776003)(66066001)(54356999)(42186005)(77156002)(92566002)(33646002)(86362001)(87976001)(110136001)(76176999)(107886001)(122386002)(40100003)(2351001)(48376002)(83506001)(50466002)(74826001);DIR:OUT;SFP:1102;SCL:1;SRVR:AM2PR01MB0642;H:localhost;FPR:;SPF:None;MLV:sfv;LANG:en; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:AM2PR01MB0642; X-OriginatorOrg: ucl.ac.uk X-MS-Exchange-CrossTenant-OriginalArrivalTime: 18 Feb 2015 14:51:40.6364 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM2PR01MB0642 X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85788 Archived-At: On Wednesday, 18 Feb 2015 at 09:26, Haines Brown wrote: > I'm using gnus to read newsgroups, and I would like to have flyspell run > automatically whenever I write a message in reply to a posting. At > present, the mode bar says: (Message MML Abbrev Fill Narrow). Does this > mean I'm in the Message group? You probably want to use message-mode-hook (not upper case). However, it may be more appropriate to use text-mode-hook? In any case, you can use (turn-on-flyspell) within either hook. I cannot help you with your aspell configuration, however. -- : Eric S Fraga, GnuPG: 0xFFFCF67D : in Emacs 25.0.50.1 + Ma Gnus v0.12 + evil-git-bdeb602 : BBDB version 3.1.2 (2014-05-06 11:45:08 -0500)