Hallöchen!
"Richard M. Stallman" <[EMAIL PROTECTED]> writes:
> Does this patch fix the bug? It seems to when I try it.
I reproduced those problems, applied the fix, and now they are gone.
So yes, this fixes it. Thanks!
Tschö,
Torsten.
--
Torsten Bronger, aquisgrana, europa vetus
Does this patch fix the bug? It seems to when I try it.
*** ispell.el 09 Oct 2005 11:42:04 -0400 1.181
--- ispell.el 22 Oct 2005 20:44:55 -0400
***
*** 445,451
(defvar ispell-local-dictionary-overridden nil
"Non-nil means the user has explicitly set this b
So far, I had set
(custom-set-variables
...
'(ispell-local-dictionary "deutsch8")
...
)
in .emacs. However, with current CVS Emacs this seems to be
ignored. Instead, it's set to nil if I check it with "C-h v". An
explicit
(setq ispell-local-dictionary "deutsch8")
at the end of .emacs r