[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
flyspell-auto-correct-word many wrong-type-argument
From: |
Dan Jacobson |
Subject: |
flyspell-auto-correct-word many wrong-type-argument |
Date: |
Sun, 31 Aug 2003 08:29:03 +0800 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
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")...
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- flyspell-auto-correct-word many wrong-type-argument,
Dan Jacobson <=