From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer?=) Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add shell-quasiquote. Date: Mon, 19 Oct 2015 19:08:32 +0200 Message-ID: <876122n5v3.fsf@T420.taylan> References: <87si59wj42.fsf@T420.taylan> <878u6znii9.fsf@T420.taylan> <836123gfh2.fsf@gnu.org> <87r3krm0t3.fsf@T420.taylan> <5624F66F.1030600@yandex.ru> <87io63lzkg.fsf@T420.taylan> <562508B7.3020202@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1445274527 6559 80.91.229.3 (19 Oct 2015 17:08:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Oct 2015 17:08:47 +0000 (UTC) Cc: Eli Zaretskii , Artur Malabarba , emacs-devel To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 19 19:08:47 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 1ZoDvL-0007eh-U5 for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 19:08:40 +0200 Original-Received: from localhost ([::1]:41087 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoDvL-0003s3-Fk for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 13:08:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoDvH-0003rC-Kr for emacs-devel@gnu.org; Mon, 19 Oct 2015 13:08:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoDvG-0003zD-Mn for emacs-devel@gnu.org; Mon, 19 Oct 2015 13:08:35 -0400 Original-Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:35281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoDvG-0003z3-HU; Mon, 19 Oct 2015 13:08:34 -0400 Original-Received: by wicll6 with SMTP id ll6so15477424wic.0; Mon, 19 Oct 2015 10:08:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=fFojdAlc6lcR4YtGdPrU0i490fSBc9zjxTFFeKcaV8A=; b=tzyaz7uFyl4k4dQ9dNxBY0hb88ff5kBKIu9OwfxEu1rZp0eD2bBOhc+sS+mRhIRBrO 8MFcHIvyuIfxlPxCC2BpMwOltLsFeIvGa2GqccRP/nEmy9chZNnmzVRI1BibqpG+67Gu 7P9pMR7r5GF11DGEGDl7Rl2NBaBJDRrPjrXLPLTniQwVSMRGabtHOjM0b510Vu3NpEdR n/ASpjpIP08NXSu8cYvacfg8nBRKRRgKm4v0Ay3nlHmB9mtVej5cCEA653ZW/qhAYjbk btM0GqAu1v5PUq15R+KlsxMAtgvLgmVfxL9F/8VAQGtn8tgWW4xlFGkY/xhvwZCYc4I7 KcHw== X-Received: by 10.180.37.76 with SMTP id w12mr23116211wij.0.1445274513936; Mon, 19 Oct 2015 10:08:33 -0700 (PDT) Original-Received: from T420.taylan ([2a02:908:c32:4740:221:ccff:fe66:68f0]) by smtp.gmail.com with ESMTPSA id i10sm41332569wjz.41.2015.10.19.10.08.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Oct 2015 10:08:33 -0700 (PDT) In-Reply-To: <562508B7.3020202@yandex.ru> (Dmitry Gutov's message of "Mon, 19 Oct 2015 18:13:59 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) 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:192115 Archived-At: Dmitry Gutov writes: > On 10/19/2015 05:09 PM, Taylan Ulrich Bay=C4=B1rl=C4=B1/Kammer wrote: > >> And I can live without the emacs-devel tyrants accepting my >> contributions, but the situation is so outrageous right now that I'm >> seriously considering pulling back all my current and future >> contributions, until the development team changes (in spirit or >> persons). > > But that is the main point of contributing a package to GNU ELPA: the > emacs-devel "tyrants" review it, and then share (at least to some > degree) the responsibility of supporting it. > > In general, that means accepting the collective opinions of > emacs-devel. Or the head maintainer (not sure if John has accepted > that position yet). > > You can also distribute the package through MELPA. The collective "opinion" here seems to be that it's a good idea to reject perfectly working code with well-defined semantics for made up reasons. I'm not interested in contributing to such a development community. Taylan