GNU bug report logs - #77801
[PATCH emacs-team] gnu: Add emacs-lem.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Mon, 14 Apr 2025 13:16:02 UTC

Severity: normal

Tags: patch

Done: Cayetano Santos <csantosb <at> inventati.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77801: closed ([PATCH emacs-team] gnu: Add emacs-lem.)
Date: Mon, 21 Apr 2025 13:31:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 21 Apr 2025 15:32:05 +0200
with message-id <87msc9zlm2.fsf <at> inventati.org>
and subject line Re: [bug#77801] [PATCH emacs-team] gnu: Add emacs-lem.
has caused the debbugs.gnu.org bug report #77801,
regarding [PATCH emacs-team] gnu: Add emacs-lem.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
77801: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77801
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH emacs-team] gnu: Add emacs-lem.
Date: Mon, 14 Apr 2025 15:15:09 +0200
* gnu/packages/emacs-xyz.scm (emacs-lem): New variable.

Change-Id: I967bfa3ac88b6412c67ffb73ae44a40cfaeb043a
---
 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 82831f0595..24d8ed8fd9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3082,6 +3082,33 @@ (define-public emacs-lean4-mode
     (home-page "https://lean-lang.org/")
     (license license:asl2.0)))
 
+(define-public emacs-lem
+  (package
+    (name "emacs-lem")
+    (version "0.22")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://codeberg.org/martianh/lem.el")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "12g16gq9qawhlj92jgxr2l7xcc0ikvmwsygjcr3qyxy0bawynzr8"))))
+    (build-system emacs-build-system)
+    (arguments
+     (list
+      #:tests? #f ; no tests
+      #:lisp-directory "lisp"))
+    (propagated-inputs
+     (list emacs-fedi emacs-markdown-mode emacs-fedi))
+    (home-page "https://codeberg.org/martianh/lem.el")
+    (synopsis "Emacs client for Lemmy")
+    (description "@code{lem.el} is an Emacs client for Lemmy, the federated link
+aggregator.")
+    (license license:gpl3+)))
+
 (define-public emacs-dante
   (package
     (name "emacs-dante")

base-commit: 373545dc9efbae6589f502773aa49e26e42c585e
-- 
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: 77801-done <at> debbugs.gnu.org
Subject: Re: [bug#77801] [PATCH emacs-team] gnu: Add emacs-lem.
Date: Mon, 21 Apr 2025 15:32:05 +0200
[Message part 4 (text/plain, inline)]
Merged.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 29 days ago.

Previous Next


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