From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: flyspell-auto-correct-word many wrong-type-argument Date: Tue, 02 Sep 2003 10:54:16 -0600 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3F54CB38.3080307@yahoo.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1062615149 25096 80.91.224.253 (3 Sep 2003 18:52:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2003 18:52:29 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Sep 03 20:52:27 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 19ucjz-0000jw-00 for ; Wed, 03 Sep 2003 20:52:27 +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 19ucit-0007YF-EC for geb-bug-gnu-emacs@m.gmane.org; Wed, 03 Sep 2003 14:51:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19uF4C-0006fo-Fw for bug-gnu-emacs@prep.ai.mit.edu; Tue, 02 Sep 2003 13:35:44 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19uEl4-00022V-W2 for bug-gnu-emacs@prep.ai.mit.edu; Tue, 02 Sep 2003 13:16:00 -0400 Original-Received: from [216.168.1.22] (helo=trinity.supernews.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 19uEQ8-0003kt-9j for bug-gnu-emacs@prep.ai.mit.edu; Tue, 02 Sep 2003 12:54:20 -0400 Original-Received: from mail.fu-berlin.de ([160.45.11.165]:5092 ident=root) by trinity.supernews.net with esmtp (Exim 4.20) id 19uEQ5-000KoR-Qr for gnu-emacs-bug@moderators.isc.org; Tue, 02 Sep 2003 16:54:18 +0000 Original-Received: by mail.fu-berlin.de (Smail3.2.0.98) from Curry.ZEDAT.FU-Berlin.DE (160.45.10.36) with esmtp id ; Tue, 2 Sep 2003 18:54:15 +0200 (MEST) Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.fu-berlin.de with bsmtp id ; Tue, 2 Sep 2003 18:54:14 +0200 (MEST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: 170.207.51.80!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 24 X-Orig-NNTP-Posting-Host: 170.207.51.80 X-Orig-X-Trace: news.uni-berlin.de 1062521653 15133499 170.207.51.80 (16 [82742]) User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us 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:5716 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5716 Dan Jacobson wrote: > Today I happened to have debug-on-error t, and saw > Debugger entered--Lisp error: (wrong-type-argument vectorp nil) > define-abbrev(nil "hittng" "hitting") > flyspell-auto-correct-word() > call-interactively(flyspell-auto-correct-word) > > It does correct the word though. > http://jidanni.org/comp/emacs.txt is my .emacs file. > > Another: > Debugger entered--Lisp error: (wrong-type-argument vectorp nil) > define-abbrev(nil "happpen" "happen")... What is the value of flyspell-use-global-abbrev-table-p? What was the buffer's major mode? -- Kevin Rodgers