bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#42038: [feature/native-comp] Auctex package isn't loaded


From: Sébastien Miquel
Subject: bug#42038: [feature/native-comp] Auctex package isn't loaded
Date: Sat, 27 Jun 2020 23:49:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

Works for me too, thank you very much.




Andrea Corallo <akrl@sdf.org> writes:

Sébastien Miquel <sebastien.miquel@posteo.eu> writes:

Hi,

Using the latest feature/native-comp branch, after installing the
auctex package, it doesn't get loaded when opening a .tex file.

This page
https://www.gnu.org/software/auctex/manual/auctex.html#Loading-the-package
explains how to check if auctex is correctly loaded.

To get it to work properly, I have to manually load tex-site.el from
auctex and call latex-mode.

It used to work fine but broke a month or two ago.


Thank you for your work on this branch,
Hi Sébastien,

okay I had look:

what is going on is that auctex advice `latex-mode' (before this is
loaded).  When this later on is autoloaded the advice is not applied.

The reason why this was working before is that tex-site.el is compiled
only since recent time being dynamic scope.

I'll have a look on why this is happening and come-up with a patch.

Thanks for the feedback

   Andrea
All right 24f68d6bfc works for me, please give it a try.

Thanks!

   Andrea






reply via email to

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