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: Wed, 03 Jan 2007 16:10:57 -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 1167858699 31556 80.91.229.12 (3 Jan 2007 21:11:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Jan 2007 21:11:39 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 03 22:11:37 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 1H2DOX-0005Qj-LW for ged-emacs-devel@m.gmane.org; Wed, 03 Jan 2007 22:11:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2DOW-0005uf-TM for ged-emacs-devel@m.gmane.org; Wed, 03 Jan 2007 16:11:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2DOJ-0005u7-A0 for emacs-devel@gnu.org; Wed, 03 Jan 2007 16:11:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2DOI-0005tv-NT for emacs-devel@gnu.org; Wed, 03 Jan 2007 16:11:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2DOI-0005tl-DY for emacs-devel@gnu.org; Wed, 03 Jan 2007 16:11:18 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H2DOI-0001JF-3X for emacs-devel@gnu.org; Wed, 03 Jan 2007 16:11:18 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1H2DNx-0003Cw-2o; Wed, 03 Jan 2007 16:10:57 -0500 Original-To: Leo In-reply-to: (message from Leo on Tue, 02 Jan 2007 22:12:13 +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:64707 Archived-At: It is not clear from `configure --help' what's the default value to --enable-locallisppath. You can't expect the --help output to go into such detail. (Meanwhile, it seems to me that the name --enable-locallisppath conflicts with the GNU standards for configure arguments.) Anyway, if another set of load-path is specified in --enable-locallisppath, the existence of PREFIX/share/emacs/22.0.92/site-lisp and PREFIX/share/emacs/site-lisp does nothing but confusing user. Would someone like to change Makefile.in so that it creates the directories given in locallisppath, rather than those two directories specifically?