From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Protesilaos Stavrou Newsgroups: gmane.emacs.devel Subject: [ELPA] Add Agitate package Date: Tue, 27 Sep 2022 09:01:42 +0300 Message-ID: <875yh9xsmx.fsf@protesilaos.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33120"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Notmuch/0.37 (https://notmuchmail.org) Emacs/29.0.50 (x86_64-pc-linux-gnu) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 27 08:04:46 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1od3i2-0008Oh-3k for ged-emacs-devel@m.gmane-mx.org; Tue, 27 Sep 2022 08:04:46 +0200 Original-Received: from localhost ([::1]:40860 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1od3i0-0006Mm-HV for ged-emacs-devel@m.gmane-mx.org; Tue, 27 Sep 2022 02:04:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40830) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1od3fE-0005aZ-Vw for emacs-devel@gnu.org; Tue, 27 Sep 2022 02:01:53 -0400 Original-Received: from relay11.mail.gandi.net ([2001:4b98:dc4:8::231]:37899) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1od3fC-0005yZ-Qs for emacs-devel@gnu.org; Tue, 27 Sep 2022 02:01:52 -0400 Original-Received: (Authenticated sender: public@protesilaos.com) by mail.gandi.net (Postfix) with ESMTPSA id 01245100006 for ; Tue, 27 Sep 2022 06:01:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protesilaos.com; s=gm1; t=1664258506; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=6/3ZZdDMGnB5mZlKAIhqF2kClil7lHShTzcSRmblZGg=; b=JbWl3gifMRHuxAs5PnoYzH1mG7nGI9SqLqnBwBnd0LKtmFBjEaxQ7JSrlZZkuDyR8uxOMZ QjY2sNHjounzncCWczc4Nmy5/a9P5D3VV6wvJEgFKj5f/RcxzRxroD7lL+uH+feV962dGc 8Q6zIJaaD3qGPDN4UkIPAW6/DUd4RV/7ONz6OfZ9p08PvzKv79KYpkVT9MQFMdv8v6G4hk Ev0GhkJT6HGtuCwFHmW+yFxV4kR3xzFh6GK6fs7THoUiPRRZyqdmYAaR20w3eS/0ZmJ2id qlX1uXvWKdSVz1JM4xFsJPnLB6TivA1NDchHOMADvrH/OUK+D3wN9b2/wTdIQg== Received-SPF: none client-ip=2001:4b98:dc4:8::231; envelope-from=info@protesilaos.com; helo=relay11.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:296317 Archived-At: --=-=-= Content-Type: text/plain Hello everyone, I want to install the attached patch on elpa.git. Agitate is a collection of commands or potentially useful functions that expand on the available version control features of Emacs. Those are meant to complement a workflow that relies on the built-in Version Control framework and its accoutrements ('diff-mode.el', 'log-view.el', 'log-edit.el', 'vc-git.el', and potentially others). The reason I am posting this here is because I want to ask if it is okay to publish such a package, given that at least some of its code may be better suited for emacs.git directly. I prefer the package format for the time being, because it gives me (and others) the chance to refine the code and decide on what is worth contributing to core Emacs. If you are fine with this, I will just install the patch on elpa.git. Thank you! All the best, Protesilaos (or simply "Prot") -- Protesilaos Stavrou https://protesilaos.com --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-elpa-packages-agitate-New-package.patch >From a9b91f6bb7cc931dd54e62750d1e94942eb8b8eb Mon Sep 17 00:00:00 2001 Message-Id: From: Protesilaos Stavrou Date: Tue, 27 Sep 2022 08:54:55 +0300 Subject: [PATCH] * elpa-packages (agitate): New package --- elpa-packages | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/elpa-packages b/elpa-packages index 146d85fa4b..5130cd8e9a 100644 --- a/elpa-packages +++ b/elpa-packages @@ -49,6 +49,11 @@ :auto-sync t) ("aggressive-indent" :url "https://github.com/Malabarba/aggressive-indent-mode" :auto-sync t) + ("agitate" + :url "https://git.sr.ht/~protesilaos/agitate" + :auto-sync t + :doc "README.org" + :ignored-files ("COPYING" "doclicense.texi")) ("ahungry-theme" :url "https://github.com/ahungry/color-theme-ahungry") ("aircon-theme" :url "https://git.sr.ht/~chambln/aircon-theme.el" :ignored-files ("README" "COPYING") -- 2.37.3 --=-=-=--