GNU bug report logs -
#63924
[PATCH] gnu: Add emacs-pug-mode.
Previous Next
Reported by: Miguel Ángel Moreno <me <at> mianmoreno.com>
Date: Tue, 6 Jun 2023 13:50:01 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 63924 in the body.
You can then email your comments to 63924 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63924
; Package
guix-patches
.
(Tue, 06 Jun 2023 13:50:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Miguel Ángel Moreno <me <at> mianmoreno.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 06 Jun 2023 13:50:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
gnu/packages/emacs-xyz.scm (emacs-pug-mode): New variable.
---
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 7575049ea3..dd3749940d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1118,6 +1118,31 @@ (define-public emacs-puni
out of the box.")
(license license:gpl3+))))
+(define-public emacs-pug-mode
+ (package
+ (name "emacs-pug-mode")
+ (version "1.0.8")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/hlissner/emacs-pug-mode")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1f6bhdr1a72x94dlz2i1fwwln8crc2mbpc2iq23hvsbsfmj7xfzp"))))
+ (native-inputs (list emacs-ert-runner))
+ (build-system emacs-build-system)
+ (arguments
+ (list
+ #:tests? #t
+ #:test-command #~(list "ert-runner")))
+ (home-page "https://github.com/hlissner/emacs-pug-mode")
+ (synopsis "Pug support for Emacs")
+ (description "pug-mode offers Emacs support for Pug. Unlike jade-mode,
+it is based off of slim-mode.")
+ (license license:gpl3+)))
+
(define-public emacs-spaceline-all-the-icons
(package
(name "emacs-spaceline-all-the-icons")
--
2.40.1
--
Best regards,
Miguel Ángel Moreno
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sat, 10 Jun 2023 18:46:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Miguel Ángel Moreno <me <at> mianmoreno.com>
:
bug acknowledged by developer.
(Sat, 10 Jun 2023 18:46:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 63924-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Miguel Ángel Moreno <me <at> mianmoreno.com> writes:
> gnu/packages/emacs-xyz.scm (emacs-pug-mode): New variable.
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
.
(Sun, 09 Jul 2023 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 306 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.