From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan M. Moser" Newsgroups: gmane.emacs.help Subject: Re: ispell and LaTeX Date: Wed, 30 Jul 2003 11:22:35 +0200 Organization: ISI-ETHZ Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3f278e5b$1@pfaff2> References: <3f27626a$1@pfaff2> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1059557156 14504 80.91.224.249 (30 Jul 2003 09:25:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Jul 2003 09:25:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 30 11:25:53 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19hnDK-0003ku-00 for ; Wed, 30 Jul 2003 11:25:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hnDM-0001fZ-Ij for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Jul 2003 05:25:44 -0400 User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.4) Gecko/20030704 X-Accept-Language: en, de, zh-TW, zh, zh-CN Original-Newsgroups: gnu.emacs.help In-Reply-To: X-Enigmail-Version: 0.76.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-Original-NNTP-Posting-Host: isibee46.ethz.ch X-Original-Trace: 30 Jul 2003 11:22:35 +0200, isibee46.ethz.ch Original-Lines: 22 Original-NNTP-Posting-Host: pfaff2-rz-fast.ethz.ch Original-X-Trace: pfaff.ethz.ch 1059556957 pfaff2-rz-fast.ethz.ch (30 Jul 2003 11:22:37 +0200) Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!in.100proofnews.com!in.100proofnews.com!irazu.switch.ch!news-zh.switch.ch!switch.ch!pfaff.ethz.ch!pfaff2 Original-Xref: shelby.stanford.edu gnu.emacs.help:115555 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:11473 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11473 Thanks for the tipps! The additional (require 'ispell) was necessary, without it ispell-parser wasn't defined at all. However, now it is defined with value "tex", but the ispell-process still asks about the "labelname" in \eqref{labelname}! There seems still something to be missing?!? Stefan Holger Sparr wrote: > Have a look on your setting of: > > ,----[ C-h v ispell-parser RET ] > | ispell-parser's value is tex > > Be sure to use the right hook. > > Additionally, the line > > (require 'ispell) > > ahead of your (setq ispell-tex-skip-alists ...) statement might be necessary.