[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Drop tarball releases and go ELPA only
From: |
Uwe Brauer |
Subject: |
Re: Drop tarball releases and go ELPA only |
Date: |
Sun, 18 Aug 2024 10:28:56 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> Hi Keita,
> Ikumi Keita <ikumi@ikumi.que.jp> writes:
> Great, so let us advertise this kind of usage if needed.
> Ah, thanks, I missed that bit. I think now I see why the setup
> described by Colin works as expected.
> For me to recap, I see these use cases:
> 1.) Users install AUCTeX from ELPA:
> They don't have to do anything and can start using AUCTeX with:
> (use-package auctex ...)
> 2.) Users load AUCTeX from a local repo:
> They have to run make and then (let's skip the Info part for now):
> 2a.) Either use this in their init file:
> (use-package auctex
> :init
> (load "~/path/to/auctex/auctex-autoloads.el" nil t t))
> 2b.) or do:
> (use-package auctex
> :init
> (add-to-list 'load-path "~/path/to/auctex" t)
> (load "auctex.el" nil t t))
Or even without reference to use-package
(setq load-path (cons (expand-file-name "~/path/to/auctex") load-path))
(load "auctex-autoloads.el" nil t t)
--
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.
smime.p7s
Description: S/MIME cryptographic signature
- Re: Drop tarball releases and go ELPA only, (continued)
- Re: Drop tarball releases and go ELPA only, Ikumi Keita, 2024/08/16
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/08/16
- Re: Drop tarball releases and go ELPA only, Colin Baxter, 2024/08/16
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/08/16
- Re: Drop tarball releases and go ELPA only, Colin Baxter, 2024/08/16
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/08/16
- Re: Drop tarball releases and go ELPA only, Colin Baxter, 2024/08/18
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/08/19
- Re: Drop tarball releases and go ELPA only, Ikumi Keita, 2024/08/17
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/08/18
- Re: Drop tarball releases and go ELPA only,
Uwe Brauer <=
- Re: Drop tarball releases and go ELPA only, Ikumi Keita, 2024/08/18
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/08/18
- Re: Drop tarball releases and go ELPA only, Ikumi Keita, 2024/08/19
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/08/19
- Re: Drop tarball releases and go ELPA only, Ikumi Keita, 2024/08/19
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/08/21
- Re: Drop tarball releases and go ELPA only, Ikumi Keita, 2024/08/21
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/08/21
- Re: Drop tarball releases and go ELPA only, Ikumi Keita, 2024/08/21
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/08/21