auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] [some testing]


From: Uwe Brauer
Subject: Re: [AUCTeX-devel] [some testing]
Date: Fri, 04 Sep 2015 23:05:23 +0200
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux)

> Uwe Brauer <address@hidden> writes:

> A simply `font-lock-flush' should suffice.

Hm it does not work, look at the following example
(setq font-latex-fontify-script nil)

Now in that file, I turn on invisible toggle on and off the
font-lock-mode and voila, ^ and _ disappears. Now again I set it to nil
I do (font-lock-flush) turn on and off font lock, no way
the ^ and _ not show up again.

Are you saying it works for you? Maybe a GNU hickup?

BTW is there a way to find out precisly which of the git version of GNU
emacs 25.0 I am using?
emacs-version is a variable defined in ‘C source code’.
Its value is "25.0.50.1" but there is no git TAG.


\documentclass[12pt]{article}

% (setq font-latex-fontify-script 'invisible)
% (setq font-latex-fontify-script nil) 
% (setq font-latex-fontify-script 'multi-level)
% (font-lock-flush)
\begin{document}

Integral
\begin{equation}
\label{eq:new:2}
\int_{a} A^{a^b}
\end{equation}
\end{document}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]