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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: flyspell-auto-correct-word many wrong-type-argument


From: Kevin Rodgers
Subject: Re: flyspell-auto-correct-word many wrong-type-argument
Date: Wed, 24 Sep 2003 11:09:02 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Richard Stallman wrote:

Does this replacement function give good results?

(defun flyspell-abbrev-table ()
  (if flyspell-use-global-abbrev-table-p
      global-abbrev-table
    (or local-abbrev-table global-abbrev-table)))

It prevents the error, but has the undesirable effect of using the
global abbrev table when flyspell-use-global-abbrev-table-p is nil.


--
Kevin Rodgers





reply via email to

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