From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17454 Path: news.gmane.org!not-for-mail From: Haines Brown Newsgroups: gmane.emacs.gnus.user Subject: Re: flyspell in messages Date: Wed, 18 Feb 2015 11:32:54 -0500 Message-ID: <8761az6uyx.fsf@engels.histomat.net> 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 1424277310 10536 80.91.229.3 (18 Feb 2015 16:35:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2015 16:35:10 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Feb 18 17:35:09 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 1YO7af-00074f-1s for gegu-info-gnus-english@m.gmane.org; Wed, 18 Feb 2015 17:35:09 +0100 Original-Received: from localhost ([::1]:51711 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO7ae-00076j-7y for gegu-info-gnus-english@m.gmane.org; Wed, 18 Feb 2015 11:35:08 -0500 Original-Path: usenet.stanford.edu!news.glorb.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!Xl.tags.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Wed, 18 Feb 2015 10:32:54 -0600 Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:TpCAM6SCJlqE8Y4bFTIED/r/Kak= Original-Lines: 25 X-Usenet-Provider: http://www.giganews.com Original-X-Trace: sv3-zxQhaGUCJijpNx8pLRE+qbdcbNGvvAoVU9iI3of92sJrSaCpwUTPNWXr2FdNhwxqj84y9xO4P2oA1Pi!jdQcadqj810jKujtBCqjeRtMr2q92YG34TzbUFIpq8FbmDP34y6PWDLjfYmEcw== Original-X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2008 X-Received-Bytes: 2120 X-Received-Body-CRC: 243903778 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:88583 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:17454 Archived-At: Tassilo Horn writes: > Haines Brown writes: >> 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? > > This means `message-mode' is the active `major-mode' and MML, Abbrev, > Fill and Narrow are enabled minor modes. (The so-called lighters in the > mode-line don't need to correspond exactly to the mode name.) > The problem is that the hook is actually named `message-mode-hook' so > > (dolist (hook '(message-mode-hook ...)) > (add-hook hook #'flyspell-mode)) > > will do the trick. Yes, it did, and I thank you. Not am I now in flymode without having started it manually, but the problem of not finding american-huge file also disappeared.