[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: |
Sat, 17 Aug 2024 15:48:12 +0900 |
Hi Arash,
>>>>> Arash Esbati <arash@gnu.org> writes:
> My only concern is why AUCTeX should recommend users to pass other
> package names to `use-package' instead of auctex which can be confusing?
> So things like
> (use-package auctex
> :config
> (require 'tex))
> would also work, right?
Yes, I think so.
>> Hmm, it would be better for local Git repo users who still have
>> (load "~/Development/auctex/auctex.el nil t t)
> Does this form work at all? I tried that in my init file, restarted
> Emacs, opened a .tex file and get:
> File mode specification error: (void-function LaTeX-mode)
Indeed. I suppose that loading in
,----
| (unless (or (fboundp 'TeX-modes-set) ;Avoid inf-looping.
| ...
| (load "auctex-autoloads" 'noerror 'nomessage))
`----
fails due to lack of arrangement of `load-path', without emitting error
by 'noerror argument.
Then I can't think of cases where
(require 'tex-site (expand-file-name "tex-site.el"
(file-name-directory load-file-name))
is useful. Do you have any?
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, Ikumi Keita, 2024/08/15
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/08/15
- 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 <=
- 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