all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: Rostislav Svoboda <rostislav.svoboda@gmail.com>, 67272@debbugs.gnu.org
Cc: Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Andrew Tropin <andrew@trop.in>
Subject: [bug#67272] [PATCH] gnu: Add emacs-zop-to-char.
Date: Sun, 19 Nov 2023 14:41:43 +0100	[thread overview]
Message-ID: <2df45375c81294c826f647095bf447a8a01dfb6c.camel@gmail.com> (raw)
In-Reply-To: <cfcd10d4245583dcbdef48c72462a8ce0a52fa86.1700387657.git.Rostislav.Svoboda@gmail.com>

Am Sonntag, dem 19.11.2023 um 10:54 +0100 schrieb Rostislav Svoboda:
> * gnu/packages/emacs-xyz.scm (emacs-zop-to-char): New variable.
> 
> Change-Id: I6307a1c72739f627508886acc4130870913f9e71
> ---
>  gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
> 
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index bad97f436d..c9a4f5674b 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -38739,6 +38739,27 @@ (define-public emacs-totp
>  variations, including non-standard base32 encodings.")
>         (license license:gpl3+))))
>  
> +(define-public emacs-zop-to-char
> +  (let ((commit "00152aa666354b27e56e20565f186b363afa0dce")
> +        (revision "0"))
> +    (package
> +      (name "emacs-zop-to-char")
> +      (version (git-version "1.1" revision commit))
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url
> "https://github.com/thierryvolpiatto/zop-to-char")
> +               (commit commit)))
> +         (file-name (git-file-name name version))
> +         (sha256
> +          (base32
> "1s4adi9hyhxn7ynx195mgg10h817hxdmlzlp09633bj0llr1mjn3"))))
> +      (build-system emacs-build-system)
> +      (home-page "https://github.com/thierryvolpiatto/zop-to-char")
> +      (synopsis "A visual zap-to-char command for Emacs")
> +      (description "A visual zap-to-char command for Emacs.")
Description a sentence.
> +      (license license:gpl3+))))
> +
Cheers




  reply	other threads:[~2023-11-19 13:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-19  9:54 [bug#67272] [PATCH] gnu: Add emacs-zop-to-char Rostislav Svoboda
2023-11-19 13:41 ` Liliana Marie Prikler [this message]
2023-11-19 13:51   ` Rostislav Svoboda
2023-11-19 16:27     ` Liliana Marie Prikler
2023-11-19 16:28       ` Liliana Marie Prikler
2023-11-20 12:26       ` Rostislav Svoboda
2023-11-20 19:24         ` Liliana Marie Prikler
2023-11-19 18:38 ` Nicolas Goaziou via Guix-patches via
2023-11-19 19:01   ` Rostislav Svoboda
2023-11-20  7:31     ` Nicolas Goaziou via Guix-patches via
2023-11-20  9:40       ` Rostislav Svoboda
2023-11-20 10:47         ` Nicolas Goaziou via Guix-patches via
2023-11-20 12:28           ` Rostislav Svoboda
2023-11-20 19:38         ` Liliana Marie Prikler
2024-06-19  7:43           ` bug#67272: " Nicolas Goaziou via Guix-patches via

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

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

  git send-email \
    --in-reply-to=2df45375c81294c826f647095bf447a8a01dfb6c.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=67272@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=rostislav.svoboda@gmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.