From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: user-controlled load-path extension: load-dir Date: Thu, 10 Mar 2011 08:08:25 +0100 Message-ID: <4D7878E9.7050202@swipnet.se> References: <87ei6mz24h.fsf@lifelogs.com> <20110306072147.GA11067@event-horizon.homenet> <871v2i525h.fsf@lifelogs.com> <87oc5lx607.fsf@lifelogs.com> <874o7ds37p.fsf@lifelogs.com> <4D7726E8.5090206@swipnet.se> <20110309215752.GA1977@event-horizon.homenet> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1299741051 20847 80.91.229.12 (10 Mar 2011 07:10:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2011 07:10:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Mike Mattie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 10 08:10:47 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 1Pxa1F-0007Zr-Pe for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2011 08:10:45 +0100 Original-Received: from localhost ([127.0.0.1]:60851 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pxa1F-00013v-50 for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2011 02:10:45 -0500 Original-Received: from [140.186.70.92] (port=45216 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxZz5-0000N9-V4 for emacs-devel@gnu.org; Thu, 10 Mar 2011 02:08:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxZz4-0002k1-G8 for emacs-devel@gnu.org; Thu, 10 Mar 2011 02:08:31 -0500 Original-Received: from smtprelay-b22.telenor.se ([195.54.99.213]:34947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxZz4-0002jR-BH for emacs-devel@gnu.org; Thu, 10 Mar 2011 02:08:30 -0500 Original-Received: from iph2.telenor.se (iph2.telenor.se [195.54.127.133]) by smtprelay-b22.telenor.se (Postfix) with ESMTP id E129EE9173 for ; Thu, 10 Mar 2011 08:08:26 +0100 (CET) X-SENDER-IP: [85.225.45.100] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AicwAG0HeE1V4S1kPGdsb2JhbACnAQsBAQEBNzLBWIVlBJAI X-IronPort-AV: E=Sophos;i="4.62,294,1297033200"; d="scan'208";a="369788036" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by iph2.telenor.se with ESMTP; 10 Mar 2011 08:08:26 +0100 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 062447FA05A; Thu, 10 Mar 2011 08:08:26 +0100 (CET) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.14) Gecko/20110221 Thunderbird/3.1.8 In-Reply-To: <20110309215752.GA1977@event-horizon.homenet> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.54.99.213 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:137026 Archived-At: Mike Mattie skrev 2011-03-09 22.57: > On Wed, Mar 09, 2011 at 08:06:16AM +0100, Jan D. wrote: >> >> There is a real need an packages isn't it. Its like wanting a rowing >> boat and told to use the latest battle ship instead. > > Can you take a look at Grail http://www.emacswiki.org/emacs/Grail and see if > that meets your needs ? If you want to modularize your configuration it is > explicity designed to do so. > Still not part of the core, and also too complicated. Jan D.