From unknown Sat Aug 16 15:51:19 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#48727 <48727@debbugs.gnu.org> To: bug#48727 <48727@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-evil-paredit. Reply-To: bug#48727 <48727@debbugs.gnu.org> Date: Sat, 16 Aug 2025 22:51:19 +0000 retitle 48727 [PATCH] gnu: Add emacs-evil-paredit. reassign 48727 guix-patches submitter 48727 Xinglu Chen severity 48727 normal tag 48727 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat May 29 04:21:35 2021 Received: (at submit) by debbugs.gnu.org; 29 May 2021 08:21:35 +0000 Received: from localhost ([127.0.0.1]:55945 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmuDu-0006jM-Vu for submit@debbugs.gnu.org; Sat, 29 May 2021 04:21:35 -0400 Received: from lists.gnu.org ([209.51.188.17]:43814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmuDt-0006jE-A4 for submit@debbugs.gnu.org; Sat, 29 May 2021 04:21:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56314) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lmuDs-0000Cz-Nj for guix-patches@gnu.org; Sat, 29 May 2021 04:21:33 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:45428 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lmuDq-0000Xz-Vp for guix-patches@gnu.org; Sat, 29 May 2021 04:21:32 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1622276487; bh=LHpMsp4x8q0Mjj0O4lecrGil9oi4xZXFjmfvs+zEVUo=; h=From:To:Subject:Date; b=ahjHqKynAlDogZKp31UUb5sd8+jCq/q15sg1BqRERzU98mXf3Zm58r6Cr1yLXGVT7 M1hQwX74qc1EZb/GHnxFgyd8TzafIjXSU0KDvok4Tf0N+vrTfPkJgOqBPGdb+zZxA5 idAPbLHBsvpSCTF1q62A4iuLWldSB175vM0oOtn8= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-evil-paredit. Message-Id: Date: Sat, 29 May 2021 10:21:26 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 34 X-Spam_score: 3.4 X-Spam_bar: +++ X-Spam_report: (3.4 / 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, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.999, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 3.2 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-evil-paredit): New variable. --- gnu/packages/emacs-xyz.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5ddeb09230..4f4ebb7985 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -11030,6 +11030,35 @@ end [...] Content analysis details: (3.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) * gnu/packages/emacs-xyz.scm (emacs-evil-paredit): New variable. --- gnu/packages/emacs-xyz.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5ddeb09230..4f4ebb7985 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -11030,6 +11030,35 @@ end of a line and increment or decrement it.") a popup window for previewing candidates.") (license license:gpl3+)))) +(define-public emacs-evil-paredit + (let ((commit "e058fbdcf9dbf7ad6cc77f0172d7517ef233d55f")) + (package + (name "emacs-evil-paredit") + (version "0.0.2") ; says 0.0.2 in evil-paredit.el + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/roman/evil-paredit") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b08y4spapl4g2292j3l4cr84gjlvm3rpma3gqld4yb1sxd7v78p")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-paredit" ,emacs-paredit) + ("emacs-evil" ,emacs-evil))) + (home-page "https://github.com/roman/evil-paredit") + (synopsis "Evil extension to integrate nicely with Paredit") + (description "This package helps you to not screw up your paredit setup +when using evil-mode. + +In order to accomplish this whenever you try to use a modifier command like +@kbd{d}, @kbd{c}, @kbd{y} to modify the paredit buffer, it will stop you to do +so in the case you break the parity of parenthesis.") + (license license:expat)))) + (define-public emacs-evil-args (let ((commit "758ad5ae54ad34202064fec192c88151c08cb387") (revision "1")) base-commit: cefa260fb42693b87545b1baab8cef9723827f80 -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Mon May 31 15:04:09 2021 Received: (at 48727-done) by debbugs.gnu.org; 31 May 2021 19:04:09 +0000 Received: from localhost ([127.0.0.1]:34861 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lnnCr-0002Zj-K8 for submit@debbugs.gnu.org; Mon, 31 May 2021 15:04:09 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:36483) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lnnCp-0002ZR-S2 for 48727-done@debbugs.gnu.org; Mon, 31 May 2021 15:04:08 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay10.mail.gandi.net (Postfix) with ESMTPSA id D12FB240006; Mon, 31 May 2021 19:04:01 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#48727] [PATCH] gnu: Add emacs-evil-paredit. References: Date: Mon, 31 May 2021 21:04:00 +0200 In-Reply-To: (Xinglu Chen's message of "Sat, 29 May 2021 10:21:26 +0200") Message-ID: <87sg22lo7z.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-evil-paredit): New variable. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.178.230 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [217.70.178.230 listed in wl.mailspike.net] X-Debbugs-Envelope-To: 48727-done Cc: 48727-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-evil-paredit): New variable. I reordered alphabetically propagated inputs and applied your patch. Thanks. Regards, -- Nicolas Goaziou From unknown Sat Aug 16 15:51:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 29 Jun 2021 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator