auctex-devel
[Top][All Lists]
Advanced

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

Re: Drop tarball releases and go ELPA only


From: Arash Esbati
Subject: Re: Drop tarball releases and go ELPA only
Date: Fri, 16 Aug 2024 17:02:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Colin Baxter <m43cap@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



reply via email to

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