auctex-devel
[Top][All Lists]
Advanced

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

Re: Making AUCTeX ELPA releases from the master branch


From: Stefan Monnier
Subject: Re: Making AUCTeX ELPA releases from the master branch
Date: Tue, 23 Apr 2024 14:34:34 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

> 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")


- Stefan




reply via email to

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