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

Previous Next

Package: emacs;

Reported by: sebastien.miquel <at> posteo.eu

Date: Wed, 24 Jun 2020 21:41:02 UTC

Severity: normal

Done: Andrea Corallo <akrl <at> sdf.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42038 in the body.
You can then email your comments to 42038 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#42038; Package emacs. (Wed, 24 Jun 2020 21:41:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to sebastien.miquel <at> posteo.eu:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 24 Jun 2020 21:41:02 GMT) Full text and rfc822 format available.

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

From: Sébastien Miquel <sebastien.miquel <at> posteo.eu>
To: bug-gnu-emacs <at> gnu.org
Subject: [feature/native-comp] Auctex package isn't loaded
Date: Wed, 24 Jun 2020 20:45:43 +0200
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,







Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#42038; Package emacs. (Sat, 27 Jun 2020 14:36:02 GMT) Full text and rfc822 format available.

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

From: Andrea Corallo <akrl <at> sdf.org>
To: Sébastien Miquel <sebastien.miquel <at> posteo.eu>
Cc: 42038 <at> debbugs.gnu.org
Subject: Re: bug#42038: [feature/native-comp] Auctex package isn't loaded
Date: Sat, 27 Jun 2020 14:35:42 +0000
Sébastien Miquel <sebastien.miquel <at> 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

-- 
akrl <at> sdf.org




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#42038; Package emacs. (Sat, 27 Jun 2020 20:47:02 GMT) Full text and rfc822 format available.

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

From: Andrea Corallo <akrl <at> sdf.org>
To: Sébastien Miquel <sebastien.miquel <at> posteo.eu>
Cc: 42038 <at> debbugs.gnu.org
Subject: Re: bug#42038: [feature/native-comp] Auctex package isn't loaded
Date: Sat, 27 Jun 2020 20:46:08 +0000
Andrea Corallo <akrl <at> sdf.org> writes:

> Sébastien Miquel <sebastien.miquel <at> 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

-- 
akrl <at> sdf.org




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#42038; Package emacs. (Sat, 27 Jun 2020 21:50:01 GMT) Full text and rfc822 format available.

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

From: Sébastien Miquel <sebastien.miquel <at> posteo.eu>
To: Andrea Corallo <akrl <at> sdf.org>
Cc: 42038 <at> debbugs.gnu.org
Subject: Re: bug#42038: [feature/native-comp] Auctex package isn't loaded
Date: Sat, 27 Jun 2020 23:49:21 +0200
Works for me too, thank you very much.




> Andrea Corallo <akrl <at> sdf.org> writes:
>
>> Sébastien Miquel <sebastien.miquel <at> 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 sent to Andrea Corallo <akrl <at> sdf.org>:
You have taken responsibility. (Sun, 28 Jun 2020 06:57:02 GMT) Full text and rfc822 format available.

Notification sent to sebastien.miquel <at> posteo.eu:
bug acknowledged by developer. (Sun, 28 Jun 2020 06:57:02 GMT) Full text and rfc822 format available.

Message #19 received at 42038-done <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <akrl <at> sdf.org>
To: Sébastien Miquel <sebastien.miquel <at> posteo.eu>
Cc: 42038-done <at> debbugs.gnu.org
Subject: Re: bug#42038: [feature/native-comp] Auctex package isn't loaded
Date: Sun, 28 Jun 2020 06:56:26 +0000
Sébastien Miquel <sebastien.miquel <at> posteo.eu> writes:

> Works for me too, thank you very much.

Welcome

closing

  Andrea

-- 
akrl <at> sdf.org




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 26 Jul 2020 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 331 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.