GNU bug report logs -
#77801
[PATCH emacs-team] gnu: Add emacs-lem.
Previous Next
To reply to this bug, email your comments to 77801 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#77801
; Package
guix-patches
.
(Mon, 14 Apr 2025 13:16:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Mon, 14 Apr 2025 13:16:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
You have taken responsibility.
(Mon, 21 Apr 2025 13:31:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
bug acknowledged by developer.
(Mon, 21 Apr 2025 13:31:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 77801-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Merged.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.