From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Google modules integration Date: Fri, 10 Sep 2010 00:56:09 +0200 Message-ID: References: <878w3a1x9s.fsf@keller.adm.naquadah.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1284073007 12152 80.91.229.12 (9 Sep 2010 22:56:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Sep 2010 22:56:47 +0000 (UTC) Cc: Julien Danjou , emacs-devel@gnu.org, carsten.dominik@gmail.com To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 10 00:56:44 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 1Otq2t-00065y-Mt for ged-emacs-devel@m.gmane.org; Fri, 10 Sep 2010 00:56:44 +0200 Original-Received: from localhost ([127.0.0.1]:42650 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Otq2s-0003MC-V5 for ged-emacs-devel@m.gmane.org; Thu, 09 Sep 2010 18:56:43 -0400 Original-Received: from [140.186.70.92] (port=48494 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Otq2j-0003Jx-Mz for emacs-devel@gnu.org; Thu, 09 Sep 2010 18:56:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Otq2i-0008Ac-CQ for emacs-devel@gnu.org; Thu, 09 Sep 2010 18:56:33 -0400 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:39963) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Otq2i-0008AY-4k for emacs-devel@gnu.org; Thu, 09 Sep 2010 18:56:32 -0400 Original-Received: by qwf7 with SMTP id 7so479030qwf.0 for ; Thu, 09 Sep 2010 15:56:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=SIMBlVUx4+zSdWtr3DzB1lRDtNJUS30mX+ffwCnJWNA=; b=pVEUmz1DSKaLKJmo41JOZeK0BQjRH1uVjLFqEycJBIqcUwSf32/A+/CxesGXfkC3ZY FJi4jZAq3WRdLwfQhHTp7xadg+WbkzYOlQORJXKrWqoRMAruTl8PjLwVzi3ZM5n4Flcm MM5/4TIAmvNfBMWm1OUm9xfib08JhuI7Y/VJ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=GHPH69GAB5wNWlQg0bKYe9jAyOwjdm2xFhhz7HjalwJlqMbaVGpT/1/SnxHO7U6PkY EFtXFmp9e85ldzn0K0r9Fqglq9lVQSDMRMlFVEdbBIR5rDI2pf3YESzwMjfB9mOLiJBc 1OxvlreTbmNc3cKnn65GHPVb1u9nQGhWgJ/mE= Original-Received: by 10.229.215.8 with SMTP id hc8mr562756qcb.23.1284072990246; Thu, 09 Sep 2010 15:56:30 -0700 (PDT) Original-Received: by 10.229.216.74 with HTTP; Thu, 9 Sep 2010 15:56:09 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:129844 Archived-At: On Fri, Sep 10, 2010 at 12:25 AM, Stefan Monnier wrote: >> But to do the things correctly, that would mean the merge of the >> `google-maps.el' and `google-weather.el' modules into Emacs core > [...] >> The question is, therefore, is there a chance that we could merge these >> two extension into Emacs? > > Without having thought much about it, my reaction is rather negative, > since we do not want to install packages dedicated to supporting > proprietary software. What about elpa? Could this perhaps be more relaxed regarding supporting proprietary software? Or should there be a special elpa repository for it? (Is that possible with the current elpa version?)