From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Sebastian P. Luque" Newsgroups: gmane.emacs.help Subject: Re: turn on flyspell mode permanently in .emacs Date: Tue, 22 Aug 2006 10:24:45 -0500 Organization: Memorial University of Newfoundland Message-ID: <87fyfo4wua.fsf@patagonia.sebmags.homelinux.org> References: <1156206235.108245.155630@i3g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1156260365 9853 80.91.229.2 (22 Aug 2006 15:26:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Aug 2006 15:26:05 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 22 17:26:03 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 1GFY8W-0003hj-PL for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Aug 2006 17:25:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFY8W-0003St-53 for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Aug 2006 11:25:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GFY8L-0003So-Ax for help-gnu-emacs@gnu.org; Tue, 22 Aug 2006 11:25:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GFY8J-0003Sc-Nv for help-gnu-emacs@gnu.org; Tue, 22 Aug 2006 11:25:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFY8J-0003SZ-KL for help-gnu-emacs@gnu.org; Tue, 22 Aug 2006 11:25:39 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GFYFw-00047w-Rl for help-gnu-emacs@gnu.org; Tue, 22 Aug 2006 11:33:33 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GFY7Z-0003WM-6t for help-gnu-emacs@gnu.org; Tue, 22 Aug 2006 17:24:53 +0200 Original-Received: from s01060015e975d7fb.wp.shawcable.net ([24.77.75.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Aug 2006 17:24:53 +0200 Original-Received: from spluque by s01060015e975d7fb.wp.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Aug 2006 17:24:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: s01060015e975d7fb.wp.shawcable.net User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:ANCY4Y/7YnWz9j0+PJYSHjkjf1c= 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:36843 Archived-At: On 21 Aug 2006 17:23:55 -0700, kevmitch@gmail.com wrote: > So apparently, I'm doing something extremely stupid. Flyspell works > great if I type "M-x flyspell-mode RET", but that's not good enough. I > want it to be on all the time in every major mode automatically unless I > explicitly disable it. So I tried just about every combination of all > the relevant lines in my .emacs file to no avail. My emacs starts up > fine, but no flyspell-mode with out having to manually issue the > command. Can any kind soul out there please direct me in what it is I'm > doing wrong. Below are my .emacs and site-start.el files. Did you try adding turn-on-flyspell to text-mode-hook? That's what I use, and it's on for almost every mode, as I think this hook is run by them. -- Seb