unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: arnaud.lechevallier@free.fr
Cc: 63718-done@debbugs.gnu.org
Subject: bug#63718: [PATCH] gnu: Add package Substitute for Emacs.
Date: Thu, 25 May 2023 22:24:57 +0200	[thread overview]
Message-ID: <87cz2of9ba.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <232298811.146997914.1685026174562.JavaMail.root@zimbra81-e14.priv.proxad.net> (arnaud lechevallier's message of "Thu, 25 May 2023 16:49:34 +0200 (CEST)")

Hello,

arnaud.lechevallier@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




      reply	other threads:[~2023-05-25 20:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1495087376.146972658.1685025701265.JavaMail.root@zimbra81-e14.priv.proxad.net>
2023-05-25 14:49 ` [bug#63718] [PATCH] gnu: Add package Substitute for Emacs arnaud.lechevallier
2023-05-25 20:24   ` Nicolas Goaziou [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87cz2of9ba.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=63718-done@debbugs.gnu.org \
    --cc=arnaud.lechevallier@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).