From unknown Sat Aug 16 15:56:30 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#45810 <45810@debbugs.gnu.org> To: bug#45810 <45810@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-marginalia. Reply-To: bug#45810 <45810@debbugs.gnu.org> Date: Sat, 16 Aug 2025 22:56:30 +0000 retitle 45810 [PATCH] gnu: Add emacs-marginalia. reassign 45810 guix-patches submitter 45810 Brit Butler severity 45810 normal tag 45810 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 11 22:58:27 2021 Received: (at submit) by debbugs.gnu.org; 12 Jan 2021 03:58:27 +0000 Received: from localhost ([127.0.0.1]:58892 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzAp8-0001jc-2h for submit@debbugs.gnu.org; Mon, 11 Jan 2021 22:58:27 -0500 Received: from lists.gnu.org ([209.51.188.17]:60168) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzAp5-0001jT-1T for submit@debbugs.gnu.org; Mon, 11 Jan 2021 22:58:24 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43448) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzAp3-00018L-P7 for guix-patches@gnu.org; Mon, 11 Jan 2021 22:58:22 -0500 Received: from out1.migadu.com ([91.121.223.63]:45094) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzAp1-0000Ni-3i for guix-patches@gnu.org; Mon, 11 Jan 2021 22:58:21 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kingcons.io; s=key1; t=1610423893; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=w5W/4FY2qWsULNA4gudnagpnnhdvwChuLwDgE3YhC1w=; b=h8uXhYyl2ecin0RXsCTqumvMoqg6ZZXsCEIKWKozxiuuH6ddw/1VRsbrv15Py//Z/FKJPc erBfTzAGx/1FOxz+wMkimlqe/Zp+ene+LsweYU20oaVS71s8r6/Y9/XxzwFEH6VsEUJvde IOunVF9R3R6kV9HNaK4WKHHXhZ/idaxARqzRO3VoTsljffNAXSACsXlPWFfdJxFM90iLDG 9tydL+5XP7uxFklx7AEG+gLXYyOAXOtVs3t9nlvFNs80cQ0Ua5wUx3JI80P4YYqrtU3VhP gj3aJyjCETqUL5Xt26GSl788/39UwlTacMj6L6k3R1x2NRtYOAhUEaDKvhFHBQ== From: Brit Butler To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-marginalia. Message-ID: <877doi6c33.fsf@kingcons.io> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: brit@kingcons.io Date: Tue, 12 Jan 2021 03:58:13 GMT Received-SPF: pass client-ip=91.121.223.63; envelope-from=brit@kingcons.io; helo=out1.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) * gnu/packages/emacs-xyz.scm (emacs-marginalia): New variable. --- gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 1defa61294..95bc87c18d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -7011,6 +7011,32 @@ Emacs completion function completing-read, which allows to quickly select from a list of candidates.") (license license:gpl3+)))) +(define-public emacs-marginalia + ;; There are no tagged releases upstream on GitHub, instead we are using the + ;; most recent commit. + (let ((commit "401993562dbf636054dd64988e44d19b5030867f") + (revision "0")) + (package + (name "emacs-marginalia") + (version (git-version "0.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/minad/marginalia") + (commit commit))) + (sha256 + (base32 "1j0k9ija5paidj7yvbagkkayz9bjwhia9yhmd2q4490ginbbxshs")) + (file-name (git-file-name name version)))) + (build-system emacs-build-system) + (home-page "https://github.com/minad/marginalia") + (synopsis "Marginalia in the minibuffer") + (description "This package provides marginalia-mode which adds marginalia +to the minibuffer completions. Marginalia are marks or annotations placed at the +margin of the page of a book or in this case helpful colorful annotations placed +at the margin of the minibuffer for your completion candidates.") + (license license:gpl3+)))) + (define-public emacs-smartparens (package (name "emacs-smartparens") -- 2.30.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 12 03:50:25 2021 Received: (at submit) by debbugs.gnu.org; 12 Jan 2021 08:50:25 +0000 Received: from localhost ([127.0.0.1]:59198 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzFNg-0003l4-Fc for submit@debbugs.gnu.org; Tue, 12 Jan 2021 03:50:25 -0500 Received: from lists.gnu.org ([209.51.188.17]:50992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzFNe-0003kr-LT for submit@debbugs.gnu.org; Tue, 12 Jan 2021 03:50:22 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52960) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzFNe-0000ag-DG for guix-patches@gnu.org; Tue, 12 Jan 2021 03:50:22 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:40095) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzFNc-0006UO-Dn for guix-patches@gnu.org; Tue, 12 Jan 2021 03:50:22 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 529E6E000A; Tue, 12 Jan 2021 08:50:15 +0000 (UTC) From: Nicolas Goaziou To: Brit Butler via Guix-patches via Subject: Re: [bug#45810] [PATCH] gnu: Add emacs-marginalia. References: <877doi6c33.fsf@kingcons.io> Date: Tue, 12 Jan 2021 09:50:15 +0100 In-Reply-To: <877doi6c33.fsf@kingcons.io> (Brit Butler via Guix-patches via's message of "Tue, 12 Jan 2021 03:58:13 GMT") Message-ID: <87wnwilet4.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.183.196; envelope-from=mail@nicolasgoaziou.fr; helo=relay4-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: 45810-done@debbugs.gnu.org, Brit Butler 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.6 (--) Hello, Brit Butler via Guix-patches via writes: > * gnu/packages/emacs-xyz.scm (emacs-marginalia): New variable. Applied, with the change below. > + (description "This package provides marginalia-mode which adds marginalia > +to the minibuffer completions. Marginalia are marks or annotations placed at the I added a second space after full stop above. Thank you. Regards, -- Nicolas Goaziou From unknown Sat Aug 16 15:56:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 09 Feb 2021 12:24:06 +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