Hi Giacomo,

>>>>> boffi <[email protected]> writes:
> in my .emacs I have

> (setq package-archives
>       '(("gnu" . "https://elpa.gnu.org/packages/";)
>         ("melpa-stable" . "https://stable.melpa.org/packages/";)
>         ("melpa" . "https://melpa.org/packages/";)))

> and in the package listing the latest auctex that I have listed is
> 12.2.0 ― obviously I'm missing something...

I suspect that you have two instances of AUCTeX installation.  In your
previous message, I read
----------------------------------------------------------------------
current state:
==============
[...]
 TeX-style-path '("~/.emacs.d/auctex" 
"/home/boffi/.emacs.d/elpa/auctex-12.1.2/style" 
"/home/boffi/.emacs.d/auctex/auto"
                  "/home/boffi/.emacs.d/auctex/style" "auto" "style")
----------------------------------------------------------------------
which looks like that you have AUCTeX 12.1, while the "Subject" header
begins with "...12.2.0" which suggests that you have 12.2.

> In the hypotesis that I won't install the release tarball, what should I
> do to install the latest auctex?

Look into ~/.emacs.d/elpa/ and see what directories are there.  If you
have both auctex-12.1.2 and auctex-12.2.0, delete the former.  And if
you have customized `TeX-style-path', erase (or modify) the
customization so that you can load from AUCTeX 12.2.  Then restart
emacs.

Regards,
Ikumi Keita



_______________________________________________
bug-auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to