auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 31 (git@Head) and Auctex (installed via package.el)


From: Ikumi Keita
Subject: Re: Emacs 31 (git@Head) and Auctex (installed via package.el)
Date: Tue, 23 Jul 2024 14:30:57 +0900

Hi Raman,

>>>>> "T.V Raman" <raman@google.com> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]