[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Making AUCTeX ELPA releases from the master branch
From: |
Arash Esbati |
Subject: |
Re: Making AUCTeX ELPA releases from the master branch |
Date: |
Tue, 23 Apr 2024 21:18:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> I think we need to adapt our instructions. To run straight from the
>> clone, this seems to work fine:
>>
>> (add-to-list 'load-path "~/Repos/el/auctex")
>> (load "~/Repos/el/auctex/loaddefs.el" nil t t)
>
> Side note: an AUCTeX installed with `package.el` behaves very similarly
> except the autoloads file is called `auctex-autoloads.el` instead of
> `loaddefs.el` and that this file takes care of the `add-to-list`, so
> users just need to
>
> (load "~/Repos/el/auctex/auctex-autoloads")
Thanks, but in which scenario do users have to use the form above? I
thought when AUCTeX is installed via package.el, say with regular
updates or `package-install-from-archive', `package-initialize' and some
such would do the job. Or am I missing something?
Side question: Is it possible to achieve something similar for the setup
above, i.e., running AUCTeX directly from the clone? This looks really
ugly to me:
(load "~/Repos/el/auctex/loaddefs.el" nil t t)
Best, Arash
- Re: Making AUCTeX ELPA releases from the master branch, (continued)
- Re: Making AUCTeX ELPA releases from the master branch, Tassilo Horn, 2024/04/23
- Re: Making AUCTeX ELPA releases from the master branch, Stefan Monnier, 2024/04/23
- Re: Making AUCTeX ELPA releases from the master branch, Arash Esbati, 2024/04/23
- Re: Making AUCTeX ELPA releases from the master branch, Stefan Monnier, 2024/04/23
- Re: Making AUCTeX ELPA releases from the master branch, Arash Esbati, 2024/04/23
- Re: Making AUCTeX ELPA releases from the master branch, Tassilo Horn, 2024/04/23
- Re: Making AUCTeX ELPA releases from the master branch, Arash Esbati, 2024/04/23
- Re: Making AUCTeX ELPA releases from the master branch, Tassilo Horn, 2024/04/23
- Re: Making AUCTeX ELPA releases from the master branch, Stefan Monnier, 2024/04/23
- Re: Making AUCTeX ELPA releases from the master branch,
Arash Esbati <=
- Re: Making AUCTeX ELPA releases from the master branch, Stefan Monnier, 2024/04/23
- Re: Making AUCTeX ELPA releases from the master branch, Arash Esbati, 2024/04/23
- Re: Making AUCTeX ELPA releases from the master branch, Stefan Monnier, 2024/04/23
- Re: Making AUCTeX ELPA releases from the master branch, Arash Esbati, 2024/04/23
- Re: Making AUCTeX ELPA releases from the master branch, Arash Esbati, 2024/04/23
- Re: Making AUCTeX ELPA releases from the master branch, Tassilo Horn, 2024/04/23
- [can't compile the main branch] (was: Making AUCTeX ELPA releases from the master branch), Uwe Brauer, 2024/04/23
- Re: [can't compile the main branch], Stefan Monnier, 2024/04/23
- Re: [can't compile the main branch], Uwe Brauer, 2024/04/24
- Re: [can't compile the main branch], Ikumi Keita, 2024/04/24