[PATCH] gnu: emacs-bash-completion: Update to 3.1.1-1.b38f9bc.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • simon
Owner
unassigned
Submitted by
simon
Severity
normal

Debbugs page

simon wrote 2 years ago
(address . guix-patches@gnu.org)(name . Simon Streit)(address . simon@netpanic.org)
9eba3cae75d3d78c06055808f07dacc57003be65.1678571894.git.simon@netpanic.org
From: Simon Streit <simon@netpanic.org>

* gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to
3.1.1-1.b38f9bc.

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(-)

Toggle diff (32 lines)
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
Nicolas Goaziou wrote 2 years ago
(address . simon@netpanic.org)(address . 62131-done@debbugs.gnu.org)
87h6ujdbse.fsf@nicolasgoaziou.fr
Hello,

simon@netpanic.org writes:

Toggle quote (3 lines)
> * gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to
> 3.1.1-1.b38f9bc.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 62131@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62131
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help