Bug 15622 - tex-site.el should be changed
Summary: tex-site.el should be changed
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Powertools
Classification: Retired
Component: auctex
Version: 7.1
Hardware: i386
OS: Linux
medium
low
Target Milestone: ---
Assignee: Than Ngo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-08-07 08:35 UTC by Torsten Schuetze
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-08-07 11:54:21 UTC
Embargoed:


Attachments (Terms of Use)
my tex-site.el (7.87 KB, text/plain)
2000-08-07 11:54 UTC, Torsten Schuetze
no flags Details

Description Torsten Schuetze 2000-08-07 08:35:14 UTC
/usr/share/emacs/site-lisp/tex-site.el

  (defvar TeX-lisp-directory "/var/usr/share/emacs/site-lisp/auctex/"
  "*The directory where the AUC TeX lisp files are located.")

  should be changed to

  (defvar TeX-lisp-directory "/usr/share/emacs/site-lisp/auctex/"
  "*The directory where the AUC TeX lisp files are located.")

  Personally, I would prefer a complete tex-site.el, e.g., with
  correct 

  (defcustom TeX-macro-global '("/usr/share/texmf/tex/")
  "Directories containing the sites TeX macro files and style files.
  The directory names *must* end with a slash   ."
  :group 'TeX-file  
  :type '(repeat (directory :format "%v")))


  If needed I can provide my tex-site.el.

Comment 1 Ngo Than 2000-08-07 11:36:54 UTC
Hi Torsten,

could you please send to me the tex-site.el. so can i can add it in this package

Comment 2 Torsten Schuetze 2000-08-07 11:54:19 UTC
Created attachment 2174 [details]
my tex-site.el

Comment 3 Ngo Than 2000-08-07 12:26:28 UTC
added tex-site.el to auctex. thanks to Torsten.




Note You need to log in before you can comment on or make changes to this bug.