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: include new package wconf.el in GNU ELPA Date: Thu, 30 Jul 2015 21:57:40 +0300 Message-ID: <55BA73A4.2090708@yandex.ru> References: <877fph8xwx.fsf@acer.localhost.com> 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 1438282681 17709 80.91.229.3 (30 Jul 2015 18:58:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jul 2015 18:58:01 +0000 (UTC) To: Ingo Lohmar , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 30 20:57:57 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 1ZKt1h-0004t4-6P for ged-emacs-devel@m.gmane.org; Thu, 30 Jul 2015 20:57:57 +0200 Original-Received: from localhost ([::1]:41594 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKt1g-00075C-QP for ged-emacs-devel@m.gmane.org; Thu, 30 Jul 2015 14:57:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKt1a-00073i-Cf for emacs-devel@gnu.org; Thu, 30 Jul 2015 14:57:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKt1V-0003lP-3t for emacs-devel@gnu.org; Thu, 30 Jul 2015 14:57:50 -0400 Original-Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:38173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKt1U-0003kv-PN for emacs-devel@gnu.org; Thu, 30 Jul 2015 14:57:45 -0400 Original-Received: by wibxm9 with SMTP id xm9so3962950wib.1 for ; Thu, 30 Jul 2015 11:57:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=re5bCu36fIB3u0M+0dhaeJ3zChmB1lkMFohTv7QfeUg=; b=wLkxsxEu+Q99z/4Osnu9bGRTvZNxNpJphUlRaiSFWcmFTDuprquLUQYKCIwGbwfNTe z8O9Al0JHxco6e2cfwkKwE1oFPluRQWP7PR66qelP9Fjuwsdlh9tMd6iggOQcAcKWBPU pnH/bpQ/Jl8usZN2QzLGQQZuC6Q9LbyPzpy0NisbHfo6uPEg4Pr7t4GgNIV35B2DeyGU BwP9APeUHKU6BZ2s3vcrkna8syPFGVePpA9Z5i1cROus5SpR8ebulncRcUdx2uAyQ3fm w+YM3CzxQ319nubpAzF4VM+mWf+qX1TF0ax5Hc1d0lg+pL5kVPF95/CYeZmxuQvHC8fR k42Q== X-Received: by 10.194.108.232 with SMTP id hn8mr66247701wjb.154.1438282664021; Thu, 30 Jul 2015 11:57:44 -0700 (PDT) Original-Received: from [192.168.1.2] ([185.105.175.24]) by smtp.googlemail.com with ESMTPSA id bm9sm515484wib.10.2015.07.30.11.57.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Jul 2015 11:57:43 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 In-Reply-To: <877fph8xwx.fsf@acer.localhost.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::229 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:188203 Archived-At: Hi Ingo, On 07/30/2015 06:31 PM, Ingo Lohmar wrote: > I've been using my small single-purpose package wconf.el > https://github.com/ilohmar/wconf for a while now and I am very happy > with it. The code is all mine and I have signed the FSF papers. Now I > would like to put it into an elpa for visibility --- is it ok if I > upload it into the GNU elpa (I have commit rights)? I'm sure nobody is going to oppose that. Do you know how to use 'git subtree'?