GNU bug report logs -
#62131
[PATCH] gnu: emacs-bash-completion: Update to 3.1.1-1.b38f9bc.
Previous Next
Reported by: simon <at> netpanic.org
Date: Sat, 11 Mar 2023 22:11: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 62131 in the body.
You can then email your comments to 62131 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#62131
; Package
guix-patches
.
(Sat, 11 Mar 2023 22:11:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
simon <at> netpanic.org
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 11 Mar 2023 22:11:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Simon Streit <simon <at> netpanic.org>
* gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to
3.1.1-1.b38f9bc.
Fix an issue <https://github.com/szermatt/emacs-bash-completion/issues/63>
where in a new shell completion would break and cancel the whole shell
process with it.
---
gnu/packages/emacs-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 13caf6e882..8954a6f6bc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19642,11 +19642,11 @@ (define-public emacs-helm-slack
(license license:gpl3+))))
(define-public emacs-bash-completion
- ;; This commit includes unreleased fixes that make using completion inside
- ;; 'guix shell' possible (see:
- ;; https://github.com/szermatt/emacs-bash-completion/issues/62).
- (let ((commit "796a806c5531fc20afea590ba3c1d8a42fb793fc")
- (revision "0"))
+ ;; This commit fixes an issue that would brake the shell process if trying
+ ;; to complete a command (see:
+ ;; https://github.com/szermatt/emacs-bash-completion/issues/63).
+ (let ((commit "b38f9bca0c194ee3a79c19a14db3b38d1262ca8c")
+ (revision "1"))
(package
(name "emacs-bash-completion")
(version (git-version "3.1.1" revision commit))
@@ -19658,7 +19658,7 @@ (define-public emacs-bash-completion
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "13mdb5arifkwghdclvp23q336n49x2hgqnll7m1lg3nh6jgq8jvk"))))
+ (base32 "09didsy8l6q083djlf9xqqx4fbsisaq5j7vj8fj4qlwh34pfl94c"))))
(build-system emacs-build-system)
(arguments
(list
--
2.39.1
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Fri, 17 Mar 2023 08:27:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
simon <at> netpanic.org
:
bug acknowledged by developer.
(Fri, 17 Mar 2023 08:27:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 62131-done <at> debbugs.gnu.org (full text, mbox):
Hello,
simon <at> netpanic.org writes:
> * gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to
> 3.1.1-1.b38f9bc.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 14 Apr 2023 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 29 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.