GNU bug report logs - #41564
Auctex on elpa, dated may 24th 2020 is broken

Previous Next

Package: auctex;

Reported by: Marco Falconi <marco.falconi <at> uniroma3.it>

Date: Wed, 27 May 2020 15:04:02 UTC

Severity: normal

Done: Tassilo Horn <tsdh <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #29 received at 41564 <at> debbugs.gnu.org (full text, mbox):

From: Marco Falconi <marco.falconi <at> uniroma3.it>
To: Tassilo Horn <tsdh <at> gnu.org>
Cc: 41564 <at> debbugs.gnu.org
Subject: Re: bug#41564: Auctex on elpa, dated may 24th 2020 is broken
Date: Fri, 29 May 2020 19:16:55 +0200
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.