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: spell-checker compatible with LaTeX? Date: Sat, 13 Feb 2010 17:49:03 +0000 Organization: SunSITE.dk - Supporting Open source Message-ID: <4b76e5bb$0$270$14726298@news.sunsite.dk> References: <9d44191d-5517-4a98-9be7-82b9b5da78e5@b18g2000vba.googlegroups.com> 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 1266086459 17256 80.91.229.12 (13 Feb 2010 18:40:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Feb 2010 18:40:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 13 19:40:54 2010 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.69) (envelope-from ) id 1NgMvF-0000Mx-Gs for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Feb 2010 19:40:53 +0100 Original-Received: from localhost ([127.0.0.1]:53424 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NgMvF-0000wC-0V for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Feb 2010 13:40:53 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!goblin2!goblin.stu.neva.ru!news.net.uni-c.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: <9d44191d-5517-4a98-9be7-82b9b5da78e5@b18g2000vba.googlegroups.com> Original-Lines: 37 Original-NNTP-Posting-Host: 62.56.68.180 Original-X-Trace: news.sunsite.dk DXC=nR89bDHU2=mbJlfT[; @_ShYSB=nbEKnkk=4mJ; fV\C]f5fdD?L8VmBhOOn[7LY1L_eQScK68eBi5g; QNS\SSPXng=`B>8HMEIDhBfV1F?f:QZodNbR`_I]gQh Original-X-Complaints-To: staff@sunsite.dk Original-Xref: news.stanford.edu gnu.emacs.help:176781 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:71850 Archived-At: Porky Pig wrote: > On Feb 11, 6:23 pm, Peter Dyballa wrote: >> Am 11.02.2010 um 23:34 schrieb Porky Pig: >> >>> I"m looking for one that's understand LaTeX >>> and compatible with Auctex. >> Ispell. Hunspell. Aspell. >> >> -- >> Greetings >> >> Pete >> >> Experience is what you get when you don't get what you want. > > Thanks, and another question. I've just looked at "flyspell". Is that > another package, or it uses existing ones (e.g., Ispell)? > Porky, fly-spell is a wrapper around ispell-mode for checking the spelling of each word as the cursor moves off it. ispell-mode can use any spell check program that is compatible with ispell; Aspell and hunspell are commonly used. This is done by setting ispell-prog-name. Flyspell also has flyspell-prog-mode. This uses information from the major-mode to indicate where the strings and comments are, and only flyspells them. If ispell-comments-and-strings works in LaTeX mode, then flyspell-prog-mode should work. (I've never used LaTeX, so can't say for sure). HTH, Colin S. Miller -- Replace the obvious in my email address with the first three letters of the hostname to reply.