From unknown Fri Aug 15 14:46: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#44798 <44798@debbugs.gnu.org> To: bug#44798 <44798@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-embark Reply-To: bug#44798 <44798@debbugs.gnu.org> Date: Fri, 15 Aug 2025 21:46:30 +0000 retitle 44798 [PATCH] gnu: Add emacs-embark reassign 44798 guix-patches submitter 44798 Niklas Eklund severity 44798 normal tag 44798 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 22 08:40:58 2020 Received: (at submit) by debbugs.gnu.org; 22 Nov 2020 13:40:58 +0000 Received: from localhost ([127.0.0.1]:47103 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kgpbu-0000IR-BR for submit@debbugs.gnu.org; Sun, 22 Nov 2020 08:40:58 -0500 Received: from lists.gnu.org ([209.51.188.17]:42980) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kgpbs-0000IJ-DE for submit@debbugs.gnu.org; Sun, 22 Nov 2020 08:40:57 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:47146) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kgpbs-0007Bd-37 for guix-patches@gnu.org; Sun, 22 Nov 2020 08:40:56 -0500 Received: from mout02.posteo.de ([185.67.36.66]:48853) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kgpbo-0000wj-Jq for guix-patches@gnu.org; Sun, 22 Nov 2020 08:40:55 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 914CA2400FC for ; Sun, 22 Nov 2020 14:40:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1606052450; bh=ZsmhrJ9JLfPFT5rmZCEGxbqbDvWqEZP2LgJERtqlZ7g=; h=From:To:Subject:Date:From; b=mytZjrUDzaQ+cUkM9zWmUEhD5MVT34SXDXmLohsZ6L69BIzgWdqEqcSh6B00KwWqj E0rCPhUSRU3blOB9pwsgXW4VvridEe/zJnvYPzWcJYl8bDpUaSnwHmvmHrLqxpLbCH M7gfPo9XUNSQSp77Dc+2xbiJi4p+i1P5SXQMvuF89O4s7tOMmvwewvbh1Ojob7cIrt eWl3NxbXRVXf2qNPlLSH2gFzZWVfu8TIsGTGvcn0ZtAbn1wTolGr37nr16rUGbnP/y 2hkoOoPofzbqZLR7ZwyjSkGAZvbl2L5JyY1VVkSgB58IKwGx2duYWlhTIzzQTXoZY2 iNEY0RlW8/i7w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CfBJ2165Dz9rxL for ; Sun, 22 Nov 2020 14:40:50 +0100 (CET) From: Niklas Eklund To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-embark Date: Sun, 22 Nov 2020 14:40:51 +0100 Message-ID: <8736118q70.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-Add-emacs-embark.patch Content-Description: patch Received-SPF: pass client-ip=185.67.36.66; envelope-from=niklas.eklund@posteo.net; helo=mout02.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, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 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 (--) >From 66d82a0666005301bc191c639cc3f5bcfc0fe5af Mon Sep 17 00:00:00 2001 From: Niklas Eklund Date: Sun, 22 Nov 2020 14:39:11 +0100 Subject: [PATCH] gnu: Add emacs-embark. * gnu/packages/emacs-xyz.scm (emacs-embark): New variable. --- gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 885487bf17..6edf8ac99a 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -6719,6 +6719,34 @@ background of file-visiting buffers (and certain aspects of the UI) to make them easier to distinguish from other, less important buffers.") (license license:expat))) +(define-public emacs-embark + ;; There are no tagged releases upstream on gitlab, instead we are using + ;; the most recent commit. + (let ((commit "dc20b4e53c4ce1ad91100dfeb093115f2cc0b210") + (revision "0")) + (package + (name "emacs-embark") + (version (git-version "0.6" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/oantolin/embark") + (commit commit))) + (sha256 + (base32 "1jrvdlwip7zll5ixlnk9l0apr8hj60ysqfc47q3k4hhfyl9rawbq")) + (file-name (git-file-name name version)))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-avy" ,emacs-avy))) + (home-page "https://github.com/oantolin/embark") + (synopsis "Emacs Mini-Buffer Actions Rooted in Keymaps") + (description + "This package provides a command embark-act (and a variant +embark-act-noexit), to execute actions on the top minibuffer completion +canidate: the one that would be chosen by minibuffer-force-complete") + (license license:gpl3+)))) + (define-public emacs-prescient (package (name "emacs-prescient") -- 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 23 13:45:16 2020 Received: (at 44798-done) by debbugs.gnu.org; 23 Nov 2020 18:45:16 +0000 Received: from localhost ([127.0.0.1]:51133 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1khGpw-0002gU-6l for submit@debbugs.gnu.org; Mon, 23 Nov 2020 13:45:16 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:41048) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1khGpt-0002gK-37 for 44798-done@debbugs.gnu.org; Mon, 23 Nov 2020 13:45:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:To:From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=mvzFuxcs1AyID+1Fo88Cc6oUS/Wd1JHwuJziYD/9vw0=; b=SLbhYPKpfTD3G8CNrb5Bs0zsK bS88synUJbMy89wOJGzWwgc+zEv6eDgS4fUkcUl8fyO8WNwMdfNNU6rSoM7fSHqOF6Q9BMRoEbyKr x/ht2lyA4AXeaWyA0O0hJBBZEW2UcUSuxi85VWh5PbJOgQfYAD2EJK7rr6dQvQf9/xwvxI4P8yO4E IhyW36UTM8QGrnTMmCB11CY1U3BAL8qfDkX+8bROwUTmP8uQXOuj3P30/Eg5r7myZlSyvqt6X393N T/F0zvuxKPfit1c3FRCrMFUeTKXI1EUkx1FqL2qHk3oGxjEIANeUsLOwnxKQ7Guno7fKapLOIuvVI c0BXL0MzA==; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1khGmi-000q3o-0u; Tue, 24 Nov 2020 00:11:56 +0530 From: Arun Isaac To: Niklas Eklund , 44798-done@debbugs.gnu.org Subject: Re: [bug#44798] [PATCH] gnu: Add emacs-embark In-Reply-To: <8736118q70.fsf@posteo.net> References: <8736118q70.fsf@posteo.net> Date: Tue, 24 Nov 2020 00:15:09 +0530 Message-ID: <87a6v7syiy.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 44798-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 (-) Thanks for the patch! I pushed to master with the following minor edits. > + ;; There are no tagged releases upstream on gitlab, instead we are using > + ;; the most recent commit. I think you meant github, not gitlab. > + (let ((commit "dc20b4e53c4ce1ad91100dfeb093115f2cc0b210") > + (revision "0")) > + (package > + (name "emacs-embark") > + (version (git-version "0.6" revision commit)) > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/oantolin/embark") > + (commit commit))) > + (sha256 > + (base32 "1jrvdlwip7zll5ixlnk9l0apr8hj60ysqfc47q3k4hhfyl9rawbq")) > + (file-name (git-file-name name version)))) > + (build-system emacs-build-system) > + (propagated-inputs > + `(("emacs-avy" ,emacs-avy))) > + (home-page "https://github.com/oantolin/embark") > + (synopsis "Emacs Mini-Buffer Actions Rooted in Keymaps") I capitalized only the first letter of the first word---Emacs. I downcased the rest. > + (description > + "This package provides a command embark-act (and a variant > +embark-act-noexit), to execute actions on the top minibuffer completion > +canidate: the one that would be chosen by minibuffer-force-complete") I started the string "This package..." on the same line as description, and added a period after minibuffer-force-complete. From unknown Fri Aug 15 14:46: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, 22 Dec 2020 12:24:11 +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