From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: stefano.sabatini-lala@poste.it Newsgroups: gmane.emacs.help Subject: Why a site-lisp directory in /usr/local/share/emacs/22.0.50/ Date: 14 Jun 2006 07:59:27 -0700 Organization: http://groups.google.com Message-ID: <1150297166.953299.162160@g10g2000cwb.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1150299671 23385 80.91.229.2 (14 Jun 2006 15:41:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Jun 2006 15:41:11 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 14 17:41:07 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FqXTg-0002zp-4w for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jun 2006 17:40:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FqXTf-0004m2-GU for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jun 2006 11:40:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.aset.psu.edu!news.glorb.com!postnews.google.com!g10g2000cwb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: 83.132.28.58 Original-X-Trace: posting.google.com 1150297172 20968 127.0.0.1 (14 Jun 2006 14:59:32 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 14 Jun 2006 14:59:32 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060205 Epiphany/1.8.3 (Debian),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g10g2000cwb.googlegroups.com; posting-host=83.132.28.58; posting-account=oo4Wdg0AAACzwa7BxT6iGZ809yq_cSLX Original-Xref: shelby.stanford.edu gnu.emacs.help:139843 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35468 Archived-At: I'm trying to figure out how the load-path is formed, and the documentation isn't very clear. The default load-path should consist initially only by the directories: /share/emacs/site-lisp for all the not-flavour-specific libraries, and /share/emacs/ for all the flavour-specific libraries. is the value of the variable "prefix" defined in the emacs Makefile (usually /usr/local/ for a local install). So I don't understand why there is a site-lisp directory: /usr/local/share/emacs/22.0.50/site-lisp (which is actually empty), in the default flavour libraries dir (/usr/local/share/emacs/22.0.50). Is it simply some backward-compatible-messy-thing (I can happily delete it) or is something that actually makes sense? Thanks.