Re: Problem with ispell-local-dictionary

2005-10-23 Thread Torsten Bronger
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

Re: Problem with ispell-local-dictionary

2005-10-22 Thread Richard M. Stallman
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

Problem with ispell-local-dictionary

2005-10-16 Thread Torsten Bronger
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