* Marcus Frings (2010-08-30) writes: > today I upgraded from 11.85 to 11.86 as Debian finally put your latest > version into their archive. > > If I disable a ligature with "| in a word the rest of the buffer gets > the wrong fontification because the face changes to > font-latex-verbatim-face as can be seen in the following screenshot:
I suppose the file eventually loads shortvrb.sty? Font locking tries to deal with that now. Unfortunately it does not account for " as an escape character. As a workaround you can set `LaTeX-shortvrb-chars' to nil. -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
