From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: CVS is the `released version' Date: Mon, 21 May 2007 10:41:40 -0600 Message-ID: References: <2cd46e7f0705101124r72000f78xdf05d18ca815ca57@mail.gmail.com> <17991.47259.210100.801472@localhost.localdomain> Reply-To: tromey@redhat.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179766911 17464 80.91.229.12 (21 May 2007 17:01:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 May 2007 17:01:51 +0000 (UTC) Cc: rms@gnu.org, joakim@verona.se, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 21 19:01:49 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 1HqBGX-0003L3-EZ for ged-emacs-devel@m.gmane.org; Mon, 21 May 2007 19:01:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqBGX-0000jV-0J for ged-emacs-devel@m.gmane.org; Mon, 21 May 2007 13:01:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HqBGT-0000jC-LG for emacs-devel@gnu.org; Mon, 21 May 2007 13:01:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HqBGS-0000ir-8s for emacs-devel@gnu.org; Mon, 21 May 2007 13:01:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqBGS-0000io-0v for emacs-devel@gnu.org; Mon, 21 May 2007 13:01:44 -0400 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HqBGO-0002Hb-TX; Mon, 21 May 2007 13:01:41 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l4LH1NVn010678; Mon, 21 May 2007 13:01:29 -0400 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4LH1M95015879; Mon, 21 May 2007 13:01:22 -0400 Original-Received: from opsy.redhat.com (ton.toronto.redhat.com [172.16.14.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4LH1HXl004394; Mon, 21 May 2007 13:01:17 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 1A4DB3786EB; Mon, 21 May 2007 10:41:40 -0600 (MDT) X-Attribution: Tom In-Reply-To: (Stefan Monnier's message of "Mon\, 21 May 2007 08\:53\:33 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:71528 Archived-At: >>>>> "Stefan" == Stefan Monnier writes: Stefan> Tom, I recommend that you separate issues a bit more. Your Stefan> package.el does 2 things: one is find&download packages from a Stefan> repository, and the other is Stefan> install/activate/deinstall/listinstalled packages. Ok, I see what you mean. I will think about it a bit. I think the reason I combined them (aside from "that's what I wanted to do" :-) is dependency tracking. But I suppose we can just make the user install dependencies first. Tom