From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17457 Path: news.gmane.org!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.gnus.user Subject: Re: flyspell in messages Date: Thu, 19 Feb 2015 01:18:07 +0100 Organization: Aioe.org NNTP Server Message-ID: <87sie2ah4w.fsf@debian.uxu> References: <878ufvi9d1.fsf@engels.histomat.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1424304907 19061 80.91.229.3 (19 Feb 2015 00:15:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Feb 2015 00:15:07 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Feb 19 01:15:07 2015 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YOEln-0008Qc-3j for gegu-info-gnus-english@m.gmane.org; Thu, 19 Feb 2015 01:15:07 +0100 Original-Received: from localhost ([::1]:54340 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOElm-0007Xy-Hi for gegu-info-gnus-english@m.gmane.org; Wed, 18 Feb 2015 19:15:06 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 22 Original-NNTP-Posting-Host: feB02bRejf23rfBm51Mt7Q.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:/WeimG6UPCRdFh6DbAIV/xUyYNM= Mail-Copies-To: never Original-Xref: usenet.stanford.edu gnu.emacs.gnus:88586 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17457 Archived-At: Haines Brown writes: > I try this in the init file for gnus: > > (dolist (hook '(Message-mode-hook)) (add-hook hook > (lambda () (flyspell-mode 1)))) For anyone who doesn't want to use `flyspell-mode' but still would like to spell messages, this can be done with `ispell-message'. Abort spelling with C-g - it'll echo something strange (I reported that bug), but all it does is stop the spelling, which is what you want. The documentation is also obsolete with mention of GNUS 5 and GNUS 4. Other than that, it works well. -- underground experts united