From unknown Wed Jun 18 23:00:48 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#53727 <53727@debbugs.gnu.org> To: bug#53727 <53727@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-nano-modeline Reply-To: bug#53727 <53727@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:00:48 +0000 retitle 53727 [PATCH] gnu: Add emacs-nano-modeline reassign 53727 guix-patches submitter 53727 Niklas Eklund severity 53727 normal tag 53727 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 02 11:47:51 2022 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 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 06 17:03:22 2022 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 From unknown Wed Jun 18 23:00:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 07 Mar 2022 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator