Colin Baxter <m43...@yandex.com> writes: > It works for me. The load line has to be preceded by setting the > load-path, of course, as in: > > (setq load-path (cons "/path/to/git/auctex" load-path))
Can you do me a favor, please? Can you clone AUCTeX repo again, say: git clone --depth 1 https://git.savannah.gnu.org/git/auctex.git auctex-test cd to that directory and run 'make'. Then start 'emacs -Q' and eval: (setq load-path (cons "/path/to/git/auctex-test" load-path)) (load "/path/to/git/auctex-test/auctex.el" nil t t) and open your .tex file? TIA. Best, Arash