GNU bug report logs -
#53813
[PATCH] gnu: Add emacs-consult-dir.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53813 in the body.
You can then email your comments to 53813 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#53813
; Package
guix-patches
.
(Sun, 06 Feb 2022 05:01:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andrew Tropin <andrew <at> trop.in>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 06 Feb 2022 05:01:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#53813
; Package
guix-patches
.
(Sun, 06 Feb 2022 09:47:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 53813 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Andrew Tropin schreef op zo 06-02-2022 om 07:58 [+0300]:
> +When using the minibuffer, you can switch - with completion and
> +filtering provided by your completion setup - to any directory
> you’ve
Typographically, these should be two or three dashes (or a fancy
unicode em dash or figure dash, not sure which one exactly), not a
single dash, typographically speaking.
Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 06 Feb 2022 22:14:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andrew Tropin <andrew <at> trop.in>
:
bug acknowledged by developer.
(Sun, 06 Feb 2022 22:14:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 53813-done <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#53813
; Package
guix-patches
.
(Mon, 07 Feb 2022 15:13:01 GMT)
Full text and
rfc822 format available.
Message #16 received at 53813 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 2022-02-06 22:14, GNU bug Tracking System wrote:
> Your bug report
>
> #53813: [PATCH] gnu: Add emacs-consult-dir.
>
> which was filed against the guix-patches package, has been closed.
>
> The explanation is attached below, along with your original report.
> If you require more details, please reply to 53813 <at> debbugs.gnu.org.
>
> --
> 53813: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53813
> GNU Bug Tracking System
> Contact help-debbugs <at> gnu.org with problems
> From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
> Subject: Re: [bug#53813] [PATCH] gnu: Add emacs-consult-dir.
> To: Andrew Tropin <andrew <at> trop.in>
> Cc: 53813-done <at> debbugs.gnu.org
> 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!
Oops, I'm a little bit late. Thank you very much for fixing it!)
Maxime, thank you for catching the issue :)
>
> Regards,
> --
> Nicolas Goaziou
>
> From: Andrew Tropin <andrew <at> trop.in>
> Subject: [PATCH] gnu: Add emacs-consult-dir.
> To: guix-patches <at> gnu.org
> Date: Sun, 06 Feb 2022 07:58:46 +0300
>
>
> * 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.")))
--
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 08 Mar 2022 12:24:05 GMT)
Full text and
rfc822 format available.
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.