auctex-devel
[Top][All Lists]
Advanced

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

Re: oddity with TeX-style-private ?


From: Uwe Brauer
Subject: Re: oddity with TeX-style-private ?
Date: Fri, 23 Oct 2020 17:16:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>>> "TH" == Tassilo Horn <tsdh@gnu.org> writes:

> Uwe Brauer <oub@mat.ucm.es> writes:
>> No, I run grep over all by elisp files, the only setting is in
>> custom-init
>> 
>> C-h v TeX-style-private returns 
>> ,----
>> | TeX-style-private is a variable defined in ‘tex.el’.
>> | Its value is
>> | ("/home/oub/ALLES/emacs/site-lisp/auctex-private-style")
>> | Original value was 
>> | ("/home/oub/.emacs.d/auctex/style")
>> `----

> Do you have a customization of `TeX-style-path'?  That's normally built
> from `TeX-style-private' and the other variables (see the docstring) but
> you can also customize it and then it overrides the others.

Ah, I do, here is an extract of my custom-init.el

 '(TeX-style-global
   "/home/oub/emacs/site-lisp/packages/auctex-git/auctex/style")
 '(TeX-style-path
   '("/home/oub/emacs/site-lisp/packages/auctex-git/auctex/style" "auto" 
"style"))
 '(TeX-style-private '("/home/oub/ALLES/emacs/site-lisp/auctex-private-style"))

Not sure why I did this. So what is the best practise?

    1. Setting TeX-style-global and TeX-style-private and leave
       TeX-style-path out?

    2. Set only TeX-style-private. I do, however, compile auctex from
       master and therefore have 

(setq load-path (cons (expand-file-name 
"~/emacs/site-lisp/packages/auctex-git")  load-path))
(setq load-path (cons (expand-file-name 
"~/emacs/site-lisp/packages/auctex-git/auctex")  load-path))


In my init file.

Any advice is strongly appreciated.

Thanks and regards

Uwe 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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