From: Ikumi Keita <ikumi@ikumi.que.jp>
To: "T.V Raman" <raman@google.com>
Cc: arash@gnu.org, auctex-devel@gnu.org, emacs-devel@gnu.org
Subject: Re: Emacs 31 (git@Head) and Auctex (installed via package.el)
Date: Fri, 26 Jul 2024 02:53:21 +0900 [thread overview]
Message-ID: <21546.1721930001@localhost> (raw)
In-Reply-To: <26274.33927.761698.44606@retriever.mtv.corp.google.com>
Hi Raman,
>>>>> "T.V Raman" <raman@google.com> writes:
> according to the auctex manual, loading tex-site will cause things to
> fail, see the documentation.
I suppose you are referring to these statements[1]:
,----
| Already in version 11.81 the way to activate AUCTeX changed substantially. This should now be done with (load "auctex.el" nil t t) instead of the former (require 'tex-site)
`----
They mean that the _users_ aren't expected to load _explicitly_
tex-site.el in their init file ~/.emacs.d/init.el and alikes. Actually,
the system init file
~/.emacs.d/elpa/auctex-x.y.z/auctex-autoloads.el
, generated at ELPA AUCTeX installation, is designed to have
(require 'tex-site)
because it's madatory for sane operation of AUCTeX. It's there on
purpose of the developpers of AUCTeX. Therefore, it *must* exist in
package-quickstart.el when you enable `package-quickstart'.
You said that
,----
| When Emacs starts:
|
| 1. (featurep 'tex-site) ==t
`----
in your first report[2]. I suppose that this means that your emacs loads
tex-site.el via package-quickstart.el as expected and something
unexpected broke the setting prepared in that tex-site.el. The
preparation is done through adding some entries to
`major-mode-remap-alist', thus it's important to know its value and
the value of the related variable `major-mode-remap-defaults'.
[1] https://www.gnu.org/software/auctex/manual/auctex/Changes.html
[2] https://lists.gnu.org/archive/html/auctex-devel/2024-07/msg00054.html
Regards,
Ikumi Keita
#StandWithUkraine #StopWarInUkraine
#Gaza #StopMassiveKilling #CeasefireNOW
prev parent reply other threads:[~2024-07-25 17:53 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-22 14:39 Emacs 31 (git@Head) and Auctex (installed via package.el) T.V Raman
2024-07-22 15:05 ` Eli Zaretskii
2024-07-22 16:49 ` T.V Raman
2024-07-22 17:47 ` Arash Esbati
2024-07-22 18:17 ` T.V Raman
2024-07-22 18:21 ` T.V Raman
2024-07-22 18:39 ` Arash Esbati
2024-07-22 18:56 ` T.V Raman
2024-07-22 19:13 ` Arash Esbati
2024-07-22 19:45 ` T.V Raman
2024-07-22 20:11 ` Arash Esbati
2024-07-23 1:54 ` T.V Raman
2024-07-23 2:44 ` T.V Raman
2024-07-23 2:49 ` T.V Raman
2024-07-23 5:30 ` Ikumi Keita
2024-07-23 13:38 ` T.V Raman
2024-07-24 4:48 ` Ikumi Keita
2024-07-24 15:36 ` T.V Raman
2024-07-25 9:18 ` Ikumi Keita
2024-07-25 13:29 ` T.V Raman
2024-07-25 13:30 ` T.V Raman
2024-07-25 16:54 ` Ikumi Keita
2024-07-25 16:59 ` T.V Raman
2024-07-25 17:53 ` Ikumi Keita [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=21546.1721930001@localhost \
--to=ikumi@ikumi.que.jp \
--cc=arash@gnu.org \
--cc=auctex-devel@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=raman@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).