Re: Too much shell-escaping
Jan-Ake Larsson <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
Jan-Ake Larsson wrote: > (defvar TeX-lisp-directory (expand-file-name > "auctex" > (file-name-directory (locate-library > "tex-site"))) > "*The directory where most of the AUCTeX lisp files are located. > tex-site.el (wherein this variable is defined) resides in its > parent directory. For the location of lisp files associated with > styles, see the variables TeX-style-* (hand-generated lisp) and > TeX-auto-* (automatically generated lisp).") Perhaps some other auctex is in load-path than the one for which we are loading tex-site.el. Would the following work? (defvar TeX-lisp-directory (expand-file-name "auctex" (file-name-directory load-file-name)) "*The directory where most of the AUCTeX lisp files are located. tex-site.el (wherein this variable is defined) resides in its parent directory. For the location of lisp files associated with styles, see the variables TeX-style-* (hand-generated lisp) and TeX-auto-* (automatically generated lisp).") There must be *some* way to do this. /JÃ -- SIGSIG -- signature too long (core dumped)