> 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