GNU bug report logs - #63718
[PATCH] gnu: Add package Substitute for Emacs.

Previous Next

Package: guix-patches;

Reported by: arnaud.lechevallier <at> free.fr

Date: Thu, 25 May 2023 14:50:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: arnaud.lechevallier <at> free.fr
Subject: bug#63718: closed (Re: [bug#63718] [PATCH] gnu: Add package
 Substitute for Emacs.)
Date: Thu, 25 May 2023 20:26:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63718: [PATCH] gnu: Add package Substitute for Emacs.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63718 <at> debbugs.gnu.org.

-- 
63718: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63718
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: arnaud.lechevallier <at> free.fr
Cc: 63718-done <at> debbugs.gnu.org
Subject: Re: [bug#63718] [PATCH] gnu: Add package Substitute for Emacs.
Date: Thu, 25 May 2023 22:24:57 +0200
Hello,

arnaud.lechevallier <at> free.fr writes:

> Subject: [PATCH 1/1] gnu: Add emacs-substitute.
>
> * gnu/packages/emacs-xyz.scm (emacs-substitute): New variable.

Thank you. I applied your patch with the changes below.

> +    (source (origin
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (url "https://git.sr.ht/~protesilaos/substitute")
> +                    (commit "b81bb7789847f3d1645a60422fa080c48b93dd47")))

I bound hash to a `commit' variable.

> +    (description
> +     "Substitute is a set of commands that perform text replacement (i) throughout
> +      the buffer, (ii) limited to the current definition (per narrow-to-defun),
> +      (iii) from point to the end of the buffer, and (iv) from point to the beginning
> +       of the buffer.
> +
> +     These substitutions are meant to be as quick as possible and, as such, differ
> +      from the standard query-replace (which I still use).  The provided commands
> +       prompt for substitute text and perform the substitution outright.")

I removed spurious indentation.

> +    (license license:gpl1+)))

I changed the license field to GPL3+.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: arnaud.lechevallier <at> free.fr
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add package Substitute for Emacs.
Date: Thu, 25 May 2023 16:49:34 +0200 (CEST)
[Message part 4 (text/plain, inline)]
Hello,

I made a simple patch to add a package for Emacs called 'Substitute' developed by Protesilaos Stavrou.

Kind regards,

Arnaud.
[0001-gnu-Add-emacs-substitute.patch (text/x-patch, attachment)]

This bug report was last modified 2 years and 49 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.