From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: Re: flyspell-auto-correct-word many wrong-type-argument Date: Sat, 20 Sep 2003 03:03:44 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87ad90wqgf.fsf@jidanni.org> References: <3F54CB38.3080307@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1064004359 17365 80.91.224.253 (19 Sep 2003 20:45:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Sep 2003 20:45:59 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Sep 19 22:45:57 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A0S8b-0002RQ-01 for ; Fri, 19 Sep 2003 22:45:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A0S7b-00076p-Qk for geb-bug-gnu-emacs@m.gmane.org; Fri, 19 Sep 2003 16:44:55 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A0S7O-00075G-IO for bug-gnu-emacs@gnu.org; Fri, 19 Sep 2003 16:44:42 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A0S7M-000728-LI for bug-gnu-emacs@gnu.org; Fri, 19 Sep 2003 16:44:41 -0400 Original-Received: from [203.79.224.67] (helo=smtp3.apol.com.tw) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A0S72-0006gg-P6 for bug-gnu-emacs@gnu.org; Fri, 19 Sep 2003 16:44:21 -0400 Original-Received: from jidanni.org (TC218-187-83-197.2-7.pl.apol.com.tw [218.187.83.197]) by smtp3.apol.com.tw (8.9.3/8.9.3) with ESMTP id EAA14906025 for ; Sat, 20 Sep 2003 04:44:06 +0800 (CST) Original-Received: from jidanni by jidanni.org with local (Exim 4.22) id 1A0QXg-0003Wa-7R for bug-gnu-emacs@gnu.org; Sat, 20 Sep 2003 03:03:44 +0800 Original-To: bug-gnu-emacs@gnu.org In-Reply-To: <3F54CB38.3080307@yahoo.com> (Kevin Rodgers's message of "Tue, 02 Sep 2003 10:54:16 -0600") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5818 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5818 Sometimes flyspell-auto-correct-word does its job when esc tab is hit, but complains in the minibuffer "Wrong type argument: vectorp: nil". >>>>> "K" == Kevin Rodgers writes: K> What is the value of flyspell-use-global-abbrev-table-p ? nil K> What was the buffer's major mode? Message mode. 8 lines matching " minor mode" in buffer *Help*. 2:For minor modes, see following pages. 157:Mml minor mode (indicator MML): 159:MML is the MIME Meta Language, a minor mode for composing MIME articles. 201:Mc-Write minor mode (indicator MC-w): 215:Flyspell minor mode (indicator Fly): 220:With a prefix argument ARG, turn Flyspell minor mode on iff ARG is positive. 244:Abbrev minor mode (indicator Abbrev): 250:auto-fill-function minor mode (indicator Fill): in fact it happens as I compose this message too, so add SC minor mode (supercite) to the above. Wait, if I (setq flyspell-use-global-abbrev-table-p t) the problem goes away. I see, I will do this in .emacs to hush up the problem, while the elves will please fix it behind the scenes.