[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Drop tarball releases and go ELPA only
From: |
Ikumi Keita |
Subject: |
Re: Drop tarball releases and go ELPA only |
Date: |
Wed, 21 Aug 2024 21:27:49 +0900 |
Hi Arash,
>>>>> Arash Esbati <arash@gnu.org> writes:
> Thanks for confirming. So the whole change looks like this, or am I
> missing something?
[...]
> +;; This can be used for starting up AUCTeX, e.g., when not installed
> +;; ELPA. The following form should safely be undone using
> +;; (unload-feature 'tex-site).
Is the second sentence true? With this patch, (unload-feature 'tex-site)
failed for me with
Loaded libraries ("/home/keita/repo/auctex/auctex/auctex-autoloads.el"
"/home/keita/repo/auctex/auctex/auctex.el") depend on
/home/keita/repo/auctex/auctex/tex-site.el
for initial code
(add-to-list 'load-path "~/repo/auctex/auctex")
(load "auctex.el" nil t t)
in init.el.
My understanding is that once a library foo.el is required by other lisp
file(s), `unload-feature' can not undo it.
Regards,
Ikumi Keita
#StandWithUkraine #StopWarInUkraine
#Gaza #StopMassiveKilling #CeasefireNOW
- Re: Drop tarball releases and go ELPA only, (continued)
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/08/18
- Re: Drop tarball releases and go ELPA only, Uwe Brauer, 2024/08/18
- 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 <=
- 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/22
- Re: Drop tarball releases and go ELPA only, Ikumi Keita, 2024/08/22
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/08/22
- Re: Drop tarball releases and go ELPA only, Ikumi Keita, 2024/08/23
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/08/24
Re: Drop tarball releases and go ELPA only, Ikumi Keita, 2024/08/09