Tagged Questions
8
votes
1answer
518 views
How can I make AUCTeX spell check in the language specified by babel and csquotes macros?
It is possible to make AUCTeX load the spelling dictionary of the language which babel is loaded with. One further convenience would be for it to appropriately react to changes of language within a ...
5
votes
1answer
217 views
AUCTeX's csquotes integration does not work together with babel
I use the AUCTeX feature to expand " into csquotes macros. To enable it I have put the following in my .emacs:
;; " expands into csquotes macros
(setq LaTeX-csquotes-close-quote "}"
...