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: Sat, 19 May 2007 16:33:04 -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 1179615157 30139 80.91.229.12 (19 May 2007 22:52:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 May 2007 22:52:37 +0000 (UTC) Cc: joakim@verona.se, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 20 00:52:36 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 1HpXms-0002lw-1P for ged-emacs-devel@m.gmane.org; Sun, 20 May 2007 00:52:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpXmr-0003co-K0 for ged-emacs-devel@m.gmane.org; Sat, 19 May 2007 18:52:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HpXmo-0003cZ-J4 for emacs-devel@gnu.org; Sat, 19 May 2007 18:52:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HpXmn-0003cN-E0 for emacs-devel@gnu.org; Sat, 19 May 2007 18:52:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpXmn-0003cK-7l for emacs-devel@gnu.org; Sat, 19 May 2007 18:52:29 -0400 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HpXmm-0007bc-AI; Sat, 19 May 2007 18:52:28 -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 l4JMqRWB006295; Sat, 19 May 2007 18:52:27 -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 l4JMqR5a013387; Sat, 19 May 2007 18:52:27 -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 l4JMqQ4Y013448; Sat, 19 May 2007 18:52:26 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 7142988835A; Sat, 19 May 2007 16:33:04 -0600 (MDT) X-Attribution: Tom In-Reply-To: (Richard Stallman's message of "Sat\, 19 May 2007 18\:31\:21 -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:71405 Archived-At: >>>>> "rms" == Richard Stallman writes: rms> I'm not comfortable with having Emacs automatically install and load rms> anything that isn't copyright FSF. So if we do install a feature like rms> this, it will use only one repository, on gnu.org. How about if I change things so that package.el looks at a list of repositories, which by default only includes the FSF-owned site? That way people can set up additional repositories as well. This isn't quite as friendly for users but is, IMO, workable. Tom