I would like to use the ispell-buffer command in Emacs. It uses the English language by default. Is there an easy way to switch to another dictionary (for example, another language)?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The following command proposes a list of installed dictionaries to use:
Usually, |
||||
|
|
|
From the file ispell.el you may specify some options for the
Note the double semicolon marks the start of comments in the current mode. It should probably be changed to reflect the way your file (programming language) introduces comments, like |
|||
|
|
|
At the end of a LaTeX file you can use:
that will set the dictionary to be used just for that file. |
||||
|
|