GNU bug report logs -
#77729
[PATCH] gnu: Add emacs-affe.
Previous Next
To reply to this bug, email your comments to 77729 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#77729
; Package
guix-patches
.
(Fri, 11 Apr 2025 08:55:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kurome <hunt31999 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Fri, 11 Apr 2025 08:55:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77729
; Package
guix-patches
.
(Sat, 12 Apr 2025 17:02:05 GMT)
Full text and
rfc822 format available.
Message #8 received at 77729 <at> debbugs.gnu.org (full text, mbox):
+ (build-system emacs-build-system)
Could you please explicitly disable the tests ?
(arguments (list #:tests? #f)) ; no tests
This becomes mandatory in case there are no tests in the package.
Additionally, could you build also the affe.info file ? You may get
inspiration in "emacs-corfu" package.
Thanks !
C.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77729
; Package
guix-patches
.
(Sun, 13 Apr 2025 01:41:04 GMT)
Full text and
rfc822 format available.
Message #11 received at 77729 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-affe): New variable.
Change-Id: Iec76bcf2a489830dfd352c80e00f8870a29fe386
---
gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 421b9b4cfa..35f1f0818c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2205,6 +2205,31 @@ (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)
+ (arguments (list #:tests? #f)) ; no tests
+ (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
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Mon, 16 Jun 2025 11:55:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Kurome <hunt31999 <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 16 Jun 2025 11:55:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 77729-done <at> debbugs.gnu.org (full text, mbox):
Pushed, thanks!
Andreas
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.