[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-devel] [culprit] (was: «global.sty» include, master, subfiles)
From: |
Uwe Brauer |
Subject: |
[AUCTeX-devel] [culprit] (was: «global.sty» include, master, subfiles) |
Date: |
Sun, 08 Mar 2015 20:16:09 +0100 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) XEmacs/21.5-b33 (linux) |
> 2015-03-08 19:40 GMT+01:00 Uwe Brauer <address@hidden>:
> No, I don't have a clue right now and I don't think XEmacs is intended
> to behave differently from Emacs in this regard.
I think I found the culprit:
it is TeX-style-path:
,----
| `TeX-style-path' is a variable declared in Lisp.
| -- loaded from "tex"
|
| Value: ("/usr/local/var/auctex/"
"/usr/local/share/xemacs/xemacs-packages/etc/auctex/style"
"/home/oub/.emacs.d/auctex/auto" "/home/oub/.emacs.d/auctex/style" "auto"
"style")
|
| Documentation:
| List of directories to search for AUCTeX style files.
| Per default the list is built from the values of the variables
| `TeX-auto-global', `TeX-style-global', `TeX-auto-private',
| `TeX-style-private', `TeX-auto-local', and `TeX-style-local'.
|
`----
but the TeX-style-private variable is *not* listed for Xemacs, but for
GNU emacs, I checked its definition there must be something xemacs, does
not understand
(defcustom TeX-style-path
(let ((path))
;; Put directories in an order where the more local files can
;; override the more global ones.
(mapcar (lambda (file) (when file (add-to-list 'path file t)))
(append (list TeX-auto-global TeX-style-global)
TeX-auto-private TeX-style-private
(list TeX-auto-local TeX-style-local)))
path)
"List of directories to search for AUCTeX style files.
Per default the list is built from the values of the variables
`TeX-auto-global', `TeX-style-global', `TeX-auto-private',
`TeX-style-private', `TeX-auto-local', and `TeX-style-local'."
:group 'TeX-file
:type '(repeat (file :format "%v")))
The only thing I can think of might be
(add-to-list 'path file t)
I will ask in the Xemacs beta list.
For the time being I could just customize this variable myself adding
the path of TeX-style-private explicitly
smime.p7s
Description: S/MIME cryptographic signature
- [AUCTeX-devel] «global.sty» include, master, subfiles, Uwe Brauer, 2015/03/08
- Re: [AUCTeX-devel] «global.sty» include, master, subfiles, Mosè Giordano, 2015/03/08
- Re: [AUCTeX-devel] «global.sty» include, master, subfiles, Uwe Brauer, 2015/03/08
- Re: [AUCTeX-devel] «global.sty» include, master, subfiles, Mosè Giordano, 2015/03/08
- Re: [AUCTeX-devel] «global.sty» include, master, subfiles, Uwe Brauer, 2015/03/08
- Re: [AUCTeX-devel] «global.sty» include, master, subfiles, Mosè Giordano, 2015/03/08
- Re: [AUCTeX-devel] «global.sty» include, master, subfiles, Uwe Brauer, 2015/03/08
- Re: [AUCTeX-devel] «global.sty» include, master, subfiles, Mosè Giordano, 2015/03/08
- Re: [AUCTeX-devel] «global.sty» include, master, subfiles, Uwe Brauer, 2015/03/08
- [AUCTeX-devel] [culprit] (was: «global.sty» include, master, subfiles),
Uwe Brauer <=
- Re: [AUCTeX-devel] [culprit], Tassilo Horn, 2015/03/08
- Re: [AUCTeX-devel] [culprit], Mosè Giordano, 2015/03/09
- Re: [AUCTeX-devel] [culprit], Tassilo Horn, 2015/03/10
- Re: [AUCTeX-devel] [culprit], Mosè Giordano, 2015/03/10
- Re: [AUCTeX-devel] [culprit], Tassilo Horn, 2015/03/10
- Re: [AUCTeX-devel] «global.sty» include, master, subfiles, Uwe Brauer, 2015/03/08