From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: subr-x on Elpa Date: Thu, 21 May 2015 13:28:57 +0300 Message-ID: <555DB369.9060009@yandex.ru> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1432204163 30201 80.91.229.3 (21 May 2015 10:29:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 May 2015 10:29:23 +0000 (UTC) Cc: emacs-devel To: Stefan Monnier , Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 21 12:29:22 2015 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 1YvNj7-000748-WE for ged-emacs-devel@m.gmane.org; Thu, 21 May 2015 12:29:22 +0200 Original-Received: from localhost ([::1]:56421 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvNj7-0001AN-6t for ged-emacs-devel@m.gmane.org; Thu, 21 May 2015 06:29:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvNj2-0001AH-Qu for emacs-devel@gnu.org; Thu, 21 May 2015 06:29:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvNix-0005NX-OC for emacs-devel@gnu.org; Thu, 21 May 2015 06:29:16 -0400 Original-Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:34563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvNix-0005MB-Hd for emacs-devel@gnu.org; Thu, 21 May 2015 06:29:11 -0400 Original-Received: by wicmc15 with SMTP id mc15so8425923wic.1 for ; Thu, 21 May 2015 03:29:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=cCLkvl0QKT2o4O1AyWg3MKaqOU0wvh9W35R5XqpUBhU=; b=FX1QoCNE5+usSmzqdlm1S1WCNvOXk4I7KDVJcEHyN24I7zs7FzxwgNIYWXVZvYalzy GtNrnn/Bl2QTquFBTFKcUsxzOoRpyzv2W/dcqKwwW/SLncYoqjo799CSyjgq2b1FAoIu AoQtT4mcvVgBQhVmTeLBJCgT2Ak7tWmNypz9nHqvE3+3v896pEZa1iJBxHaX5+qnO5Ym KZrJbQLra83BmPgmoMz3T8W/KzAPd53IxBE1LUOADe8frZM+gPy/1003DN4ZXtCOQ3sN OxXR4lblN0ZHuXZN3s7CyuOF3y5soI0q/0MReZz/XQUpHLLry5NiSQuA50v/T0ockYij k/5Q== X-Received: by 10.194.185.107 with SMTP id fb11mr4091272wjc.9.1432204140865; Thu, 21 May 2015 03:29:00 -0700 (PDT) Original-Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id k2sm1930553wif.3.2015.05.21.03.28.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 May 2015 03:29:00 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22b 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:186694 Archived-At: On 05/20/2015 09:51 PM, Stefan Monnier wrote: > I still hope someone will take up the challenge to work on the > tarballing and build scripts so that we can bundle GNU ELPA packages. Why not make it a release blocker? Then sooner or later Someone will get around to it, since it's not terribly complicated. > I hope we can do that for 25.1 so that `company' (for example) can be > included in Emacs-25.1 without having to move it out of GNU ELPA. Company itself needs work, too...