GNU bug report logs -
#77796
[PATCH emacs-team] gnu: emacs-key-chord: Update to 0.8.2.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 14 Jun 2025 20:04:12 +0200
with message-id <aE25nPTSrPhYLl8v <at> jurong>
and subject line Close
has caused the debbugs.gnu.org bug report #77796,
regarding [PATCH emacs-team] gnu: emacs-key-chord: Update to 0.8.2.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77796: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77796
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-key-chord): Update to 0.8.2.
Change-Id: I784333689ebcb50501bd6a59055b6d39a0f4b6cd
---
gnu/packages/emacs-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 82831f0595..4a60a83b47 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22287,18 +22287,19 @@ (define-public emacs-transpose-mark
(define-public emacs-key-chord
(package
(name "emacs-key-chord")
- (version "0.7.1")
+ (version "0.8.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emacsorphanage/key-chord")
- (commit version)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "1ikg1kfyb8rgms5yvvg4117kmzw2jlq8h1wyq2l93my99c5qwm2g"))))
+ "1lr5vgkcn13vq0lhyxl4lvwqnmvyf3kk5fs705qrv56l2hl4k2rm"))))
(build-system emacs-build-system)
+ (arguments (list #:tests? #f)) ; no tests
(home-page "https://www.emacswiki.org/emacs/key-chord.el")
(synopsis "Map pairs of simultaneously pressed keys to Emacs commands")
(description "@code{emacs-key-chord} provides @code{key-chord-mode}, a
base-commit: 373545dc9efbae6589f502773aa49e26e42c585e
--
2.49.0
[Message part 3 (message/rfc822, inline)]
Duplicate of a different commit on emacs-team branch.
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.