[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Announcement] Feature branch merged
From: |
Arash Esbati |
Subject: |
Re: [Announcement] Feature branch merged |
Date: |
Tue, 06 Feb 2024 11:49:15 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Keita,
Ikumi Keita <ikumi@ikumi.que.jp> writes:
> That would blow away other entries in `major-mode-remap-alist'. I think
> it should be
> (setq major-mode-remap-alist
> (delete '(latex-mode . LaTeX-mode) major-mode-remap-alist))
> instead.
This is actually what I meant; I was thinking about setting the
variable manually.
> Hmm, your point is that users should have alternative way to have
> control over which mode is to be activated? Then I'm fine with it,
> though it hardly makes difference from customizing `TeX-modes' actually.
> (The above code is essentially what `TeX-modes-set' does according to
> `TeX-modes' value.)
I'm contemplating the possibilities, actually. If we agree that
`TeX-modes' is the best way to control AUCTeX's behavior, fine with me.
We should then document it better, `TeX-modes' is currently somewhat
underrepresented in the manual, IMO.
At any rate, I think we should make a new ELPA release and see what
users say about the change.
@Tassilo: Can you please change the line:
;; Package-Requires: ((emacs "26.1"))
to
;; Package-Requires: ((emacs "27.1"))
in auctex.el on ELPA and make a new release? TIA.
Best, Arash
- Re: [Announcement] Feature branch merged, Arash Esbati, 2024/02/03
- Re: [Announcement] Feature branch merged, Ikumi Keita, 2024/02/04
- Re: [Announcement] Feature branch merged,
Arash Esbati <=
- Re: [Announcement] Feature branch merged, Ikumi Keita, 2024/02/07
- Re: [Announcement] Feature branch merged, Uwe Brauer, 2024/02/07
- Re: [Announcement] Feature branch merged, Arash Esbati, 2024/02/07
- Re: [Announcement] Feature branch merged, Tassilo Horn, 2024/02/07
- Re: [Announcement] Feature branch merged, Ikumi Keita, 2024/02/07
- Re: [Announcement] Feature branch merged, Tassilo Horn, 2024/02/07
- Re: [Announcement] Feature branch merged, Ikumi Keita, 2024/02/08
- Re: [Announcement] Feature branch merged, Tassilo Horn, 2024/02/08
- Documentation enhancement about `TeX-modes' (Re: [Announcement] Feature branch merged), Ikumi Keita, 2024/02/13
- Re: Documentation enhancement about `TeX-modes', Arash Esbati, 2024/02/14