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: Tue, 23 Jul 2024 14:30:57 +0900 Message-ID: <13932.1721712657@localhost> References: <26271.6690.7819.487050@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17360"; 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 Tue Jul 23 07:31:44 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 1sW87k-0004Rw-4F for gead-auctex-devel@m.gmane-mx.org; Tue, 23 Jul 2024 07:31:44 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sW87J-0002P6-0a; Tue, 23 Jul 2024 01:31:17 -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 1sW87F-0002EU-Cu; Tue, 23 Jul 2024 01:31:13 -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 1sW87B-0001HT-CN; Tue, 23 Jul 2024 01:31:13 -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 9EC385C; Tue, 23 Jul 2024 14:30:57 +0900 (JST) In-reply-to: <26271.6690.7819.487050@google.com> Comments: In-reply-to "T.V Raman" message dated "Mon, 22 Jul 2024 19:49:06 -0700." X-Mailer: MH-E 8.6+git; nmh 1.8; Emacs 29.4 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:7846 gmane.emacs.devel:321970 Archived-At: Hi Raman, >>>>> "T.V Raman" writes: > so this is what I added to my init -- it runs at the very end of > startup: > (when (featurep 'auctex-autoloads) (load-library "tex-site")); workaround Sorry for being late. I tried the latest emacs HEAD and ELPA AUCTeX 14.0.6. They work for me without your workaround. I suspect that either `major-mode-remap-alist' or `major-mode-remap-defaults' doesn't have the expected value without your workaround. Could you provide us their value? For me, the values are ,---- | major-mode-remap-alist is a variable defined in ‘/usr/home/keita/repo/emacs/emacs/lisp/files.el’. | | Its value is | ((doctex-mode . docTeX-mode) (latex-mode . LaTeX-mode) | (texinfo-mode . Texinfo-mode) (plain-tex-mode . plain-TeX-mode) | (tex-mode . TeX-tex-mode)) | Original value was nil `---- and ,---- | major-mode-remap-defaults is a variable defined in ‘/usr/home/keita/repo/emacs/emacs/lisp/files.el’. | | Its value is | ((LaTeX-mode . latex-mode) (plain-TeX-mode . plain-tex-mode) | (TeX-mode . tex-mode)) `---- Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW