From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ikumi Keita Newsgroups: gmane.emacs.auctex.devel,gmane.emacs.devel Subject: Re: Emacs 31 (git@Head) and Auctex (installed via package.el) Date: Fri, 26 Jul 2024 02:53:21 +0900 Message-ID: <21546.1721930001@localhost> References: <26271.6690.7819.487050@google.com> <13932.1721712657@localhost> <26271.45653.101872.944592@retriever.mtv.corp.google.com> <1719.1721796480@localhost> <26273.8060.485292.279575@retriever.mtv.corp.google.com> <5868.1721899118@localhost> <26274.21391.218122.682314@retriever.mtv.corp.google.com> <13167.1721926468@localhost> <26274.33927.761698.44606@retriever.mtv.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15561"; mail-complaints-to="usenet@ciao.gmane.io" Cc: arash@gnu.org, auctex-devel@gnu.org, emacs-devel@gnu.org To: "T.V Raman" Original-X-From: auctex-devel-bounces+gead-auctex-devel=m.gmane-mx.org@gnu.org Thu Jul 25 19:54:02 2024 Return-path: Envelope-to: gead-auctex-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sX2fC-0003rY-Be for gead-auctex-devel@m.gmane-mx.org; Thu, 25 Jul 2024 19:54:02 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sX2ej-0001eO-EN; Thu, 25 Jul 2024 13:53:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sX2eg-0001e5-V4; Thu, 25 Jul 2024 13:53:31 -0400 Original-Received: from smtp1a.inetd.co.jp ([210.129.88.11]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sX2ee-0002gN-4L; Thu, 25 Jul 2024 13:53:30 -0400 Original-Received: from localhost (42-144-18-247.rev.home.ne.jp [42.144.18.247]) by smtp1a.inetd.co.jp (Postfix) with ESMTPSA id 2BAB65C; Fri, 26 Jul 2024 02:53:22 +0900 (JST) In-reply-to: <26274.33927.761698.44606@retriever.mtv.corp.google.com> Comments: In-reply-to "T.V Raman" message dated "Thu, 25 Jul 2024 09:59:51 -0700." X-Mailer: MH-E 8.6+git; nmh 1.8; Emacs 29.4 Content-ID: <21545.1721930001.1@localhost> Received-SPF: pass client-ip=210.129.88.11; envelope-from=ikumi@ikumi.que.jp; helo=smtp1a.inetd.co.jp X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: auctex-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AUCTeX developers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: auctex-devel-bounces+gead-auctex-devel=m.gmane-mx.org@gnu.org Original-Sender: auctex-devel-bounces+gead-auctex-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.auctex.devel:7867 gmane.emacs.devel:322095 Archived-At: Hi Raman, >>>>> "T.V Raman" 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 substantiall= y. 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) =3D=3Dt `---- 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