GNU bug report logs - #75683
Add emacs-discourse-mode.

Previous Next

Package: guix-patches;

Reported by: Yuval Langer <yuval.langer <at> gmail.com>

Date: Mon, 20 Jan 2025 06:26:01 UTC

Severity: normal

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Yuval Langer <yuval.langer <at> gmail.com>
To: 75683 <at> debbugs.gnu.org
Cc: Yuval Langer <yuval.langer <at> gmail.com>
Subject: [bug#75683] [PATCH] gnu: Add emacs-discourse-mode.
Date: Sun, 16 Feb 2025 11:53:52 +0200
* gnu/packages/emacs-xyz.scm (emacs-discourse-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 36cad3a7df..d4b868a89e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1564,6 +1564,31 @@ do manually if you wanted to keep the buffers of a project neatly isolated in
 separate, named tab groups.")
       (license license:gpl3+))))
 
+(define-public emacs-discourse-mode
+  (let ((commit "c5fde79990ab5d44786721f133b1c66764d6dc2b")
+        (revision "1"))
+    (package
+      (name "emacs-discourse-mode")
+      (version (git-version "0.2.4" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://codeberg.org/glenneth/discourse-mode")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0j2f0vclj6zrmk1hxyrrhkcpk74vqvq42g9wjqrjw827yjh2wm65"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-compat
+                               emacs-markdown-mode
+                               emacs-request))
+      (home-page "https://codeberg.org/glenneth/discourse-mode")
+      (synopsis "Emacs package for interacting with Discourse forums")
+      (description "Browse categories, view topics, read posts, and
+participate in discussions on Discourse, directly from Emacs.")
+      (license license:gpl3+))))
+
 (define-public emacs-disproject
   (package
     (name "emacs-disproject")
-- 
2.30.2





This bug report was last modified 140 days ago.

Previous Next


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