From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marc Tfardy Newsgroups: gmane.emacs.help Subject: Re: Problem of binding aspell to Emacs Date: Thu, 15 Oct 2009 08:34:19 +0200 Organization: http://onet.pl Message-ID: References: <83d44pxk9n.fsf@ymail.invalid> 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 1255600164 8142 80.91.229.12 (15 Oct 2009 09:49:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2009 09:49:24 +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 Oct 15 11:49:16 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 1MyMxM-0003wM-03 for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Oct 2009 11:49:12 +0200 Original-Received: from localhost ([127.0.0.1]:52757 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyMxL-0007Kp-Hj for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Oct 2009 05:49:11 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!goblin1!goblin2!goblin.stu.neva.ru!news.nask.pl!news.nask.org.pl!news.onet.pl!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: port-83-236-194-74.static.qsc.de Original-X-Trace: news.onet.pl 1255588459 22688 83.236.194.74 (15 Oct 2009 06:34:19 GMT) Original-X-Complaints-To: niusy@onet.pl Original-NNTP-Posting-Date: Thu, 15 Oct 2009 06:34:19 +0000 (UTC) User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) In-Reply-To: <83d44pxk9n.fsf@ymail.invalid> Original-Xref: news.stanford.edu gnu.emacs.help:173894 X-Mailman-Approved-At: Thu, 15 Oct 2009 05:42:05 -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:68982 Archived-At: Water Lin schrieb: > I am using Windows XP system and Emacs23. I want to use aspell as my > spell checker. > > I installed aspell successfully and I can use it from cmd.exe. Can you use aspell from everywhere? Maybe this is only %PATH% problem? > But after I add following line to .emacs file: > > When I trigger aspell inside Emacs by M-x flyspell-mode, Emacs will > provide me with an error: > --------- > Starting new Ispell process [default] ... > Enabling Flyspell mode gave an error > --------- I use cygwin on my XP with aspell (no ispell) and when I start flyspell I see in *Messages* buffer following: Starting new Ispell process [deutsch8] ... This could point to a dictionary problem. regards Marc