From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrew Hyatt Newsgroups: gmane.emacs.devel Subject: Re: Inclusion of websocket library Date: Fri, 12 Jul 2013 01:29:32 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b5d532aaa42bd04e149cb8b X-Trace: ger.gmane.org 1373606978 17672 80.91.229.3 (12 Jul 2013 05:29:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Jul 2013 05:29:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 12 07:29:40 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UxVvH-00039L-Sg for ged-emacs-devel@m.gmane.org; Fri, 12 Jul 2013 07:29:40 +0200 Original-Received: from localhost ([::1]:60445 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxVvH-0006yB-9i for ged-emacs-devel@m.gmane.org; Fri, 12 Jul 2013 01:29:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxVvD-0006y5-4U for emacs-devel@gnu.org; Fri, 12 Jul 2013 01:29:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxVvC-0003EI-2S for emacs-devel@gnu.org; Fri, 12 Jul 2013 01:29:35 -0400 Original-Received: from mail-oa0-x235.google.com ([2607:f8b0:4003:c02::235]:57626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxVvB-0003EA-Ti for emacs-devel@gnu.org; Fri, 12 Jul 2013 01:29:34 -0400 Original-Received: by mail-oa0-f53.google.com with SMTP id k14so12155433oag.26 for ; Thu, 11 Jul 2013 22:29:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=eAhVpYPEwK2H5iGNlgtKw85emHh+BCfoPawoEIsXago=; b=C4PjfYm7mjwQhkaHcAQVKH5WYjqH9VG9i166GkMPvUpqfKuECdaAwscVmE45f537Ku PjU0g2OOm+hEezTw0fdcmoWLtHoaCCUN6OuPHtHpzsSkg3gSAFh6OP+kJ1aXH+QjEs/v sAuqGot01D66dQ+Tp8El6CoEiWAPksJgaMnWYxhXpzwZeJ1lJmK6w5CwOfDCwO2gh3si LObp27B2rrUV2r6lKyxUQLv3dJ/sZd3QSUOmQwLllaMZE5AnadqhagP64n7IiyVZAZAA 29dZL9Y0xI6LSqqvGCCbTyvzKOHOXXtHPhLiilmhCLiOQ5Ur1ITHqu59hjgjK0ecUWTt ZWMQ== X-Received: by 10.60.145.173 with SMTP id sv13mr34408811oeb.63.1373606972634; Thu, 11 Jul 2013 22:29:32 -0700 (PDT) Original-Received: by 10.76.166.198 with HTTP; Thu, 11 Jul 2013 22:29:32 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::235 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:161832 Archived-At: --047d7b5d532aaa42bd04e149cb8b Content-Type: text/plain; charset=ISO-8859-1 What is involved is putting this on GNU ELPA? I can certain do that, and maintain it there, but since my package is already available via Marmalade, it is already available via an ELPA that (I think) most ELPA-users are using. Is there a further advantage to putting this on the GNU ELPA specifically? On Wed, Jul 10, 2013 at 4:32 AM, Stefan Monnier wrote: > > I'm wondering if it anyone thinks this should just be part of the emacs > > distribution (probably under the "net" directory). I personally think > that > > library-type modules such as this should just be included in emacs, but > > there isn't anything particularly wrong with it being available via ELPA > as > > it is now. > > It sounds like something that should definitely be in GNU ELPA if you're > willing to maintain it from there. Maybe even in Emacs proper, tho I'd > have to think a bit more about it. > > > Stefan "out of town" > --047d7b5d532aaa42bd04e149cb8b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
What is involved is putting this on GNU ELPA? =A0I can cer= tain do that, and maintain it there, but since my package is already availa= ble via Marmalade, it is already available via an ELPA that (I think) most = ELPA-users are using. =A0Is there a further advantage to putting this on th= e GNU ELPA specifically?


On Wed, Jul 1= 0, 2013 at 4:32 AM, Stefan Monnier <monnier@iro.umontreal.ca>= ; wrote:
> I'm wondering if = it anyone thinks this should just be part of the emacs
> distribution (probably under the "net" directory). =A0I pers= onally think that
> library-type modules such as this should just be included in emacs, bu= t
> there isn't anything particularly wrong with it being available vi= a ELPA as
> it is now.

It sounds like something that should definitely be in GNU ELPA if you= 're
willing to maintain it from there. =A0Maybe even in Emacs proper, tho I'= ;d
have to think a bit more about it.


=A0 =A0 =A0 =A0 Stefan "out of town"

--047d7b5d532aaa42bd04e149cb8b--