GNU bug report logs - #77729
[PATCH] gnu: Add emacs-affe.

Previous Next

Package: guix-patches;

Reported by: Kurome <hunt31999 <at> gmail.com>

Date: Fri, 11 Apr 2025 08:55:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andreas Enge <andreas <at> enge.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77729: closed ([PATCH] gnu: Add emacs-affe.)
Date: Mon, 16 Jun 2025 11:55:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 16 Jun 2025 13:54:11 +0200
with message-id <aFAF49Mib0M-ZScv <at> jurong>
and subject line Re: [PATCH v2] gnu: Add emacs-affe.
has caused the debbugs.gnu.org bug report #77729,
regarding [PATCH] gnu: Add emacs-affe.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
77729: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77729
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Kurome <hunt31999 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [PATCH] gnu: Add emacs-affe.
Date: Fri, 11 Apr 2025 17:53:48 +0900
* gnu/packages/emacs-xyz.scm (emacs-affe): New variable.

Change-Id: Iec76bcf2a489830dfd352c80e00f8870a29fe386
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 421b9b4cfa..e727468958 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2205,6 +2205,30 @@ (define-public emacs-meyvn
        "This package provides an Emacs client for the @url{https://meyvn.org, Meyvn} build tool.")
       (license license:gpl3+))))
 
+(define-public emacs-affe
+  (package
+    (name "emacs-affe")
+    (version "0.9")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/minad/affe")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "166v7d120hbk6vczj1iam85xivk6wwpvga8m0vxgcii19issh5b3"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-consult))
+    (home-page "https://github.com/minad/affe")
+    (synopsis "Asynchronous fuzzy finder for Emacs")
+    (description "This package provides Affe, an asynchronous fuzzy finder for
+GNU Emacs written in pure Emacs Lisp. It spawns an external producer process,
+such as @command{find} or @command{grep}, and filters the output asynchronously.
+The UI remains responsive, and results are shown via the Consult interface.
+Affe is experimental and best suited for small to medium projects.")
+    (license license:gpl3+)))
+
 (define-public emacs-fzf
   (let ((commit "21912ebc7e1084aa88c9d8b7715e782a3978ed23")
         (revision "0"))
-- 
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: Kurome <hunt31999 <at> gmail.com>
Cc: 77729-done <at> debbugs.gnu.org
Subject: Re: [PATCH v2] gnu: Add emacs-affe.
Date: Mon, 16 Jun 2025 13:54:11 +0200
Pushed, thanks!

Andreas



This bug report was last modified 2 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.