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: Colin Baxter
Subject: Re: Drop tarball releases and go ELPA only
Date: Fri, 16 Aug 2024 14:50:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (gnu/linux)

>>>>> Arash Esbati <arash@gnu.org> writes:

    > Colin Baxter <m43cap@yandex.com> writes:
    >> I think you may need the full path. I always use
    >> 
    >> (load "/home/username/git/auctex/auctex.el" nil t t)
    >> 
    >> and have never had any problems.

    > Which AUCTeX version are you using?  Can you try this:

    > •️ emacs -Q •️ Eval (load (expand-file-name "~/path/to/auctex.el")
    > nil t t) •️ Open a .tex file

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


Best Wishes,

Colin Baxter.



reply via email to

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