GNU bug report logs - #49352
[PATCH] gnu: Add emacs-muse.

Previous Next

Package: guix-patches;

Reported by: Morgan.J.Smith <at> outlook.com

Date: Sat, 3 Jul 2021 13:38: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 49352 in the body.
You can then email your comments to 49352 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#49352; Package guix-patches. (Sat, 03 Jul 2021 13:38:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Morgan.J.Smith <at> outlook.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 03 Jul 2021 13:38:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Morgan.J.Smith <at> outlook.com
To: guix-patches <at> gnu.org
Cc: Morgan Smith <Morgan.J.Smith <at> outlook.com>
Subject: [PATCH] gnu: Add emacs-muse.
Date: Sat,  3 Jul 2021 09:35:33 -0400
From: Morgan Smith <Morgan.J.Smith <at> outlook.com>

* gnu/packages/emacs-xyz.scm (emacs-muse): New variable.
---

Not sure if the translators note is necessary.

I didn't test any of the exporters so I'm not sure if that works. I just wanted
some syntax highlighting

 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ab04992fad..026c22cd2d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13435,6 +13435,28 @@ with CJK languages.")
 to org file, you can use this tool to write orgify commentary.")
     (license license:gpl2+)))
 
+(define-public emacs-muse
+  (package
+    (name "emacs-muse")
+    (version "3.20.2")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append "https://elpa.gnu.org/packages/muse-" version ".tar"))
+        (sha256
+          (base32 "0g2ff6x45x2k5dnkp31sk3bjj92jyhhnar7l5hzn8vp22l0rv8wn"))))
+    (build-system emacs-build-system)
+    (home-page "https://www.gnu.org/software/emacs-muse/index.html")
+    (synopsis "Authoring and publishing environment for Emacs")
+    ;; TRANSLATORS: Muse should not be translated. That is the name of the software
+    (description "Authoring and publishing environment for Emacs.
+Muse uses a markup language to define hyperlinked documents.  This is the markup
+language used by @url{https://www.emacswiki.org}.
+
+Muse files can be published in a variety of different formats, such as HTML,
+@code{LaTeX}, or PDF.")
+    (license license:gpl3+)))
+
 (define-public emacs-mustache
   (package
     (name "emacs-mustache")
-- 
2.32.0





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sat, 03 Jul 2021 20:47:02 GMT) Full text and rfc822 format available.

Notification sent to Morgan.J.Smith <at> outlook.com:
bug acknowledged by developer. (Sat, 03 Jul 2021 20:47:02 GMT) Full text and rfc822 format available.

Message #10 received at 49352-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Morgan.J.Smith <at> outlook.com
Cc: 49352-done <at> debbugs.gnu.org
Subject: Re: [bug#49352] [PATCH] gnu: Add emacs-muse.
Date: Sat, 03 Jul 2021 22:46:08 +0200
Hello,

Morgan.J.Smith <at> outlook.com writes:

> From: Morgan Smith <Morgan.J.Smith <at> outlook.com>
>
> * gnu/packages/emacs-xyz.scm (emacs-muse): New variable.
> ---
>
> Not sure if the translators note is necessary.

I don't think it is necessary. I removed it. I also changed the
description a bit, and fixed indentation.

Patch 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, 01 Aug 2021 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 262 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.