emacs-devel
[Top][All Lists]
Advanced

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

flyspell needs to be more careful with running aspell


From: Dan Nicolaescu
Subject: flyspell needs to be more careful with running aspell
Date: Thu, 23 Aug 2007 14:26:50 -0700 (PDT)

Call this script "aspell"
#!/bin/sh
exit 1
an put it in a directory at the beginning of your PATH. 

Then do:
M-: (add-hook 'text-mode-hook 'flyspell-mode) RET

now try to use gnus to reply to a message. The cited original message
won't be inserted in the buffer because flyspell-mode will throw an
error. It would be better if it would just print a warning and
continue without error.

Can somebody please take a look at this? 

I encountered this problem when using a system that had a broken
installation of aspell.

Thanks




reply via email to

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