From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bill Richter Newsgroups: gmane.emacs.bugs Subject: M-x ispell-buffer works but menu doesn't Date: Tue, 3 Dec 2002 22:03:35 -0600 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200212040403.gB443Z918406@conley.math.northwestern.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1038974539 29176 80.91.224.249 (4 Dec 2002 04:02:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 4 Dec 2002 04:02:19 +0000 (UTC) Cc: mlerma@conley.math.northwestern.edu 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 18JQjp-0007aP-00 for ; Wed, 04 Dec 2002 05:02:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18JQlc-0002wU-00; Tue, 03 Dec 2002 23:04:08 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18JQlB-0001TF-00 for bug-gnu-emacs@gnu.org; Tue, 03 Dec 2002 23:03:41 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18JQl6-0001C9-00 for bug-gnu-emacs@gnu.org; Tue, 03 Dec 2002 23:03:38 -0500 Original-Received: from conley.math.northwestern.edu ([129.105.81.17]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18JQl5-00019L-00 for bug-gnu-emacs@gnu.org; Tue, 03 Dec 2002 23:03:35 -0500 Original-Received: (from richter@localhost) by conley.math.northwestern.edu (8.11.6/8.11.6) id gB443Z918406; Tue, 3 Dec 2002 22:03:35 -0600 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:4000 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4000 In GNU Emacs 21.2.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-04-08 on porky.devel.redhat.com 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: nil 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 locale-coding-system: iso-latin-1 default-enable-multibyte-characters: t Here's a funny ispell/menus bug one of the users pointed out, but I cleverly found a smaller example :) emacs -q & Delete the top stuff from the *scratch* buffer ;; This buffer is for ... own buffer. by M-< M-6 C-k just to be safe. Then enter in 100 newlines by C-u 100 I think I really just want a screenful of newlines. Then type i kant spel Go to the top of the *scratch* buffer by M-<. Select "Spell Checking" submenu from "Tools" menu I get a split window, with new buffer whose modeline reads: *Choices* -- word kant" (0) Kant (1) Kan (2) Kat (3) ant (4) Kent (5) cant (6) Kane (7) Kano (8) kart (9) Kans (:) pant (;) rant (<) want (=) Janet (>) Janot (@) Kandy (B) jaunt (C) Jany (D) Kanya But the word "kant" is not highlighted in the ispell-menu-bug.tex buffer! I see only the top of the *scratch* buffer, which is blank. I know I'm at the top of the buffer, because the *scratch* modeline says L 14. While the actual error is on line 101. If instead I type M-x ispell-buffer, I get no problems.