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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72728 in the body.
You can then email your comments to 72728 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#72728; Package guix-patches. (Tue, 20 Aug 2024 09:09:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rostislav Svoboda <rostislav.svoboda <at> gmail.com>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Tue, 20 Aug 2024 09:09:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#72728; Package guix-patches. (Tue, 20 Aug 2024 09:29:02 GMT) Full text and rfc822 format available.

Message #8 received at 72728 <at> debbugs.gnu.org (full text, mbox):

From: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
To: 72728 <at> debbugs.gnu.org
Subject: Re: bug#72728: Acknowledgement ([PATCH] gnu: Add
 emacs-auto-yasnippet.)
Date: Tue, 20 Aug 2024 11:26:06 +0200
[Message part 1 (text/plain, inline)]
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.)
[0001-gnu-emacs-auto-yasnippet-Update-to-0.3.0-3.6a9e406.patch (text/x-patch, attachment)]

Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 20 Aug 2024 09:34:02 GMT) Full text and rfc822 format available.

Notification sent to Rostislav Svoboda <rostislav.svoboda <at> gmail.com>:
bug acknowledged by developer. (Tue, 20 Aug 2024 09:34:02 GMT) Full text and rfc822 format available.

Message #13 received at 72728-done <at> debbugs.gnu.org (full text, mbox):

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






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 17 Sep 2024 11:24:08 GMT) Full text and rfc822 format available.

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.