GNU bug report logs - #53813
[PATCH] gnu: Add emacs-consult-dir.

Previous Next

Package: guix-patches;

Reported by: Andrew Tropin <andrew <at> trop.in>

Date: Sun, 6 Feb 2022 05:01:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#53813: closed ([PATCH] gnu: Add emacs-consult-dir.)
Date: Sun, 06 Feb 2022 22:14:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 06 Feb 2022 23:13:30 +0100
with message-id <87o83jfxth.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#53813] [PATCH] gnu: Add emacs-consult-dir.
has caused the debbugs.gnu.org bug report #53813,
regarding [PATCH] gnu: Add emacs-consult-dir.
to be marked as done.

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


-- 
53813: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53813
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andrew Tropin <andrew <at> trop.in>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-consult-dir.
Date: Sun, 6 Feb 2022 07:58:46 +0300
[Message part 3 (text/plain, inline)]
* gnu/packages/emacs-xyz.scm (emacs-consult-dir): New variable.
---
 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 444b761116..6bdfb8de04 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30090,3 +30090,28 @@ (define-public emacs-fennel-mode
      "Fennel mode provides font-lock, indentation, navigation, and REPL for
  Fennel code within Emacs.")
     (license license:gpl3+)))
+
+(define-public emacs-consult-dir
+  (package
+   (name "emacs-consult-dir")
+   (version "0.1")
+   (source (origin
+            (method git-fetch)
+            (uri (git-reference
+                  (url "https://github.com/karthink/consult-dir")
+                  (commit (string-append "v" version))))
+            (sha256
+             (base32 "1cff4ssrn1mw2s5n090pdmwdirnfih8idg5f0ll2bi2djc4hq5kn"))
+            (file-name (git-file-name name version))))
+   (build-system emacs-build-system)
+   (license license:gpl3+)
+   (propagated-inputs (list emacs-consult))
+   (home-page "https://github.com/karthink/consult-dir")
+   (synopsis "Insert paths into minibuffer prompts in Emacs")
+   (description "Consult-dir allows you to easily insert directory
+paths into the minibuffer prompt in Emacs.
+
+When using the minibuffer, you can switch - with completion and
+filtering provided by your completion setup - to any directory you’ve
+visited recently, or to a project or bookmarked directory. The
+minibuffer prompt will be replaced with the directory you choose.")))
-- 
2.34.0

[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Andrew Tropin <andrew <at> trop.in>
Cc: 53813-done <at> debbugs.gnu.org
Subject: Re: [bug#53813] [PATCH] gnu: Add emacs-consult-dir.
Date: Sun, 06 Feb 2022 23:13:30 +0100
Hello,

Andrew Tropin <andrew <at> trop.in> writes:

> * gnu/packages/emacs-xyz.scm (emacs-consult-dir): New variable.

Thank you.

I fixed indentation, typographic issues in the description and moved the
package definition elsewhere than at the bottom of the module.

Applied!

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 3 years and 107 days ago.

Previous Next


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