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

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

Re: Debugging flyspell problems.


From: Andrei Jirnyi
Subject: Re: Debugging flyspell problems.
Date: Thu, 19 Aug 2010 17:15:56 +0000 (UTC)
User-agent: Pan/0.133 (House of Butterflies)

On Mon, 16 Aug 2010 21:01:29 -0400, R. Clayton wrote:

> I run GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.18.2) of
> 2009-11-01 on raven, modified by Debian on a debian testing system
> updated weekly.  A recent update broke flyspell: when I run
> flyspell-mode, I get the error message
> 
>   Enabling Flyspell mode gave an error

Not sure if it was the same problem, but I recently fixed the same issue 
as follows (this is 23.2.1 on fedora 13, your stuff may vary):

- in flyspell.el, search-replace  (called-interactively-p 'interactive)) 
by (called-interactively-p))
- as root, emacs -batch -f batch-byte-compile /usr/share/emacs/23.2/lisp/
textmodes/flyspell.el

--aj




reply via email to

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