help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How can I find out what the site lisp dir is?


From: Pascal Bourguignon
Subject: Re: How can I find out what the site lisp dir is?
Date: 14 May 2003 14:12:01 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

There is no such thing as THE site lisp dir.

It's customary to have site lisp directories  in places such as:

$ locate site-lisp|sed -e s=site-lisp/.*=site-lisp= |sort -u

/usr/local/share/emacs/21.2/site-lisp
/usr/local/share/emacs/21.3.50/site-lisp
/usr/local/share/emacs/old-site-lisp
/usr/local/share/emacs/site-lisp
/usr/local/src/emacs/emacs-21.2/site-lisp
/usr/share/emacs/site-lisp

but they're are used only if put on the load-path by some code.


There is  this variable site-run-file  which indicate the name  of the
file to load site specific lisp.   You'll write in this file the paths
from  where   you  load  your   site-specific  code  (the   site  lisp
directories).

This file is  loaded using the load-path which is  hard wired into the
emacs executable:

[pascal@thalassa pascal]$ strings `which emacs`|grep site-lisp

/local/share/emacs/21.3.50/site-lisp:/local/share/emacs/site-lisp:/local/share/emacs/21.3.50/leim:/local/share/emacs/21.3.50/lisp


-- 
__Pascal_Bourguignon__                   http://www.informatimago.com/
----------------------------------------------------------------------
Do not adjust your mind, there is a fault in reality.


reply via email to

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