emacs-devel
[Top][All Lists]
Advanced

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

Re: flyspell bug


From: Stephen Eglen
Subject: Re: flyspell bug
Date: Wed, 27 Apr 2005 17:01:47 +0100

hi Magnus, thanks for explaining the version differences in aspell's
behaviour.  

 > The following patch eliminates the middle case.  The documentation of
 > aspell 0.50.5 claims that it supports the "list" command, but I
 > haven't tested it.
 > 
 > --- orig/lisp/textmodes/ispell.el
 > +++ mod/lisp/textmodes/ispell.el
 > @@ -301,7 +301,8 @@
 >    :type 'integer
 >    :group 'ispell)
 >  
 > -(defcustom ispell-program-name "ispell"
 > +(defcustom ispell-program-name (or (executable-find "aspell")
 > +                               "ispell")
 >    "Program invoked by \\[ispell-word] and \\[ispell-region] commands."
 >    :type 'string
 >    :group 'ispell)

Sounds like a good way to solve this, thanks.   Stephen




reply via email to

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