all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arash Esbati <arash@gnu.org>
To: "T.V Raman" <raman@google.com>
Cc: auctex-devel@gnu.org, emacs-devel@gnu.org
Subject: Re: Emacs 31 (git@Head) and Auctex (installed via package.el)
Date: Mon, 22 Jul 2024 19:47:10 +0200	[thread overview]
Message-ID: <m24j8hwc81.fsf@macmutant.fritz.box> (raw)
In-Reply-To: <p91le1ttrs1.fsf@google.com> (T. V. Raman's message of "Mon, 22 Jul 2024 07:39:26 -0700")

"T.V Raman" <raman@google.com> writes:

> 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.

Wild guess: What's the value of `TeX-modes' in the setup above?

,----[ C-h v TeX-modes RET ]
| TeX-modes is a variable defined in ‘tex-site.el’.
| 
| Its value is
| (tex-mode plain-tex-mode texinfo-mode latex-mode doctex-mode)
| 
| List of built-in TeX modes redirected to AUCTeX modes.
| 
| This variable can’t be set normally; use customize for that, or
| set it with ‘TeX-modes-set’.
`----

If that variable has sane values, then please do:

• emacs -Q
• eval:

    (progn
      (package-initialize t)
      (package-activate 'auctex))

  and open a .tex file.  If that works as expected, your AUCTeX
  installation should work and we have to look somewhere else.

HTH.  Best, Arash



  parent reply	other threads:[~2024-07-22 17:47 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 [this message]
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

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m24j8hwc81.fsf@macmutant.fritz.box \
    --to=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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.