From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.auctex.devel,gmane.emacs.devel Subject: Re: Emacs 31 (git@Head) and Auctex (installed via package.el) Date: Mon, 22 Jul 2024 18:05:09 +0300 Message-ID: <86sew1a2my.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31431"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 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 Mon Jul 22 17:06:34 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 1sVucU-00081Z-Ij for gead-auctex-devel@m.gmane-mx.org; Mon, 22 Jul 2024 17:06:34 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sVuc4-00062g-2q; Mon, 22 Jul 2024 11:06:08 -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 1sVubi-0005yt-47; Mon, 22 Jul 2024 11:05:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sVubh-0004BR-Ls; Mon, 22 Jul 2024 11:05:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=SKvu8rIKTcimn0HtJdoXN2IKwYwMT+5uBsyGXVuZQAM=; b=LDSW3BMya8VY htxsqOUR2UNRW7yN+SKztpKJx+V0wONviJivm62P2q1EYnAKv/hbLbWKdqhgpDkJKtottbPtWf2b3 uk99uWN3KV/6liXidDes9QGdQfO3zwb+HNCCZJgUVGlZllKSVroVcmwLYuIp7oc+bbzeEYSt9gw6u mFx8ie2BGXpxagwgpNdqL7fl+fjT4rNBowV2QLvGe0LdhI11WXMaLLvR9VNKiFaaUnTdxBeHIoE+a aH2o+4fG2L6iOf1ZTiyGgpc6y97C+ko+Kjs14M6QkAGSrflZTNuYEhwEcUbm4CryJ/9n+1vd/lvgf e0MuxvxQ26XZZQSP0pVuCA==; In-Reply-To: (raman@google.com) 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:7833 gmane.emacs.devel:321948 Archived-At: > From: "T.V Raman" > Date: Mon, 22 Jul 2024 07:39:26 -0700 > > 1. Running Emacs 31 build from latest Git @HEAD > 2. auctex "14.0.6" installed via package.el > 3. I have package-initialize in my init and do not do anything else as > recommended by the auctex docs to install. > > When Emacs starts: > > 1. (featurep 'tex-site) ==t > > 2. tex-mode and latex-mode come from the built-in Emacs tex mode > > 3. tex.el from auctex is not yet loaded. > > 4. LaTeX docs start off in latex-mode (emacs builtin) -- not the > Auctex LaTeX-mode > > 5. It's all very confusing. > > Auctex sanity gets restored if I explicitly call M-x LaTeX-mode > after opening a LaTeX file. Does it help to read bug#71902?