bug-gnu-emacs
[Top][All Lists]
Advanced

[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")...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]