From unknown Thu Jun 19 16:24:00 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#53727] [PATCH] gnu: Add emacs-nano-modeline Resent-From: Niklas Eklund Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 02 Feb 2022 16:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53727 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53727@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164382047130394 (code B ref -1); Wed, 02 Feb 2022 16:48:01 +0000 Received: (at submit) by debbugs.gnu.org; 2 Feb 2022 16:47:51 +0000 Received: from localhost ([127.0.0.1]:53224 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFInO-0007u8-UX for submit@debbugs.gnu.org; Wed, 02 Feb 2022 11:47:51 -0500 Received: from lists.gnu.org ([209.51.188.17]:37968) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFInG-0007tA-RD for submit@debbugs.gnu.org; Wed, 02 Feb 2022 11:47:50 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42444) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFInG-0005YR-J5 for guix-patches@gnu.org; Wed, 02 Feb 2022 11:47:42 -0500 Received: from mout01.posteo.de ([185.67.36.65]:49163) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFInB-000688-T9 for guix-patches@gnu.org; Wed, 02 Feb 2022 11:47:40 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id C7370240028 for ; Wed, 2 Feb 2022 17:47:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1643820455; bh=6kwAU71dq8NWGlkhgIOwkn/xqspTHhzFDcGstUQOCOg=; h=From:To:Subject:Date:From; b=XlKO6Ji2GGLg+Y9JDsY7MBY0lsUpcNIGR08vixdKqWubjjArRffogQ0FrbA1D78nT CDImGxkgN5cmYCLwgdYDxCQRZn4GqbmQItSVIARkrqlWn8tb78Rr+giXkQ3i8erAki szjuZS8XbPzSW3D2JIs4seF3zoO87WaHqiTsVonUVKjFMB1cp/KzyO1P62GTzZ1Y14 tJRPuoY/eIsTFcgtpqq+WRQ1ruS5QXtbutnYeHMxQdG2N894qlXj26xZUtt1Baxklg oN1b1X1Aow7FqRPW4I8byyagzZ1sxGTgXAQgJSW7MIcojVcAMwXldPqr8kIwKzasU5 sHznFpQzVIFiw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Jpnlq2tgnz6tmh for ; Wed, 2 Feb 2022 17:47:35 +0100 (CET) From: Niklas Eklund Date: Wed, 02 Feb 2022 16:47:34 +0000 Message-ID: <87v8xxtduh.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.65; envelope-from=niklas.eklund@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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: -2.3 (--) --=-=-= Content-Type: text/plain Hello, this patch adds the emacs-nano-modeline package. /Niklas --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-emacs-nano-modeline.patch Content-Transfer-Encoding: quoted-printable Content-Description: emacs-nano-modeline >From 104b89a64cf8b88282a315d0b4af3310a7e2619c Mon Sep 17 00:00:00 2001 From: Niklas Eklund Date: Wed, 2 Feb 2022 17:42:33 +0100 Subject: [PATCH] gnu: Add emacs-nano-modeline. * gnu/packages/emacs-xyz.scm (emacs-nano-modeline): New variable. --- gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index b88302d967..46dac82501 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -997,6 +997,29 @@ (define-public emacs-minions @code{(global-set-key [S-down-mouse-3] 'minions-minor-modes-menu)}.") (license license:gpl3+))) =20 +(define-public emacs-nano-modeline + ;; No tagged release upstream, this commit is a couple of commits newer = than 0.5 + ;; because of an error related to make-obsolete-variable + (let ((commit "c5bf2a977f1a06936ceb7a1805d1e2cf1f92f616") + (revision "0")) + (package + (name "emacs-nano-modeline") + (version (git-version "0.5" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/rougier/nano-modeline") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02c38v9a71wc9p10pjnqymyaqk4sf3nc5i7df1j9qr5qrqwniq89"))= )) + (build-system emacs-build-system) + (home-page "https://github.com/rougier/nano-modeline") + (synopsis "GNU Emacs / N =CE=9B N O Modeline") + (description "Nano modeline is a minor mode for GNU/Emacs.") + (license license:gpl3+)))) + (define-public emacs-moody (package (name "emacs-moody") --=20 2.34.0 --=-=-=-- From unknown Thu Jun 19 16:24:00 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: Niklas Eklund Subject: bug#53727: closed (Re: [bug#53727] [PATCH] gnu: Add emacs-nano-modeline) Message-ID: References: <87zgn3fyan.fsf@nicolasgoaziou.fr> <87v8xxtduh.fsf@posteo.net> X-Gnu-PR-Message: they-closed 53727 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 53727@debbugs.gnu.org Date: Sun, 06 Feb 2022 22:04:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1644185042-26514-1" This is a multi-part message in MIME format... ------------=_1644185042-26514-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #53727: [PATCH] gnu: Add emacs-nano-modeline 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 53727@debbugs.gnu.org. --=20 53727: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D53727 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1644185042-26514-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 53727-done) by debbugs.gnu.org; 6 Feb 2022 22:03:22 +0000 Received: from localhost ([127.0.0.1]:40020 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGpcw-0006sh-B3 for submit@debbugs.gnu.org; Sun, 06 Feb 2022 17:03:22 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:55033) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGpcu-0006sT-H8 for 53727-done@debbugs.gnu.org; Sun, 06 Feb 2022 17:03:21 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id C7585C0002; Sun, 6 Feb 2022 22:03:13 +0000 (UTC) From: Nicolas Goaziou To: Niklas Eklund Subject: Re: [bug#53727] [PATCH] gnu: Add emacs-nano-modeline References: <87v8xxtduh.fsf@posteo.net> Date: Sun, 06 Feb 2022 23:03:12 +0100 In-Reply-To: <87v8xxtduh.fsf@posteo.net> (Niklas Eklund's message of "Wed, 02 Feb 2022 16:47:34 +0000") Message-ID: <87zgn3fyan.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53727-done Cc: 53727-done@debbugs.gnu.org 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.7 (-) Hello, Niklas Eklund writes: > +(define-public emacs-nano-modeline > + ;; No tagged release upstream, this commit is a couple of commits newe= r than 0.5 > + ;; because of an error related to make-obsolete-variable > + (let ((commit "c5bf2a977f1a06936ceb7a1805d1e2cf1f92f616") > + (revision "0")) Applied. Thank you. > + (synopsis "GNU Emacs / N =CE=9B N O Modeline") > + (description "Nano modeline is a minor mode for GNU/Emacs.") I tried to make synopsis and description more informative. Regards, --=20 Nicolas Goaziou ------------=_1644185042-26514-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Feb 2022 16:47:51 +0000 Received: from localhost ([127.0.0.1]:53224 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFInO-0007u8-UX for submit@debbugs.gnu.org; Wed, 02 Feb 2022 11:47:51 -0500 Received: from lists.gnu.org ([209.51.188.17]:37968) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFInG-0007tA-RD for submit@debbugs.gnu.org; Wed, 02 Feb 2022 11:47:50 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42444) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFInG-0005YR-J5 for guix-patches@gnu.org; Wed, 02 Feb 2022 11:47:42 -0500 Received: from mout01.posteo.de ([185.67.36.65]:49163) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFInB-000688-T9 for guix-patches@gnu.org; Wed, 02 Feb 2022 11:47:40 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id C7370240028 for ; Wed, 2 Feb 2022 17:47:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1643820455; bh=6kwAU71dq8NWGlkhgIOwkn/xqspTHhzFDcGstUQOCOg=; h=From:To:Subject:Date:From; b=XlKO6Ji2GGLg+Y9JDsY7MBY0lsUpcNIGR08vixdKqWubjjArRffogQ0FrbA1D78nT CDImGxkgN5cmYCLwgdYDxCQRZn4GqbmQItSVIARkrqlWn8tb78Rr+giXkQ3i8erAki szjuZS8XbPzSW3D2JIs4seF3zoO87WaHqiTsVonUVKjFMB1cp/KzyO1P62GTzZ1Y14 tJRPuoY/eIsTFcgtpqq+WRQ1ruS5QXtbutnYeHMxQdG2N894qlXj26xZUtt1Baxklg oN1b1X1Aow7FqRPW4I8byyagzZ1sxGTgXAQgJSW7MIcojVcAMwXldPqr8kIwKzasU5 sHznFpQzVIFiw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Jpnlq2tgnz6tmh for ; Wed, 2 Feb 2022 17:47:35 +0100 (CET) From: Niklas Eklund To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-nano-modeline Date: Wed, 02 Feb 2022 16:47:34 +0000 Message-ID: <87v8xxtduh.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.65; envelope-from=niklas.eklund@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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: -2.3 (--) --=-=-= Content-Type: text/plain Hello, this patch adds the emacs-nano-modeline package. /Niklas --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-emacs-nano-modeline.patch Content-Transfer-Encoding: quoted-printable Content-Description: emacs-nano-modeline >From 104b89a64cf8b88282a315d0b4af3310a7e2619c Mon Sep 17 00:00:00 2001 From: Niklas Eklund Date: Wed, 2 Feb 2022 17:42:33 +0100 Subject: [PATCH] gnu: Add emacs-nano-modeline. * gnu/packages/emacs-xyz.scm (emacs-nano-modeline): New variable. --- gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index b88302d967..46dac82501 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -997,6 +997,29 @@ (define-public emacs-minions @code{(global-set-key [S-down-mouse-3] 'minions-minor-modes-menu)}.") (license license:gpl3+))) =20 +(define-public emacs-nano-modeline + ;; No tagged release upstream, this commit is a couple of commits newer = than 0.5 + ;; because of an error related to make-obsolete-variable + (let ((commit "c5bf2a977f1a06936ceb7a1805d1e2cf1f92f616") + (revision "0")) + (package + (name "emacs-nano-modeline") + (version (git-version "0.5" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/rougier/nano-modeline") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02c38v9a71wc9p10pjnqymyaqk4sf3nc5i7df1j9qr5qrqwniq89"))= )) + (build-system emacs-build-system) + (home-page "https://github.com/rougier/nano-modeline") + (synopsis "GNU Emacs / N =CE=9B N O Modeline") + (description "Nano modeline is a minor mode for GNU/Emacs.") + (license license:gpl3+)))) + (define-public emacs-moody (package (name "emacs-moody") --=20 2.34.0 --=-=-=-- ------------=_1644185042-26514-1--