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 #26 received at 41564 <at> debbugs.gnu.org (full text, mbox):

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