From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Water Lin Newsgroups: gmane.emacs.help Subject: Re: Problem of binding aspell to Emacs Date: Thu, 15 Oct 2009 17:47:30 +0800 Organization: A poorly-installed InterNetNews site Message-ID: <83skdl9efh.fsf@ymail.invalid> References: <83d44pxk9n.fsf@ymail.invalid> <834oq1xk1r.fsf@ymail.invalid> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1255616554 30225 80.91.229.12 (15 Oct 2009 14:22:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2009 14:22:34 +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 16:22:24 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 1MyRDj-0003Y0-IE for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Oct 2009 16:22:23 +0200 Original-Received: from localhost ([127.0.0.1]:57953 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyRDi-0002Me-Vi for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Oct 2009 10:22:23 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!goblin2!goblin.stu.neva.ru!feeder.erje.net!news.byr.edu.cn!news.neu.edu.cn!www.shinco.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 56 Original-NNTP-Posting-Host: 59.37.5.24 Original-X-Trace: www.shinco.com 1255600112 7591 59.37.5.24 (15 Oct 2009 09:48:32 GMT) Original-X-Complaints-To: news@www.shinco.com Original-NNTP-Posting-Date: Thu, 15 Oct 2009 09:48:32 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt) Cancel-Lock: sha1:0DkdmmEyUZjTuwDgMm7mM63BKBU= Original-Xref: news.stanford.edu gnu.emacs.help:173901 X-Mailman-Approved-At: Thu, 15 Oct 2009 10:21:38 -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:68992 Archived-At: Marc Tfardy writes: > Water Lin schrieb: >> Water Lin writes: >> >>> 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. >>> >>> But after I add following line to .emacs file: >>> >> Sorry, I forget to put the code here which I put into .emacs file. The >> line is: >> ---------- >> (setq-default ispell-program-name >> "C:/Program Files/Aspell/bin/aspell.exe") > > And what value have ispell-dictionary? nil? > > Did you installed some dictionary for aspell and can aspell find it? > > > regards > Marc > Two more question about using Aspell with flyspell mode. The first question: When Aspell finds an incorrect word, it will mark the incorrect word with special underline and color. But there are also a lot of special words like Flyspell, Aspell etc. which are meaningful but incorrect. I want to let Flyspell to ignore these words. What's the command? The second question: After successfully installed Flyspell with Aspell, I find that the input speed of my keyboard is a little slow and panic. It seems that flyspeel will influence my input speed. What can I do with it? My solution is: ------- I disable Flyspell mode, but after I finish the email edition, I will use M-x ispell-region to check my spell. Is it a good way? Thanks Water Lin -- Water Lin's notes and pencils: http://en.waterlin.org Email: WaterLin@ymail.com