From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Setting flyspell-mode when entering a file Date: Fri, 21 Aug 2009 12:04:36 +0300 Message-ID: <83r5v5h717.fsf@gnu.org> References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1250845662 10519 80.91.229.12 (21 Aug 2009 09:07:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Aug 2009 09:07:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 21 11:07:35 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MeQ5t-00021u-H7 for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Aug 2009 11:07:34 +0200 Original-Received: from localhost ([127.0.0.1]:36428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MeQ5s-00027d-VC for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Aug 2009 05:07:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MeQ55-00023T-QQ for help-gnu-emacs@gnu.org; Fri, 21 Aug 2009 05:06:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MeQ53-00021Z-U4 for help-gnu-emacs@gnu.org; Fri, 21 Aug 2009 05:06:42 -0400 Original-Received: from [199.232.76.173] (port=60542 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MeQ53-000219-AJ for help-gnu-emacs@gnu.org; Fri, 21 Aug 2009 05:06:41 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:11983) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MeQ52-0005jb-Ga for help-gnu-emacs@gnu.org; Fri, 21 Aug 2009 05:06:40 -0400 Original-Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KOP00A00YMY6E00@i_mtaout2.012.net.il> for help-gnu-emacs@gnu.org; Fri, 21 Aug 2009 12:06:35 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.228.180.85]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KOP00B09YMY5BG0@i_mtaout2.012.net.il> for help-gnu-emacs@gnu.org; Fri, 21 Aug 2009 12:06:35 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:67322 Archived-At: > From: Sarir Khamsi > Date: Thu, 20 Aug 2009 13:55:30 -0700 > > I would like to automatically enter flyspell-mode when I open a file > and have placed > > -*- flyspell-mode: t -*- > > at the top of the file I'm opening. The mode-line says "Fly" in it but > flyspell doesn't seem to be working. If I then run the flyspell-mode > command interactively (twice since it seems to already be enabled), it > works fine. Any ideas what I'm doing wrong? Thanks. Do you see any interesting messages in the *Messages* buffer, after you visit such a file?