From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dimitri Fontaine Newsgroups: gmane.emacs.devel Subject: Re: user-controlled load-path extension: load-dir Date: Fri, 04 Mar 2011 22:33:35 +0100 Message-ID: References: <87sjv6r38q.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299274438 13629 80.91.229.12 (4 Mar 2011 21:33:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Mar 2011 21:33:58 +0000 (UTC) Cc: Ted Zlatanov , emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 04 22:33:54 2011 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.69) (envelope-from ) id 1PvcdG-0001EN-2C for ged-emacs-devel@m.gmane.org; Fri, 04 Mar 2011 22:33:54 +0100 Original-Received: from localhost ([127.0.0.1]:38747 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvcdF-0006nY-G4 for ged-emacs-devel@m.gmane.org; Fri, 04 Mar 2011 16:33:53 -0500 Original-Received: from [140.186.70.92] (port=53444 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pvcd7-0006l8-5k for emacs-devel@gnu.org; Fri, 04 Mar 2011 16:33:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pvcd5-0000U7-U4 for emacs-devel@gnu.org; Fri, 04 Mar 2011 16:33:45 -0500 Original-Received: from prometheus.naquadah.org ([212.85.154.174]:56721 helo=mx1.naquadah.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pvcd5-0000T6-Oz for emacs-devel@gnu.org; Fri, 04 Mar 2011 16:33:43 -0500 Original-Received: by mx1.naquadah.org (Postfix, from userid 8) id CDA9E5C10B; Fri, 4 Mar 2011 22:33:41 +0100 (CET) Original-Received: from DimIMac.local (89-159-58-19.rev.dartybox.com [89.159.58.19]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.naquadah.org (Postfix) with ESMTPSA id 1414D5C0E7; Fri, 4 Mar 2011 22:33:39 +0100 (CET) Original-Received: by DimIMac.local (Postfix, from userid 501) id 47E551AEAE0B; Fri, 4 Mar 2011 22:33:35 +0100 (CET) User-Mail-Address: dim@tapoueh.org In-Reply-To: (Tom Tromey's message of "Fri, 04 Mar 2011 14:17:44 -0700") User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (darwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 212.85.154.174 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:136780 Archived-At: Tom Tromey writes: > If somebody added the feature you want to Emacs, presumably it would > only be in Emacs 24, leaving you in the same situation. Point. I would still prefer to depend on user-load-path or something, it strikes me as more general: you don't have to edit existing scripts. Regards, -- dim