From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [sdl.web@gmail.com: load-path missing?] Date: Mon, 01 Jan 2007 22:08:53 -0500 Message-ID: References: <87wt4i9eo4.fsf@stupidchicken.com> <877iwfdfhj.fsf@furball.mit.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1167707375 31624 80.91.229.12 (2 Jan 2007 03:09:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Jan 2007 03:09:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 02 04:09:34 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H1a1n-0003gJ-Qy for ged-emacs-devel@m.gmane.org; Tue, 02 Jan 2007 04:09:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H1a1n-0006Ej-89 for ged-emacs-devel@m.gmane.org; Mon, 01 Jan 2007 22:09:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H1a1Z-0006Dr-Gp for emacs-devel@gnu.org; Mon, 01 Jan 2007 22:09:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H1a1Z-0006Dc-2e for emacs-devel@gnu.org; Mon, 01 Jan 2007 22:09:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H1a1Y-0006DZ-Pv for emacs-devel@gnu.org; Mon, 01 Jan 2007 22:09:12 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H1a1Y-0005gU-9Z for emacs-devel@gnu.org; Mon, 01 Jan 2007 22:09:12 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1H1a1F-0004NL-OP; Mon, 01 Jan 2007 22:08:53 -0500 Original-To: Leo In-reply-to: (message from Leo on Tue, 26 Dec 2006 01:12:25 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:64621 Archived-At: >> /home/leo/packages/emacs22/share/emacs/site-lisp >> /home/leo/packages/emacs22/share/emacs/22.0.92/site-lisp >> >> exist but are not in the load-path as follows. My configure options are as follows: ,---- | ./configure --prefix=/usr/local/packages/emacs | --enable-locallisppath=/usr/local/share/emacs/site-lisp `---- I think what is going on is that configure sets up src/epaths.h based on the value you specified for locallisppath, which overrides the value that would have been computed from --prefix. Is that right?