On my computer (specs below), auto-dictionary-mode is unusable in org-mode.
Steps to reproduce (from emacs -Q)
-
Evaluate:
(require 'package)
(package-initialize)
(require 'auto-dictionary)
(require 'flyspell)
-
Open a new buffer, M-x org-mode
-
M-x flyspell-mode and M-x auto-dictionary-mode
-
Type some text in some language.
-
M-x adict-guess-dictionary
This fails with member-ignore-case: Wrong type argument: stringp, nil (in Messages, the part after ":" also appears in the modeline.
Repeating exactly the same steps in text-mode works perfectly.
Test configuration
- ArchLinux, up-to-date, on MacBook Air 2011.
- Emacs 25.1.1 from official repositories.
- Up-to-date packages downloaded by order of priority from Melpa stable, Gnu, Melpa unstable. Auto-dictionary itself is version 1.1.
On my computer (specs below), auto-dictionary-mode is unusable in org-mode.
Steps to reproduce (from
emacs -Q)Evaluate:
Open a new buffer,
M-x org-modeM-x flyspell-modeandM-x auto-dictionary-modeType some text in some language.
M-x adict-guess-dictionaryThis fails with
member-ignore-case: Wrong type argument: stringp, nil(in Messages, the part after ":" also appears in the modeline.Repeating exactly the same steps in
text-modeworks perfectly.Test configuration