GNU bug report logs -
#41564
Auctex on elpa, dated may 24th 2020 is broken
Previous Next
Full log
View this message in rfc822 format
Hi Tassilo,
I happily removed that function, and now everything is back to normal as you suggested.
I use the function to fontify in equations (that keeps working), but not the one that
fontifies theorems and lemmas, so I have not lost anything in removing that.
Many thanks for the very useful feedback!
Best,
_____
Marco
Tassilo Horn <tsdh <at> gnu.org> writes:
> Marco Falconi <marco.falconi <at> uniroma3.it> writes:
>
> Hi Marco,
>
>> Yes I have this function in my .emacs (since very long time, I forgot
>> about that, I probably copied it from some source).
>>
>> The full functions are as pasted below. Can you give me some hint on
>> how shall I modify them?
>
> Well, what those functions did was fontifying the contents of all
> theorem and lemma environments in font-latex-doctex-documentation-face,
> i.e., stuff like
>
> \begin{theorem}
> I am fontified in font-latex-doctex-documentation-face.
> \end{theorem}
>
> You can create such environments with the ntheorem package, i.e.,
>
> \usepackage{ntheorem}
> \newtheorem{theorem}{Theorem}
> \newtheorem{lemma}{Lemma}
>
> but it is a user's choice to name the environments theorem or lemma
> (though possibly you are using that convention).
>
> FWIW, I'd suggest to remove this customization entirely and check if it
> is allright for you to have theorem/lemma bodies fontified normally.
>
> If you feel like something deeply loved is missing then, I can rewrite
> your code to match the new font-latex business.
>
> Bye,
> Tassilo
This bug report was last modified 4 years and 359 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.