all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: c4droid <c4droid@foxmail.com>
Cc: 62500-done@debbugs.gnu.org
Subject: bug#62500: gnu: emacs-xyz: Add emacs-tintin-mode
Date: Thu, 30 Mar 2023 18:21:21 +0200	[thread overview]
Message-ID: <87wn2yky66.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <tencent_3C6186EB17A497953EFA010787A27D569E07@qq.com> (c4droid@foxmail.com's message of "Tue, 28 Mar 2023 16:04:22 +0800")

Hello,

c4droid <c4droid@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




      reply	other threads:[~2023-03-30 16:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-28  8:04 [bug#62500] gnu: emacs-xyz: Add emacs-tintin-mode c4droid
2023-03-28  8:04 ` c4droid
2023-03-30 16:21   ` Nicolas Goaziou [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wn2yky66.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=62500-done@debbugs.gnu.org \
    --cc=c4droid@foxmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.