On Wed, Aug 08, 2007 at 01:51:15AM +0200, Vincent Lefevre wrote: > In fact, there's another problem: emacs22 and emacs-snapshot don't > have the same behavior in this respect (the problem appeared when > I switched to emacs22). > > For emacs22, the messages are: > [...] > Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)... > Loading debian-ispell... > Loading /var/cache/dictionaries-common/emacsen-ispell-default.el > (source)...done > Loading debian-ispell...done > Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...done > Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done > Loading /etc/emacs/site-start.d/50dictionary-el.el (source)... > Loading dictionary-init...done > Loading /etc/emacs/site-start.d/50dictionary-el.el (source)...done > [...] > > For emacs-snapshot, they are: > [...] > Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)... > Skipping dictionaries-common setup for emacs-snapshot > Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done > Loading /etc/emacs/site-start.d/50dictionary-el.el (source)... > Loading dictionary-init...done > Loading /etc/emacs/site-start.d/50dictionary-el.el (source)...done > [...] > > 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. I made some experiments to integrate ispell.el and flyspell.el from emacs22 into dictionaries-common. However they do not work out-of-the-box with emacs21 and xemacs21, and made only some of the needed changes. Not yet sure if required effort will be reasonable, since many of the fixes in emacs-cvs are already in dictionaries-common .el files. I think the only real thing is the aspell dict looking mechanism, which should not be a problem as long as aspell dicts register themselves with the dict-common system. I wrote: > However the way english is originally defined in > ispell.el->ispell-dictionary-alist is really a synonym of default, so this > is also not good. I should not write this quickly, this should work for ispell as long as an english.hash is available. -- Agustin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]