* Levon Saldamli (2005-11-23) writes: > When I use lstlisting and auctex and have font-lock-mode turned on, > typesetting sometimes fails. Normally, the contents of the > lstlisting is typeset with a special type, and the rest of the > buffer is typeset normally. However, the toggling of listing state > seems to come out of sync sometimes, typesetting the inverse of the > listing as if it was the listing and vice versa.
`M-x font-lock-fontify-buffer RET' usually helps. As this is not the first bug report we've received about this issue, I decided to port a hack from tex-mode.el over to font-latex.el. (Not light-heartedly because the hack is rather ugly.) It should be better in AUCTeX 11.82 when it will be released in a few days. -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
