On Thu, Aug 09, 2007 at 10:48:16PM +0200, Vincent Lefevre wrote:
> On 2007-08-09 20:11:32 +0200, Agustin Martin wrote:
> > On Wed, Aug 08, 2007 at 01:51:15AM +0200, Vincent Lefevre wrote:
> > > A workaround is probably to add emacs22 to the list in
> > > "/etc/emacs/site-start.d/50dictionaries-common.el".
> > 
> > That is intentional, Romain Francoise and us decided to keep
> > emacs-snapshot as free of extra stuff (including dictionaries-common)
> > as possible, so I excluded it from that file. We however support emacs22,
> > which currently uses 'old' dictionaries-common stuff, patched
> > for better integration with Debian default selection and other things.
> 
> Anyway, I tried, but this didn't change anything. So, I now use
> emacs-snapshot.

Hi, Vincent

Note that some changes are interacting here,

ispell.el from emacs-snapshot and emacs22 changed to use aspell as
default, while all other flavours and dict-common behave traditionally and
use ispell if both are installed.

You would have get the same result by setting `ispell-program-name' to
"aspell" in your .emacs file,

(setq ispell-program-name "aspell")

so aspell is used from all emacs flavours. I prefer to keep the old
behavior to avoid confusion and different behaviors between emacs and
xemacs, although aspell is now clearly preferrable.

Cheers,

-- 
Agustin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to