From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati 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 20:39:29 +0200 Message-ID: References: <26270.41791.924899.460565@google.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39456"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) 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 20:40:03 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 1sVxx4-0009zu-L6 for gead-auctex-devel@m.gmane-mx.org; Mon, 22 Jul 2024 20:40:02 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sVxwe-0006Kr-Uy; Mon, 22 Jul 2024 14:39:37 -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 1sVxwc-0006Je-AM; Mon, 22 Jul 2024 14:39:34 -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 1sVxwb-0002kX-VN; Mon, 22 Jul 2024 14:39:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=opi5BXHSJ5+/wztQ0J+6KEQf3GcAXJ8aFC0X2efA0SM=; b=AH3d8Aryi9QCiJ9LuikT yBDiqs5GFIf9ES/kz6B63mAUJiPcEUj7STyP6VC/OzzdyO8H05jDxSGKFosBrpX+CTWYewTpg+UGA CZXPs1+lWZo9GXY75Omyklem4L67mF6DjsMepprZnh2M4ol/OleLpUdvEtoFppOrFzgk/6k/JojaG uko8fdVr3hH1+7aw/VaJGkX9VzAbXVBolj0M5yZVP980etYu+75tbKfVCSP5msIwVS+pDwXihe5HA I6kvpq3YhDNWe5K50YK2v5Fd6S65oPQHCyuYgDNS5c2q2hoSLJV7QLG3cBivAXfXZ81V17MNRJpSS srvrm8DufSNFEw==; In-Reply-To: <26270.41791.924899.460565@google.com> (T. V. Raman's message of "Mon, 22 Jul 2024 11:21:51 -0700") 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:7838 gmane.emacs.devel:321955 Archived-At: "T.V Raman" writes: > And with emacs -q -- and after evaluating the form you gave, opening > .tex files puts it in the *right* mode, LaTeX-mode. So the general setup seems to work as expected. > Will dig further in my setup to see what's breaking it -- any tips? Hard to tell. The only thing comes to my mind is that you shouldn't have (require 'tex-site) in your init-file if you install AUCTeX from ELPA. Otherwise, I'm afraid you have to dig in your setup. Best, Arash