>>>>> Arash Esbati <[email protected]> writes:
> Colin Baxter <[email protected]> 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.
Ok, I've done exactly as requested and I am still able to open a tex
file, compile (latex) it and open the pdf file. I am using linux
(Debian) if it helps.
Best Wishes,
Colin Baxter.