GNU bug report logs -
#59026
[PATCH] gnu: Add emacs-zig-mode.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Fri, 4 Nov 2022 20:54: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 59026 in the body.
You can then email your comments to 59026 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#59026
; Package
guix-patches
.
(Fri, 04 Nov 2022 20:54:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 04 Nov 2022 20:54: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-zig-mode): New variable.
---
gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8478a47591..21480c4217 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5517,6 +5517,33 @@ (define-public emacs-inf-ruby
appropriate console.")
(license license:gpl3+)))
+(define-public emacs-zig-mode
+ (let ((commit "dbc648f5bca8f3b9ca2cc7827f326f5530115144")
+ (revision "0"))
+ (package
+ (name "emacs-zig-mode")
+ (version (git-version "0.0.8" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ziglang/zig-mode")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0hwkkwhc5b2pzyqa2h0xw8wxijsrp1fk70fhyv8hx19shzlc4la3"))))
+ (build-system emacs-build-system)
+ (arguments
+ `(#:tests? #t
+ #:emacs ,emacs
+ #:test-command '("./run-tests.sh")))
+ (home-page "https://github.com/ziglang/zig-mode/")
+ (synopsis "Zig mode for Emacs")
+ (description
+"Syntax highlighting and automatic indentation for the Zig programming
+language in Emacs.")
+ (license license:gpl3+))))
+
(define-public emacs-znc
(package
(name "emacs-znc")
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#59026
; Package
guix-patches
.
(Sun, 06 Nov 2022 14:14:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-zig-mode): New variable.
Thank you. Applied with the following change.
> + (description
> +"Syntax highlighting and automatic indentation for the Zig programming
> +language in Emacs.")
"This package provides..."
Regards,
--
Nicolas Goaziou
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 06 Nov 2022 14:14:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Sun, 06 Nov 2022 14:14:04 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 05 Dec 2022 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 251 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.