From unknown Sat Jun 21 05:19:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77801] [PATCH emacs-team] gnu: Add emacs-lem. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: andrew@trop.in, csantosb@inventati.org, divya@subvertising.org, hako@ultrarare.space, ian@retrospec.tv, cox.katherine.e+guix@gmail.com, liliana.prikler@gmail.com, guix-patches@gnu.org Resent-Date: Mon, 14 Apr 2025 13:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 77801 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77801@debbugs.gnu.org Cc: Cayetano Santos , Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler Received: via spool by submit@debbugs.gnu.org id=B.174463655613359 (code B ref -1); Mon, 14 Apr 2025 13:16:02 +0000 Received: (at submit) by debbugs.gnu.org; 14 Apr 2025 13:15:56 +0000 Received: from localhost ([127.0.0.1]:46359 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u4JfH-0003TO-D9 for submit@debbugs.gnu.org; Mon, 14 Apr 2025 09:15:55 -0400 Received: from lists.gnu.org ([2001:470:142::17]:34388) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u4JfD-0003So-NI for submit@debbugs.gnu.org; Mon, 14 Apr 2025 09:15:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u4Jes-0003aR-Px for guix-patches@gnu.org; Mon, 14 Apr 2025 09:15:34 -0400 Received: from devianza.investici.org ([198.167.222.108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u4Jep-0003G9-OW for guix-patches@gnu.org; Mon, 14 Apr 2025 09:15:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1744636524; bh=kJJ7I2gymsXpYG7Z8zO/PUW32/NYFspRcpi5wI84HFM=; h=From:To:Cc:Subject:Date:From; b=kRoNu/KwxqC3/A6Y/5oOhm/6Duh5iWeP0thuar1ykzq4woBLiy4CYIV4n+VU3KTU7 D0YUzCyCY9mhNriE+U/5MZmAwzOYF02VU9fJzzb3XO49xUAmaaXSmoZ9dvJfByNuko m4JYOj5dctwIgHLo+ufYmUsimi4yIrB8Q75rN3f8= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4ZbnpN119lz6vJd; Mon, 14 Apr 2025 13:15:24 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZbnpM6bpkz6vJR; Mon, 14 Apr 2025 13:15:23 +0000 (UTC) From: Cayetano Santos Date: Mon, 14 Apr 2025 15:15:09 +0200 Message-ID: <2e23ae78de9d697f56ecfa1a813ccdd2c26b8b59.1744636509.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.167.222.108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * 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 From unknown Sat Jun 21 05:19:11 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Cayetano Santos Subject: bug#77801: closed (Re: [bug#77801] [PATCH emacs-team] gnu: Add emacs-lem.) Message-ID: References: <87msc9zlm2.fsf@inventati.org> <2e23ae78de9d697f56ecfa1a813ccdd2c26b8b59.1744636509.git.csantosb@inventati.org> X-Gnu-PR-Message: they-closed 77801 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 77801@debbugs.gnu.org Date: Mon, 21 Apr 2025 13:31:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1745242262-25509-1" This is a multi-part message in MIME format... ------------=_1745242262-25509-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #77801: [PATCH emacs-team] gnu: Add emacs-lem. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 77801@debbugs.gnu.org. --=20 77801: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D77801 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1745242262-25509-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 77801-done) by debbugs.gnu.org; 21 Apr 2025 13:30:56 +0000 Received: from localhost ([127.0.0.1]:33794 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u6rEd-0006d3-Sx for submit@debbugs.gnu.org; Mon, 21 Apr 2025 09:30:56 -0400 Received: from confino.investici.org ([2a11:7980:1::2:0]:29735) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u6rEc-0006cu-4a for 77801-done@debbugs.gnu.org; Mon, 21 Apr 2025 09:30:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1745242253; bh=9wPE3kAHjLVUdomipYimEigmRfrQB1FMUqUOuguNuKA=; h=From:To:Subject:In-Reply-To:Date:From; b=uILGIVxQqOIQgLhCyWZ5U3yFnRw0oOvGQaPWkOgd3cnOUnDUjMQN/TBbxtCSZpwvT U28AcAEkboLxlYxkyjyYRai0pdUj6996ytphhbBUY7arLyjAYhXjhMC9v9CTmlvuSp jmaZtVP+zSqV1CeEyHvwHtM6F1WW0tIYYvkfTJI0= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4Zh5q12CMRz11Fy for <77801-done@debbugs.gnu.org>; Mon, 21 Apr 2025 13:30:53 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Zh5q10WYTz11FX for <77801-done@debbugs.gnu.org>; Mon, 21 Apr 2025 13:30:52 +0000 (UTC) From: Cayetano Santos To: 77801-done@debbugs.gnu.org Subject: Re: [bug#77801] [PATCH emacs-team] gnu: Add emacs-lem. In-Reply-To: <2e23ae78de9d697f56ecfa1a813ccdd2c26b8b59.1744636509.git.csantosb@inventati.org> User-Agent: mu4e 1.12.9; emacs 29.4 Date: Mon, 21 Apr 2025 15:32:05 +0200 Message-ID: <87msc9zlm2.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 77801-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Merged. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCaAZI1RccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mguDaAQCf+C6HAhVmZhLEYKxTdsBwKN79 NbxdjXSiH1xHSu5/jAEAjydIuES7hb76ygPaTJA9gEuofOxYLbx1FhDMpAu7QQk= =QzBV -----END PGP SIGNATURE----- --=-=-=-- ------------=_1745242262-25509-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 Apr 2025 13:15:56 +0000 Received: from localhost ([127.0.0.1]:46359 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u4JfH-0003TO-D9 for submit@debbugs.gnu.org; Mon, 14 Apr 2025 09:15:55 -0400 Received: from lists.gnu.org ([2001:470:142::17]:34388) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u4JfD-0003So-NI for submit@debbugs.gnu.org; Mon, 14 Apr 2025 09:15:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u4Jes-0003aR-Px for guix-patches@gnu.org; Mon, 14 Apr 2025 09:15:34 -0400 Received: from devianza.investici.org ([198.167.222.108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u4Jep-0003G9-OW for guix-patches@gnu.org; Mon, 14 Apr 2025 09:15:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1744636524; bh=kJJ7I2gymsXpYG7Z8zO/PUW32/NYFspRcpi5wI84HFM=; h=From:To:Cc:Subject:Date:From; b=kRoNu/KwxqC3/A6Y/5oOhm/6Duh5iWeP0thuar1ykzq4woBLiy4CYIV4n+VU3KTU7 D0YUzCyCY9mhNriE+U/5MZmAwzOYF02VU9fJzzb3XO49xUAmaaXSmoZ9dvJfByNuko m4JYOj5dctwIgHLo+ufYmUsimi4yIrB8Q75rN3f8= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4ZbnpN119lz6vJd; Mon, 14 Apr 2025 13:15:24 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZbnpM6bpkz6vJR; Mon, 14 Apr 2025 13:15:23 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH emacs-team] gnu: Add emacs-lem. Date: Mon, 14 Apr 2025 15:15:09 +0200 Message-ID: <2e23ae78de9d697f56ecfa1a813ccdd2c26b8b59.1744636509.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.167.222.108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * 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 ------------=_1745242262-25509-1--