From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Mac OS X load path Date: Tue, 19 Feb 2008 00:10:32 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203376268 32061 80.91.229.12 (18 Feb 2008 23:11:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Feb 2008 23:11:08 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Dmitrijs Ledkovs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 19 00:11:32 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JRF91-0000f9-JD for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Feb 2008 00:11:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRF8U-00065G-Om for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Feb 2008 18:10:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JRF8A-00060B-Du for help-gnu-emacs@gnu.org; Mon, 18 Feb 2008 18:10:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JRF89-0005yg-J3 for help-gnu-emacs@gnu.org; Mon, 18 Feb 2008 18:10:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRF89-0005xU-2B for help-gnu-emacs@gnu.org; Mon, 18 Feb 2008 18:10:37 -0500 Original-Received: from fmmailgate02.web.de ([217.72.192.227]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JRF88-0003rE-FS for help-gnu-emacs@gnu.org; Mon, 18 Feb 2008 18:10:36 -0500 Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate02.web.de (Postfix) with ESMTP id 3CC3DD12703B; Tue, 19 Feb 2008 00:10:35 +0100 (CET) Original-Received: from [195.4.206.206] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.109 #226) id 1JRF87-0000c4-00; Tue, 19 Feb 2008 00:10:35 +0100 In-Reply-To: X-Mailer: Apple Mail (2.753) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX19vXyGm4cqDYjhMvYD456N/Y8t5WP5QSxbh+6Ng vcNJNE92ecv8tJ2mgG5S0lL1dJ536ObzEBCNI89KVW19m/PbRL Ygr9nhqJBLoC0W+pVQmg== X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:51663 Archived-At: Am 18.02.2008 um 15:07 schrieb Dmitrijs Ledkovs: > I don't understand why there is same directory tree in /usr/share > and /usr/ocal/share. > > Also I don't understand why do I have 4 site-lisp directories. Because you've overwritten Apple's GNU Emacs 21.2 and you've installed some 22.1 version. I advertise /Library/Application\ Support/Emacs, which somehow has to do with how Mac OS X handles extras, i.e. "Application Support" via -- enable-locallisppath=/Library/Application\ Support/Emacs at configuration time. If you don't want to use this extra directory, then check the value of load-path. Could be your Emacsen share one directory like /usr/local/share/emacs/site-lisp. -- Greetings Pete To most people solutions mean finding the answers. But to chemists solutions are things that are still all mixed up.