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: Autoload from a web page? Date: Fri, 01 Jan 2010 12:27:18 -0700 Message-ID: References: <201bac3a0912301006s4abb3803qc80acf2dbc90249c@mail.gmail.com> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262374062 13857 80.91.229.12 (1 Jan 2010 19:27:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Jan 2010 19:27:42 +0000 (UTC) Cc: Jonas Bernoulli , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 01 20:27:34 2010 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 1NQn9q-0004uJ-4P for ged-emacs-devel@m.gmane.org; Fri, 01 Jan 2010 20:27:34 +0100 Original-Received: from localhost ([127.0.0.1]:59923 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQn9q-0005LO-A1 for ged-emacs-devel@m.gmane.org; Fri, 01 Jan 2010 14:27:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQn9j-0005JQ-Ne for emacs-devel@gnu.org; Fri, 01 Jan 2010 14:27:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQn9e-0005GY-TB for emacs-devel@gnu.org; Fri, 01 Jan 2010 14:27:27 -0500 Original-Received: from [199.232.76.173] (port=35111 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQn9e-0005GP-L1 for emacs-devel@gnu.org; Fri, 01 Jan 2010 14:27:22 -0500 Original-Received: from mx1.redhat.com ([209.132.183.28]:60273) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQn9e-0008Nk-D6 for emacs-devel@gnu.org; Fri, 01 Jan 2010 14:27:22 -0500 Original-Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o01JRK3d024769 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 1 Jan 2010 14:27:20 -0500 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o01JRJkj003942; Fri, 1 Jan 2010 14:27:20 -0500 Original-Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o01JRI2K031417; Fri, 1 Jan 2010 14:27:19 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 8D72037824A; Fri, 1 Jan 2010 12:27:18 -0700 (MST) X-Attribution: Tom In-Reply-To: (Stefan Monnier's message of "Wed, 30 Dec 2009 13:30:28 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:119220 Archived-At: >>>>> "Stefan" == Stefan Monnier writes: Stefan> Also I find it important that multiple versions of a package can Stefan> coexist at the same time (within reasonable feasability Stefan> constraints: we don't need to handle multiple versions in a Stefan> single Emacs sessions). Thanks for mentioning this again. Phil, if you're reading this, this is the one missing required feature that I keep forgetting about. We need to have a way to disable a package to prevent it from being activated. (But by default, installing should activate.) Tom