From unknown Fri Jun 20 07:08:59 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#45757 <45757@debbugs.gnu.org> To: bug#45757 <45757@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-consult Reply-To: bug#45757 <45757@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:08:59 +0000 retitle 45757 [PATCH] gnu: Add emacs-consult reassign 45757 guix-patches submitter 45757 Brit Butler severity 45757 normal tag 45757 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 10 01:26:22 2021 Received: (at submit) by debbugs.gnu.org; 10 Jan 2021 06:26:22 +0000 Received: from localhost ([127.0.0.1]:53013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kyUBB-0005DD-MP for submit@debbugs.gnu.org; Sun, 10 Jan 2021 01:26:22 -0500 Received: from lists.gnu.org ([209.51.188.17]:44208) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kySKk-00029h-7H for submit@debbugs.gnu.org; Sat, 09 Jan 2021 23:28:08 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45566) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kySKi-00038J-TN for guix-patches@gnu.org; Sat, 09 Jan 2021 23:28:05 -0500 Received: from out0.migadu.com ([2001:41d0:2:267::]:16268) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kySKf-0001Zi-Oo for guix-patches@gnu.org; Sat, 09 Jan 2021 23:28:04 -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=1610252876; 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=EWidFBPEEFSnuTTZH/QLgSf4f3CAGiWFvAEZffuxYpI=; b=h4JkbXbaDP0PQFg/Vi1bX27xDy/cyd/9sM6xpqMW8MtQVjbbIJ2nfC7hc5XHjSpDmpJZrC 8uC7qPtZ8YWzCUpjGA0KVCyNdafqVarpYACESPLYiaMBNKxiCrbDZHcl8dhEUn57zBXyQc 4NVDPiBQnQo6Vsz2LZpbzAXtJepT+ynpJZH6V411LLVErlp/PBAx90tGMejgmc2DDsXvS2 Ki9DB7q5TIfzNuopVEokp8m7Am21Up6regAu9GNbka31Tq3EohKgnDcEwQgbwZQczrPfE3 xFsZQKOqy3PQWq0ibCqy0FLjenJq2D8XCuyjFHGc41vFEASfMxgo43fA/qQZbQ== From: Brit Butler To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-consult Message-ID: <87ft39l8l9.fsf@kingcons.io> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: brit@kingcons.io Date: Sun, 10 Jan 2021 04:27:55 GMT Received-SPF: pass client-ip=2001:41d0:2:267::; envelope-from=brit@kingcons.io; helo=out0.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, 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-Mailman-Approved-At: Sun, 10 Jan 2021 01:26:13 -0500 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 (--) --=-=-= Content-Type: text/plain Hello there, Have found this library handy and thought I'd submit a package for it. First time making a Guix package so please let me know if I missed anything. Regards, Brit --=-=-= Content-Type: text/plain; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-emacs-consult.patch Content-Transfer-Encoding: quoted-printable Content-Description: emacs-consult patch >From 9e89f4b50b6402252b17d2f14148b68d552c9fe5 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Sat, 9 Jan 2021 23:18:04 -0500 Subject: [PATCH] gnu: Add emacs-consult. * gnu/packages/emacs-xyz.scm (emacs-consult): 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 c86452fe2b..8826c490fb 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -89,6 +89,7 @@ ;;; Copyright =C2=A9 2020 Andr=C3=A9 A. Gomes ;;; Copyright =C2=A9 2020 Jonathan Rostran ;;; Copyright =C2=A9 2020 Noah Evans +;;; Copyright =C2=A9 2020 Brit Butler ;;; ;;; This file is part of GNU Guix. ;;; @@ -6983,6 +6984,33 @@ any one of several ways: literally, as a regexp, as = an initialism, in the flex style, or as multiple word prefixes.") (license license:gpl3+))) =20 +(define-public emacs-consult + ;; There are no tagged releases upstream on GitHub, instead we are using= the + ;; most recent commit. + (let ((commit "ef6bb73a4a46e686826968fa25169e2d59b9a087") + (revision "0")) + (package + (name "emacs-consult") + (version (git-version "0.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/minad/consult") + (commit commit))) + (sha256 + (base32 "00cnwg2knd820wwx6zg71rr0whpdhqm64gm3qx1mgklk79g7daih")) + (file-name (git-file-name name version)))) + (build-system emacs-build-system) + (propagated-inputs `(("emacs-flycheck" ,emacs-flycheck) + ("emacs-selectrum" ,emacs-selectrum))) + (home-page "https://github.com/minad/consult") + (synopsis "Consulting completing-read") + (description "This package provides various handy commands based on = the +Emacs completion function completing-read, which allows to quickly select = from a +list of candidates.") + (license gpl3+)))) + (define-public emacs-smartparens (package (name "emacs-smartparens") --=20 2.30.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 10 10:03:53 2021 Received: (at 45757) by debbugs.gnu.org; 10 Jan 2021 15:03:53 +0000 Received: from localhost ([127.0.0.1]:54648 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kycG1-00008C-If for submit@debbugs.gnu.org; Sun, 10 Jan 2021 10:03:53 -0500 Received: from out0.migadu.com ([94.23.1.103]:12488) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kycFw-00007r-SS for 45757@debbugs.gnu.org; Sun, 10 Jan 2021 10:03:51 -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=1610291027; 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=fQ9DjaURFzdkyOX+dic1uiYpxNsiVYUQ/qozBi2TgGM=; b=oYs9AR2lIJYlKyDpvZpIEMDQU07SOuy11gpURKV8I28Tj46Bf1xCrPhlvlrlM7v6uE89Q/ lBEn/ZMpKlGExv4vSPYXsKKgsmdeTOWRJ55OnDpjz2gG/mD05decLa6k+HOHQK2gCGKfie WoHSB98tvp94n168KKWQObzXu86qZpFnProhrv4Lfcsymg3mwfw3h5GHMG5Rg4f1dmWUab 1KMrKMGkJfNvM0yoMeUidO/JwjTIFkzTMlM/kXZXi7WbnJqRuE0kvCaLYyOV9mxt+ZqV2r WZ/Z7Q1BZjSsX2AOm23KfKhpDiM7Z887a2AQ+ljMoXidyUsyXPzOmbsbZUMF2A== From: Brit Butler To: 45757@debbugs.gnu.org Subject: [PATCH] Add emacs-consult. Message-ID: <87im84n8ah.fsf@kingcons.io> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: brit@kingcons.io Date: Sun, 10 Jan 2021 15:03:46 GMT X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 45757 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 Good Morning, I realized I made an error in the license field of my patch last night transferring it from a solo file into guix/.../emacs-xyz.scm. Apologies! Corrected patch is below. Regards, Brit --=-=-= Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-emacs-consult.patch Content-Transfer-Encoding: quoted-printable Content-Description: Corrected emacs-consult patch >From cc84e0fbf9fd80e0478bd206f19ffe2862dfc6ce Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Sat, 9 Jan 2021 23:18:04 -0500 Subject: [PATCH] gnu: Add emacs-consult. * gnu/packages/emacs-xyz.scm (emacs-consult): 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 c86452fe2b..64b4642251 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -89,6 +89,7 @@ ;;; Copyright =C2=A9 2020 Andr=C3=A9 A. Gomes ;;; Copyright =C2=A9 2020 Jonathan Rostran ;;; Copyright =C2=A9 2020 Noah Evans +;;; Copyright =C2=A9 2020 Brit Butler ;;; ;;; This file is part of GNU Guix. ;;; @@ -6983,6 +6984,33 @@ any one of several ways: literally, as a regexp, as = an initialism, in the flex style, or as multiple word prefixes.") (license license:gpl3+))) =20 +(define-public emacs-consult + ;; There are no tagged releases upstream on GitHub, instead we are using= the + ;; most recent commit. + (let ((commit "ef6bb73a4a46e686826968fa25169e2d59b9a087") + (revision "0")) + (package + (name "emacs-consult") + (version (git-version "0.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/minad/consult") + (commit commit))) + (sha256 + (base32 "00cnwg2knd820wwx6zg71rr0whpdhqm64gm3qx1mgklk79g7daih")) + (file-name (git-file-name name version)))) + (build-system emacs-build-system) + (propagated-inputs `(("emacs-flycheck" ,emacs-flycheck) + ("emacs-selectrum" ,emacs-selectrum))) + (home-page "https://github.com/minad/consult") + (synopsis "Consulting completing-read") + (description "This package provides various handy commands based on = the +Emacs completion function completing-read, which allows to quickly select = from a +list of candidates.") + (license license:gpl3+)))) + (define-public emacs-smartparens (package (name "emacs-smartparens") --=20 2.30.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 11 15:28:55 2021 Received: (at 45757-done) by debbugs.gnu.org; 11 Jan 2021 20:28:55 +0000 Received: from localhost ([127.0.0.1]:58376 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kz3o7-0004eh-DL for submit@debbugs.gnu.org; Mon, 11 Jan 2021 15:28:55 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:34974) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kz3o5-0004eY-HH for 45757-done@debbugs.gnu.org; Mon, 11 Jan 2021 15:28:54 -0500 Received: from nijino.local (217-149-169-137.nat.highway.telekom.at [217.149.169.137]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4DF4zj52jfz3wPx; Mon, 11 Jan 2021 21:28:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1610396929; bh=U8fux2NJD7ciso7ISFmaTCPTQnsznPVvfsN57g45u78=; h=Subject:From:To:Cc:Date:In-Reply-To; b=r4pEXbDpJ0iqez+KK/YnHLCfKL3UYusk586au7O3o7EW/9umQzyK1sWtSUrjNpdlV N73yQMfNOO1qIVP9Zca94aAhWAxY8M5I8H2sCjPqhChxI1KxlbZJWMbAak9HTMq2c+ PA7gLUpDXSTOb3SAUe7O32QG2XYkga+2F/nGkssY= Message-ID: <21c8d9dfad8c57ac525448ac73ee1a2728f0bec7.camel@student.tugraz.at> Subject: [bug#45757] [PATCH] Add emacs-consult. From: Leo Prikler To: brit@kingcons.io Date: Mon, 11 Jan 2021 21:28:48 +0100 In-Reply-To: 87im84n8ah.fsf@kingcons.io Content-Type: text/plain User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45757-done Cc: 45757-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: -3.3 (---) Pushed, thanks! Leo. From unknown Fri Jun 20 07:08:59 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:09 +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