Hi Alexander,

AW <[email protected]> writes:

> I upgraded on a Windows PC to AUCTeX 11.90 using (M)Elpa.
>
> If I have »ngerman« in the list of global options of a *.tex file and load 
> the 
> babel package, I expect »--« to become » "= «. That stopped working. Two -- 
> just are -- .

Besides comments from Uwe and Mosè, I can produce this by having this in
my .emacs:

    (setq TeX-parse-self nil)

and a .tex file like this:

    \documentclass[ngerman]{article}

    \usepackage{babel}

    \begin{document}
    -- is --
    \end{document}

But that's the expected result.  I suggest you set TeX-parse-self to t
(and I think this should be default in AUCTeX), restart Emacs and open
your test file or hit `C-c C-n' in your test file.  I suspect your other
file(s) had parsed information saved on your disc.

Best, Arash

_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to