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: Inclusion of dbus-proxy Date: Tue, 24 Aug 2010 17:59:09 -0600 Message-ID: References: <4045_1282428217_ZZh07312bUcyR.00_1282428214.23884.594.camel@steed.robot-madness> <87aaoesjor.fsf@gmx.de> <8986_1282511101_ZZh07366e9Yqy.00_1282511096.23884.675.camel@steed.robot-madness> <24582_1282615424_ZZh072a3C5uYJ.00_1282615423.16505.92.camel@steed.robot-madness> <87hbijoknd.fsf@gmx.de> <87eidnd7cq.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282694379 5293 80.91.229.12 (24 Aug 2010 23:59:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 Aug 2010 23:59:39 +0000 (UTC) Cc: Jan Moringen , Michael Albinus , "emacs-devel@gnu.org" To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 25 01:59:37 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.69) (envelope-from ) id 1Oo3Ow-0004Tv-Bm for ged-emacs-devel@m.gmane.org; Wed, 25 Aug 2010 01:59:34 +0200 Original-Received: from localhost ([127.0.0.1]:37257 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oo3Ov-0003iz-Ra for ged-emacs-devel@m.gmane.org; Tue, 24 Aug 2010 19:59:33 -0400 Original-Received: from [140.186.70.92] (port=40100 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oo3Oh-0003ho-3u for emacs-devel@gnu.org; Tue, 24 Aug 2010 19:59:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oo3Of-0008IX-WC for emacs-devel@gnu.org; Tue, 24 Aug 2010 19:59:18 -0400 Original-Received: from mx1.redhat.com ([209.132.183.28]:34518) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oo3Of-0008IO-O4 for emacs-devel@gnu.org; Tue, 24 Aug 2010 19:59:17 -0400 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 o7ONxDJt026919 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 24 Aug 2010 19:59:13 -0400 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 o7ONxC2p013880; Tue, 24 Aug 2010 19:59:13 -0400 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 o7ONxB30010628; Tue, 24 Aug 2010 19:59:11 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id E304C3780C2; Tue, 24 Aug 2010 17:59:10 -0600 (MDT) X-Attribution: Tom In-Reply-To: <87eidnd7cq.fsf@stupidchicken.com> (Chong Yidong's message of "Tue, 24 Aug 2010 17:32:53 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 X-detected-operating-system: by eggs.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:129182 Archived-At: >>>>> "Chong" == Chong Yidong writes: >> However, a short note from the maintainers (Stefan? Chong?), whether the >> code is worth to be added, would be great. Chong> It looks interesting, and I'd like to add it; the question is whether to Chong> add it to the main Emacs tarball, or to elpa.gnu.org. If it is very Chong> likely that many other parts of Emacs will make use of this package as a Chong> piece of basic "infrastructure", it should go into the tarball. Chong> If in doubt, we can add it to elpa.gnu.org for now. Chong> What do you think? It doesn't have to be either-or. package.el was designed to support having a package be distributed both in Emacs and outside. This can't work perfectly (autoloads can change), and for best results it requires a bit of hacking on the Emacs side. Tom