From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Cizmas Newsgroups: gmane.emacs.help Subject: flyspell-mode Date: Wed, 05 Jul 2006 11:41:30 -0500 Message-ID: <2592873.1152117690626.JavaMail.cizmas@mac.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1152166725 9480 80.91.229.2 (6 Jul 2006 06:18:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Jul 2006 06:18:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 06 08:18:42 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FyNCD-0006hg-6T for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Jul 2006 08:18:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyNCB-0006gc-SY for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Jul 2006 02:18:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyARW-0008BL-7K for help-gnu-emacs@gnu.org; Wed, 05 Jul 2006 12:41:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyART-0008AB-O6 for help-gnu-emacs@gnu.org; Wed, 05 Jul 2006 12:41:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyART-0008A6-Jn for help-gnu-emacs@gnu.org; Wed, 05 Jul 2006 12:41:35 -0400 Original-Received: from [17.250.248.47] (helo=smtpout.mac.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyART-00044B-CC for help-gnu-emacs@gnu.org; Wed, 05 Jul 2006 12:41:35 -0400 Original-Received: from mac.com (webmail02-en1 [10.13.11.144]) by smtpout.mac.com (Xserve/8.12.11/smtpout09/MantshX 4.0) with ESMTP id k65GfWLm010899 for ; Wed, 5 Jul 2006 09:41:32 -0700 (PDT) Original-Received: from webmail02 (localhost [127.0.0.1]) by mac.com (Xserve/webmail02/MantshX 4.0) with ESMTP id k65GfUlN029901; Wed, 5 Jul 2006 09:41:31 -0700 (PDT) Original-Received: from [165.91.182.191] by webmail.mac.com with HTTP; Wed, 05 Jul 2006 11:41:30 -0500 Original-To: help-gnu-emacs@gnu.org X-Originating-IP: 165.91.182.191/instID=16 X-Mailman-Approved-At: Thu, 06 Jul 2006 02:18:26 -0400 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:35836 Archived-At: Hello: I am trying to turn on flyspell-mode by using .emacs. I can turn on and turn off flyspell-mode by using M-x flyspell-mode (as said on page 121 of GNU Emacs manual by R. Stallman). I want to do this using my .emacs file such that I do not have to do it manually for each file. I added in .emacs the line (setq flyspell-mode t) It appears that the spell checker does not work. If I check, however, in the Tools in the emacs, the flyspell square symbol seems on. I would appreciate it if you could help. Thanks, Paul