Hi Guillaume, >>>>> Guillaume MULLER <[email protected]> writes: > Finally I found a work around: using M-x LaTeX-mode in the buffers > where the problem occurs gets me the correct behaviour.
Then I guess that it's worth trying to add %%% Local Variables: %%% mode: latex %%% End: to the end of your LaTeX files. If you devide your documents into some child files using \input or \include, you can instead add a line % -*- mode:latex -*- as first line of the child files. Regards, Ikumi Keita _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
