unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42038: [feature/native-comp] Auctex package isn't loaded
@ 2020-06-24 18:45 Sébastien Miquel
  2020-06-27 14:35 ` Andrea Corallo
  0 siblings, 1 reply; 5+ messages in thread
From: Sébastien Miquel @ 2020-06-24 18:45 UTC (permalink / raw)
  To: 42038

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,








^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#42038: [feature/native-comp] Auctex package isn't loaded
  2020-06-24 18:45 bug#42038: [feature/native-comp] Auctex package isn't loaded Sébastien Miquel
@ 2020-06-27 14:35 ` Andrea Corallo
  2020-06-27 20:46   ` Andrea Corallo
  0 siblings, 1 reply; 5+ messages in thread
From: Andrea Corallo @ 2020-06-27 14:35 UTC (permalink / raw)
  To: Sébastien Miquel; +Cc: 42038

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

-- 
akrl@sdf.org





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#42038: [feature/native-comp] Auctex package isn't loaded
  2020-06-27 14:35 ` Andrea Corallo
@ 2020-06-27 20:46   ` Andrea Corallo
  2020-06-27 21:49     ` Sébastien Miquel
  0 siblings, 1 reply; 5+ messages in thread
From: Andrea Corallo @ 2020-06-27 20:46 UTC (permalink / raw)
  To: Sébastien Miquel; +Cc: 42038

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

-- 
akrl@sdf.org





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#42038: [feature/native-comp] Auctex package isn't loaded
  2020-06-27 20:46   ` Andrea Corallo
@ 2020-06-27 21:49     ` Sébastien Miquel
  2020-06-28  6:56       ` Andrea Corallo
  0 siblings, 1 reply; 5+ messages in thread
From: Sébastien Miquel @ 2020-06-27 21:49 UTC (permalink / raw)
  To: Andrea Corallo; +Cc: 42038

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
>





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#42038: [feature/native-comp] Auctex package isn't loaded
  2020-06-27 21:49     ` Sébastien Miquel
@ 2020-06-28  6:56       ` Andrea Corallo
  0 siblings, 0 replies; 5+ messages in thread
From: Andrea Corallo @ 2020-06-28  6:56 UTC (permalink / raw)
  To: Sébastien Miquel; +Cc: 42038-done

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

> Works for me too, thank you very much.

Welcome

closing

  Andrea

-- 
akrl@sdf.org





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-06-28  6:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-24 18:45 bug#42038: [feature/native-comp] Auctex package isn't loaded Sébastien Miquel
2020-06-27 14:35 ` Andrea Corallo
2020-06-27 20:46   ` Andrea Corallo
2020-06-27 21:49     ` Sébastien Miquel
2020-06-28  6:56       ` Andrea Corallo

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).