From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: CVS is the `released version' Date: Mon, 21 May 2007 15:40:37 -0400 Message-ID: References: <2cd46e7f0705101124r72000f78xdf05d18ca815ca57@mail.gmail.com> <17991.47259.210100.801472@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179776463 31210 80.91.229.12 (21 May 2007 19:41:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 May 2007 19:41:03 +0000 (UTC) Cc: rms@gnu.org, joakim@verona.se, emacs-devel@gnu.org To: tromey@redhat.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 21 21:41:01 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 1HqDkb-0005fa-1q for ged-emacs-devel@m.gmane.org; Mon, 21 May 2007 21:41:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqDka-0001QO-M8 for ged-emacs-devel@m.gmane.org; Mon, 21 May 2007 15:41:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HqDkY-0001Pv-0Z for emacs-devel@gnu.org; Mon, 21 May 2007 15:40:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HqDkV-0001Pj-Lp for emacs-devel@gnu.org; Mon, 21 May 2007 15:40:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqDkV-0001Pg-E1 for emacs-devel@gnu.org; Mon, 21 May 2007 15:40:55 -0400 Original-Received: from 191.red-83-44-183.dynamicip.rima-tde.net ([83.44.183.191] helo=alfajor.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HqDkR-0003Zx-Ey; Mon, 21 May 2007 15:40:52 -0400 Original-Received: by alfajor.home (Postfix, from userid 20848) id 3BBE21C657; Mon, 21 May 2007 15:40:38 -0400 (EDT) In-Reply-To: (Tom Tromey's message of "Mon\, 21 May 2007 10\:41\:40 -0600") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Linux 2.6 (newer, 3) 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:71545 Archived-At: > 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. I can see that for monsters like packages in CEDET and such, dependencies can be a problem, but for 99% of the packages it's really the least of the user's problems. Stefan