GNU bug report logs - #72728
[PATCH] gnu: Add emacs-auto-yasnippet.

Previous Next

Package: guix-patches;

Reported by: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>

Date: Tue, 20 Aug 2024 09:09: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: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#72728: closed ([PATCH] gnu: Add emacs-auto-yasnippet.)
Date: Tue, 20 Aug 2024 09:34:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 20 Aug 2024 11:32:42 +0200
with message-id <874j7f7d51.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#72728] Acknowledgement ([PATCH] gnu: Add emacs-auto-yasnippet.)
has caused the debbugs.gnu.org bug report #72728,
regarding [PATCH] gnu: Add emacs-auto-yasnippet.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
72728: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72728
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Rostislav Svoboda <Rostislav.Svoboda <at> gmail.com>
Subject: [PATCH] gnu: Add emacs-auto-yasnippet.
Date: Tue, 20 Aug 2024 11:06:36 +0200
* gnu/packages/emacs-xyz.scm (emacs-auto-yasnippet): New variable.

Change-Id: I638a4d180565f407a05e8a83b939a532ac71ae63
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e48ba5bfb4..b453e1bc23 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18722,6 +18722,31 @@ (define-public emacs-yasnippet-snippets
 automatically made available to YASnippet.")
     (license license:gpl3+)))
 
+(define-public emacs-auto-yasnippet
+  (package
+    (name "emacs-auto-yasnippet")
+    (version "1.0.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/abo-abo/auto-yasnippet")
+             (commit
+              "6a9e406d0d7f9dfd6dff7647f358cb05a0b1637e")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "0ifzbwnm2axb8kmfp3jvg05wq02j121iwp2m64pi70c7mza0i886"))))
+    (build-system emacs-build-system)
+    (home-page
+     "https://github.com/abo-abo/auto-yasnippet")
+    (synopsis "Quickly create disposable yasnippets")
+    (description
+     "This package allows you to create and use snippets on the fly in Emacs
+ without leaving the current buffer. Simply insert `~` characters where you
+ want YASnippet fields, and the snippet will be ready to use immediately.")
+    (license license:gpl3+)))
+
 (define-public emacs-doom-snippets
   ;; Use the latest commit, as there are no tagged releases.  Version is
   ;; extracted from main file.

base-commit: 4ec2b4747878877cb0f50df8c4127bb6044cdb93
-- 
2.45.2



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
Cc: 72728-done <at> debbugs.gnu.org
Subject: Re: [bug#72728] Acknowledgement ([PATCH] gnu: Add
 emacs-auto-yasnippet.)
Date: Tue, 20 Aug 2024 11:32:42 +0200
Hello,

Rostislav Svoboda <rostislav.svoboda <at> gmail.com> writes:

> Please ignore the patch from my previous email and use this one instead.
> (I haven't noticed the emacs-auto-yasnippet is in the upstream
> already.)

Please use -v flag when sending a new patch with in the same bug report.

> Subject: [PATCH] gnu: emacs-auto-yasnippet: Update to 0.3.0-3.6a9e406.
>
> * gnu/packages/emacs-xyz.scm (emacs-auto-yasnippet): Update to
> 0.3.0-3.6a9e406.

Applied. Thank you!

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 331 days ago.

Previous Next


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