[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with the AUCTeX configuration
From: |
Arash Esbati |
Subject: |
Re: Problem with the AUCTeX configuration |
Date: |
Thu, 27 Jun 2024 11:35:08 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
"Hoffmann, Jobst" <j.hoffmann@fh-aachen.de> writes:
> After switching to Emacs 31.0.50 I have a configuration problem (using
> use-package:custom):
>
> after
> ,----[ C-h v TeX-style-private RET ]
> | TeX-style-private is a variable defined in ‘tex.el’.
> | Its value is ("home/???/.config/emacs/lisp/auctex/style")
> | Original value was
> | ("/home/???/.config/emacs/auctex/style")
> |
> | List of directories containing hand-generated AUCTeX style files.
> |
> |These correspond to the personal TeX macros.
> |
> | You can customize this variable.
> |
> `----
>
> This is what I expect.
>
> But: If I create/open a LaTeX file containing
>
> \usepackage{blabla}
>
> the file blabla.el isn't loaded though it exists in the above mentioned
> directory. Is there something I'm missing?
I've also changed the value of `TeX-style-private' and have no problems
with Emacs 31. Reg.
("home/???/.config/emacs/lisp/auctex/style") vs.
("/home/???/.config/emacs/auctex/style")
There is missing slash in the custom value. Does it help if you add
that and restart Emacs? I presume you have set `TeX-parse-self' to t?
Best, Arash