From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: help with flyspell-mode Date: Thu, 26 Nov 2009 00:54:20 -0700 Message-ID: References: <4b094cea$0$283$14726298@news.sunsite.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1259222111 21059 80.91.229.12 (26 Nov 2009 07:55:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Nov 2009 07:55:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 26 08:55:04 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 1NDZBv-0001W1-Dl for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Nov 2009 08:55:03 +0100 Original-Received: from localhost ([127.0.0.1]:35227 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDZBu-0001Ak-DM for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Nov 2009 02:55:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDZBU-000199-5Q for help-gnu-emacs@gnu.org; Thu, 26 Nov 2009 02:54:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDZBP-00016X-Kx for help-gnu-emacs@gnu.org; Thu, 26 Nov 2009 02:54:35 -0500 Original-Received: from [199.232.76.173] (port=38624 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDZBP-00016U-Hd for help-gnu-emacs@gnu.org; Thu, 26 Nov 2009 02:54:31 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:62204) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NDZBO-0003Ml-SH for help-gnu-emacs@gnu.org; Thu, 26 Nov 2009 02:54:31 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDZBN-0007Gj-Nc for help-gnu-emacs@gnu.org; Thu, 26 Nov 2009 02:54:29 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NDZBJ-0001Nc-Bk for help-gnu-emacs@gnu.org; Thu, 26 Nov 2009 08:54:25 +0100 Original-Received: from c-71-237-24-138.hsd1.co.comcast.net ([71.237.24.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Nov 2009 08:54:25 +0100 Original-Received: from kevin.d.rodgers by c-71-237-24-138.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Nov 2009 08:54:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-71-237-24-138.hsd1.co.comcast.net User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) In-Reply-To: <4b094cea$0$283$14726298@news.sunsite.dk> X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:70135 Archived-At: Colin S. Miller wrote: > Les Harris wrote: >> >> Unfortunately, Fundamental mode doesn't run any hooks so that method >> won't work. >> > > The OP might be able to add a defadvice to 'fundamental-mode. > The advice function could check the extension of the current buffer's > file, and run (flyspell-mode 't) if there isn't one. Or: (add-hook 'fundamental-mode 'turn-on-flyspell) -- Kevin Rodgers Denver, Colorado, USA