From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Chris Swoyer" Newsgroups: gmane.emacs.help Subject: Re: Aspell and Emacs Date: Wed, 28 Jan 2004 16:46:33 -0600 Organization: Cox Communications Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1075330992 21889 80.91.224.253 (28 Jan 2004 23:03:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jan 2004 23:03:12 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 29 00:03:09 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AlyiC-0006Ug-00 for ; Thu, 29 Jan 2004 00:03:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Alyha-00026Q-HU for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Jan 2004 18:02:30 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!elnk-nf2-pas!elnk-pas-nf1!newsfeed.earthlink.net!pd7cy1no!shaw.ca!peer02.cox.net!cox.net!p01!okepread03.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Original-NNTP-Posting-Host: 68.97.1.160 Original-X-Complaints-To: abuse@cox.net Original-X-Trace: okepread03 1075329992 68.97.1.160 (Wed, 28 Jan 2004 17:46:32 EST) Original-NNTP-Posting-Date: Wed, 28 Jan 2004 17:46:32 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:120538 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16484 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16484 Thanks, Emacs needs to know where the aspell program is, and when I installed it I don't seem to have ended up with an application named aspell. So I need to get something in a workable path and then tell Emacs what the path is. Chris "Martin Stemplinger" wrote in message news:m3smhzg2tv.fsf@ID-177771.users.individual.de... > On Mit Jan 28 2004 at 04:06, "Chris Swoyer" wrote: > > > I just downloaded and installed cocoAspell 1.4.1. I am using > > enhanced carbon emacs (under Mac's OS 10.3.2). > > > > 1. what do I need to insert in my .emacs file so Emacs will use > > Aspell (when I installed things I moved a file called > > Spelling.prefPane to the "PreferencePanes" subfolder of > > /Library -- but it didn't yield a file named Aspell or the > > like. > I don't use Mac, but the following lines in my .emacs work well both > on Windows and on Linux: > ;;; Spelling > (setq ispell-program-name "aspell") > (autoload 'flyspell-mode "flyspell" "On-the-fly spelling." t) > (require 'ispell) > > HTH > Martin > -- > Remove NOSPAM to reply by mail