From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Colin S. Miller" Newsgroups: gmane.emacs.help Subject: Re: Problem of binding aspell to Emacs Date: Thu, 15 Oct 2009 11:26:37 +0100 Organization: SunSITE.dk - Supporting Open source Message-ID: <4ad6f8de$0$292$14726298@news.sunsite.dk> References: <83d44pxk9n.fsf@ymail.invalid> <834oq1xk1r.fsf@ymail.invalid> <83skdl9efh.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 1255603393 18258 80.91.229.12 (15 Oct 2009 10:43:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2009 10:43:13 +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 12:43:05 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 1MyNnU-0006QQ-Vu for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Oct 2009 12:43:05 +0200 Original-Received: from localhost ([127.0.0.1]:55528 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyNnT-0002LT-UV for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Oct 2009 06:43:03 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!feed118.news.tele.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706) Original-Newsgroups: gnu.emacs.help In-Reply-To: <83skdl9efh.fsf@ymail.invalid> Original-Lines: 41 Original-NNTP-Posting-Host: 62.56.61.149 Original-X-Trace: news.sunsite.dk DXC=gE[m7be?e; RGdO>3\oBM:UYSB=nbEKnk[>gdomR5a12]5fdD?L8VmBXOOn[7LY1L_UQScK68eBi5W; QNS\SSPXnW=`B>8HMEIDXnmOLjad>8L]ZoTBKbQQ2:Z Original-X-Complaints-To: staff@sunsite.dk Original-Xref: news.stanford.edu gnu.emacs.help:173905 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:68989 Archived-At: Water Lin wrote: > > 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? If you want to add a word to your dictionary, use 'i'. If you want to remove a word from aspell's dictionary, then consult aspell's documentation (outside emacs). You probably will have to rebuild the dictionary. > > 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? You can keep typing; emacs will eventually catch up. Although the lack of feedback on your typing can be disconcerting. > > 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? Or ispell-buffer flyspell-buffer can also be used. It will highlight all the incorrect words, but is very slow. Go make a cup of tea when you run it. > > Thanks > > Water Lin > HTH, Colin S. Miller -- Replace the obvious in my email address with the first three letters of the hostname to reply.