* How can I find out what the site lisp dir is?
@ 2003-05-13 22:51 Dan Anderson
2003-05-13 23:22 ` Nevermind, or " Dan Anderson
0 siblings, 1 reply; 3+ messages in thread
From: Dan Anderson @ 2003-05-13 22:51 UTC (permalink / raw)
Ditto..?
-Dan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Nevermind, or Re: How can I find out what the site lisp dir is?
2003-05-13 22:51 How can I find out what the site lisp dir is? Dan Anderson
@ 2003-05-13 23:22 ` Dan Anderson
0 siblings, 0 replies; 3+ messages in thread
From: Dan Anderson @ 2003-05-13 23:22 UTC (permalink / raw)
Nevermind...I finally found it... :-)
-Dan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How can I find out what the site lisp dir is?
[not found] <mailman.6142.1052866904.21513.help-gnu-emacs@gnu.org>
@ 2003-05-14 12:12 ` Pascal Bourguignon
0 siblings, 0 replies; 3+ messages in thread
From: Pascal Bourguignon @ 2003-05-14 12:12 UTC (permalink / raw)
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-05-14 12:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-13 22:51 How can I find out what the site lisp dir is? Dan Anderson
2003-05-13 23:22 ` Nevermind, or " Dan Anderson
[not found] <mailman.6142.1052866904.21513.help-gnu-emacs@gnu.org>
2003-05-14 12:12 ` Pascal Bourguignon
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.