GNU bug report logs -
#62500
gnu: emacs-xyz: Add emacs-tintin-mode
Previous Next
Reported by: c4droid <c4droid <at> foxmail.com>
Date: Tue, 28 Mar 2023 08:15:02 UTC
Severity: normal
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 62500 in the body.
You can then email your comments to 62500 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#62500
; Package
guix-patches
.
(Tue, 28 Mar 2023 08:15:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
c4droid <c4droid <at> foxmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 28 Mar 2023 08:15:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-emacs-xyz-Add-emacs-tintin-mode.patch (text/x-patch, inline)]
From 661835a6f048a70bfa7a58870ff0ebd26f9c6522 Mon Sep 17 00:00:00 2001
From: c4droid <c4droid <at> foxmail.com>
Date: Tue, 28 Mar 2023 16:00:41 +0800
Subject: [PATCH] gnu: emacs-xyz: Add emacs-tintin-mode.
* gnu/packages/emacs-xyz.scm: New variable: emacs-tintin-mode.
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index da2856a..d25ec7f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36514,6 +36514,27 @@ (define-public emacs-vertico-posframe
a vertical completion UI.")
(license license:gpl3+)))
+(define-public emacs-tintin-mode
+ (let ((commit "82e71e1db92ee3d94c7d0208bafc5de337193de8")
+ (revision "1"))
+ (package
+ (name "emacs-tintin-mode")
+ (version (git-version "1.0.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sunwayforever/tintin-mode")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1p6ryqb8m30cp0zyawb6bs8wy3ga7gm60lcan0xx1fy3wx8qip33"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/sunwayforever/tintin-mode")
+ (synopsis "Emacs major mode for highlighting and indenting TinTin++ scripts.")
+ (description "This major mode focuses on highlighting as many aspects of the TinTin++ scripting language as possible, organizing commands into functional categories and highlighting specific modes that many commands use to accomplish different tasks.")
+ (license license:asl2.0))))
+
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar
--
2.39.2
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Thu, 30 Mar 2023 16:22:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
c4droid <c4droid <at> foxmail.com>
:
bug acknowledged by developer.
(Thu, 30 Mar 2023 16:22:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 62500-done <at> debbugs.gnu.org (full text, mbox):
Hello,
c4droid <c4droid <at> foxmail.com> writes:
> Subject: [PATCH] gnu: emacs-xyz: Add emacs-tintin-mode.
>
> * gnu/packages/emacs-xyz.scm: New variable: emacs-tintin-mode.
I sligthly tweaked the commit message so it would suit Guix standards
and applied your patch.
Thank you!
> +(define-public emacs-tintin-mode
> + (let ((commit "82e71e1db92ee3d94c7d0208bafc5de337193de8")
> + (revision "1"))
> + (package
> + (name "emacs-tintin-mode")
> + (version (git-version "1.0.1" revision commit))
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/sunwayforever/tintin-mode")
> + (commit commit)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32 "1p6ryqb8m30cp0zyawb6bs8wy3ga7gm60lcan0xx1fy3wx8qip33"))))
> + (build-system emacs-build-system)
> + (home-page "https://github.com/sunwayforever/tintin-mode")
> + (synopsis "Emacs major mode for highlighting and indenting TinTin++ scripts.")
> + (description "This major mode focuses on highlighting as many aspects of the TinTin++ scripting language as possible, organizing commands into functional categories and highlighting specific modes that many commands use to accomplish different tasks.")
> + (license license:asl2.0))))
> +
> ;;;
> ;;; Avoid adding new packages to the end of this file. To reduce the chances
> ;;; of a merge conflict, place them above by existing packages with similar
^^^
Ahem :)
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 28 Apr 2023 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 55 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.