>>> "AE" == Arash Esbati <ar...@gnu.org> writes:

> Uwe Brauer <o...@mat.ucm.es> writes:
>> But this is not relevant if I want to compile the latest commit of the
>> main branch «in place», right?

> I'm not sure if I follow: If you want to compile AUCTeX in the repo tree
> and use it from there, you have to use the from I sent.  Or am I missing
> something?

I am confused. 

Can't I just set

--8<---------------cut here---------------start------------->8---
(setq load-path (cons (expand-file-name 
"~/emacs/site-lisp/packages/src/auctex-hg")  load-path))
--8<---------------cut here---------------end--------------->8---


And then a init file with 

--8<---------------cut here---------------start------------->8---
(load "auctex.el" nil t t)
(load "preview-latex.el" nil t t)
--8<---------------cut here---------------end--------------->8---


As I did before 

(Well before I run make and make install on master, so the above path
was different)

In your other mail you suggest to use

--8<---------------cut here---------------start------------->8---
(add-to-list 'package-archives
             '("elpa-devel" . "https://elpa.gnu.org/devel/";) t)
(setq package-archive-priority
      '(("elpa" . 10)
        ("elpa-devel" . 5)))
(setq package-pinned-packages
      '((auctex . "elpa-devel")))

--8<---------------cut here---------------end--------------->8---

But this seems to be something different.

Here is a scenario, you or Keita for that matter send me a patch against
the latest commit in main, as both of you did in the past. 

To try out the patch I need to compile the patched main branch and
restart emacs, I don't see you to do this using elpa as you suggest.

Or do I miss here something?

Uwe 



> Best, Arash

-- 
I strongly condemn Hamas heinous despicable pogroms/atrocities on Israel
I strongly condemn Putin's war of aggression against Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the EU and NATO membership of Ukraine. 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to