From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Martin Stemplinger Newsgroups: gmane.emacs.help Subject: Re: Aspell and Emacs Date: Wed, 28 Jan 2004 22:50:36 +0100 Organization: Akademisches Sinfonie-Orchester Muenchen Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1075326771 20130 80.91.224.253 (28 Jan 2004 21:52:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jan 2004 21:52:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 28 22:52:46 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 1Alxby-0001JJ-00 for ; Wed, 28 Jan 2004 22:52:46 +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 1Alxaj-00011f-7y for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Jan 2004 16:51:21 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!dialin-212-144-155-109.arcor-ip.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: dialin-212-144-155-109.arcor-ip.net (212.144.155.109) Original-X-Trace: news.uni-berlin.de 1075326414 26508637 212.144.155.109 ([177771]) X-URL: http://www.aso-muenchen.de X-Attribution: Martin Mail-Copies-To: never User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:rjTK2bZ5z9lpRCBDeTFrIP2REd8= Original-Xref: shelby.stanford.edu gnu.emacs.help:120537 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:16483 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16483 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