GNU bug report logs -
#72728
[PATCH] gnu: Add emacs-auto-yasnippet.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#72728: [PATCH] gnu: Add emacs-auto-yasnippet.
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 72728 <at> debbugs.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)]
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
[Message part 3 (message/rfc822, inline)]
* 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
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.