all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pascal Bourguignon <spam@thalassa.informatimago.com>
Subject: Re: How can I find out what the site lisp dir is?
Date: 14 May 2003 14:12:01 +0200	[thread overview]
Message-ID: <87llx9iv72.fsf@thalassa.informatimago.com> (raw)
In-Reply-To: mailman.6142.1052866904.21513.help-gnu-emacs@gnu.org


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	other threads:[~2003-05-14 12:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.6142.1052866904.21513.help-gnu-emacs@gnu.org>
2003-05-14 12:12 ` Pascal Bourguignon [this message]
2003-05-13 22:51 How can I find out what the site lisp dir is? Dan Anderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87llx9iv72.fsf@thalassa.informatimago.com \
    --to=spam@thalassa.informatimago.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.