From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Per Starback Newsgroups: gmane.emacs.bugs Subject: ispell/aspell misalignment Date: Mon, 28 Oct 2002 18:16:32 +0100 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200210281716.g9SHGWO29866@tempus.ling.uu.se> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035825371 8957 80.91.224.249 (28 Oct 2002 17:16:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 28 Oct 2002 17:16:11 +0000 (UTC) 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 186DUn-0002KA-00 for ; Mon, 28 Oct 2002 18:16:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186DVs-0002Mh-00; Mon, 28 Oct 2002 12:17:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186DVU-0002Eu-00 for bug-gnu-emacs@gnu.org; Mon, 28 Oct 2002 12:16:52 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186DVI-000285-00 for bug-gnu-emacs@gnu.org; Mon, 28 Oct 2002 12:16:51 -0500 Original-Received: from numerus.ling.uu.se ([130.238.78.148]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186DVG-000227-00 for bug-gnu-emacs@gnu.org; Mon, 28 Oct 2002 12:16:39 -0500 Original-Received: from tempus.ling.uu.se (IDENT:FeGjwwHbO5Vab27X1ledjq2jeLEnu5yP@tempus.ling.UU.SE [130.238.78.146]) by numerus.ling.uu.se (8.11.6/8.11.6) with ESMTP id g9SHGW314976; Mon, 28 Oct 2002 18:16:32 +0100 Original-Received: (from starback@localhost) by tempus.ling.uu.se (8.11.6/8.11.6) id g9SHGWO29866; Mon, 28 Oct 2002 18:16:32 +0100 Original-To: bug-gnu-emacs@gnu.org Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3772 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3772 In GNU Emacs 21.2.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-09-18 on tempus configured using `configure i386-redhat-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --with-gcc --with-pop --with-sound' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: sv_SE.ISO8859-1 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.iso885915 locale-coding-system: iso-latin-1 default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: 1. emacs -q ispell-bug.tex & where ispell-bug.tex contains the following: ======8<==========8<============8<===================== \documentclass{report} \begin{document} grux an orange \ref{one-dictionary} \end{document} ======8<==========8<============8<===================== 2. M-x ispell-buffer RET 3. SPC (to leave "grux" unchanged) Message: Spell-checking done 4. M-x ispell-buffer RET 5. SPC (to again leave "grux" unchanged) This yields an error: ispell-process-line: Ispell misalignment: word `sgml' point 86; probably incompatible versions $ /usr/bin/ispell --version Ispell compatibility script for Aspell. Usage: /usr/bin/ispell [options] -a|-l|-v[v]| This is from aspell-0.33.7.1-9 on Red Hat. If I add 1.5 M-: (setq ispell-program-name "aspell") RET I still get the same error. $ aspell --version @(#) International Ispell Version 3.1.20 (but really Aspell .33.7.1 alpha) (I haven't tried with a real ispell.) I expected it to just work without any errors, at least when I told it to use aspell.