How to define two ispell dictionaries in Emacs for LaTeX mode?
问题 I have a document with many quotations in a second language. How can I define this second language to Ispell? I have this in file top: %% Local IspellDict: brasileiro I tried this, but it didn't work: %% Local IspellDict: brasileiro, english 回答1: I have a way to toggle between two languages: ;; You should have aspell-ru and aspell-en packages installed (let ((langs '("english" "russian"))) (setq lang-ring (make-ring (length langs))) (dolist (elem langs) (ring-insert lang-ring elem))) (defun