From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: ispell misalignment error Date: Tue, 6 Aug 2002 18:10:11 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: <15696.755.357732.754530@xpc21.ast.cam.ac.uk> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1028653830 1832 127.0.0.1 (6 Aug 2002 17:10:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 6 Aug 2002 17:10:30 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17c7qm-0000TQ-00 for ; Tue, 06 Aug 2002 19:10:28 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17c8Bz-0004Q0-00 for ; Tue, 06 Aug 2002 19:32:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17c7rN-0005Iv-00; Tue, 06 Aug 2002 13:11:05 -0400 Original-Received: from plum.csi.cam.ac.uk ([131.111.8.3]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17c7qY-0005Cf-00 for ; Tue, 06 Aug 2002 13:10:14 -0400 Original-Received: from cass41.ast.cam.ac.uk ([131.111.69.186]) by plum.csi.cam.ac.uk with esmtp (Exim 4.10) id 17c7qX-0005YY-00 for emacs-devel@gnu.org; Tue, 06 Aug 2002 18:10:13 +0100 Original-Received: from xalph6.ast.cam.ac.uk (xalph6 [131.111.68.34]) by cass41.ast.cam.ac.uk (8.11.6+Sun/8.11.6) with ESMTP id g76HAD222816 for ; Tue, 6 Aug 2002 18:10:13 +0100 (BST) Original-Received: from xpc21.ast.cam.ac.uk.ast.cam.ac.uk (IDENT:m6HSOeVkpPsybPlJdZSPlSXpKZM9GSYd@xpc21.ast.cam.ac.uk [131.111.69.55]) by xalph6.ast.cam.ac.uk (8.10.0/8.10.0) with ESMTP id g76HABp26517 for ; Tue, 6 Aug 2002 18:10:12 +0100 (BST) Original-To: emacs-devel@gnu.org X-Mailer: VM 7.07 under Emacs 21.2.90.1 on i686-pc-linux-gnu X-Attribution: GM Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6316 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6316 There is an entry in etc/PROBLEMS relating to the ispell "misalignment" error that can occur when running ispell from within Emacs. I seem to have found another cause of this error message, not amongst those listed in PROBLEMS. I guess at the very least, something should be added to PROBLEMS mentioning this as another possible cause of the "ispell misalignment" error? Assuming it's reproducible and not easily fixed, of course... Relevant info: aspell -v @(#) International Ispell Version 3.1.20 (but really Aspell .33.7.1 alpha) Bug occurs with Emacs compiled from CVS trunk and RC branch, as well as Emacs-21.2. i) Create a file foo.tex containing the following: \includegraphics[draft=false,angle=-90]{figures/foo.ps} deliberate miiistake ii) Execute the shell command `aspell dump config > ~/.aspell.conf' On my system (RedHat 7.3), part of the output of that command looks like the following (should be a long unbroken line). The leading "#" means aspell should ignore this line anyway. You can cut the ~/.aspell.conf file down just to this and the Emacs error is still present. # add|rem-tex-command descrip: TeX commands # tex-command default: addtocounter pp,addtolength pp,alpha p,arabic p,fnsymbol p,roman p,stepcounter p,setcounter pp,usecounter p,value p,newcounter po,refstepcounter p,label p,pageref p,ref p,newcommand poOP,renewcommand poOP,newenvironment poOPP,renewenvironment poOPP,newtheorem poPo,newfont pp,documentclass op,usepackage op,begin po,end p,setlength pp,addtolength pp,settowidth pp,settodepth pp,settoheight pp,enlargethispage p,hyphenation p,pagenumbering p,pagestyle p,addvspace p,framebox ooP,hspace p,vspace p,makebox ooP,parbox ooopP,raisebox pooP,rule opp,sbox pO,savebox pooP,usebox p,include p,includeonly p,input p,addcontentsline ppP,addtocontents pP,fontencoding p,fontfamily p,fontseries p,fontshape p,fontsize pp,usefont pppp,documentstyle op,cite p,nocite p,psfig p,selectlanguage p,includegraphics op,bibitem op,geometry p, iii) Try both `aspell -c foo.tex' and `ispell foo.tex' from the command line. Both work fine. iv) emacs -q --no-site-file foo.tex, M-x ispell-buffer. An error is produced: Ispell misalignment: word `phenation' point 78; probably incompatible versions' The string `phenation' is nowhere to be found in the buffer being spell- checked, of course, but is in ~/.aspell.conf. v) The error is not produced if one removes ~/.aspell.conf and either restarts Emacs or does `ispell-kill-ispell', followed by `ispell-buffer' again.