Control: tags 1098905 + patch Control: tags 1098905 + pending
Dear Thorsten, I've prepared an update for key-chord-el (versioned as 0.6-8.1). Can you check the patch is fine. I will upload to archive soon with this patch Regards.
diff -Nru key-chord-el-0.6/debian/changelog key-chord-el-0.6/debian/changelog --- key-chord-el-0.6/debian/changelog 2025-04-03 13:27:35.000000000 +0530 +++ key-chord-el-0.6/debian/changelog 2025-04-30 20:53:16.000000000 +0530 @@ -1,3 +1,11 @@ +key-chord-el (0.6-8.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove `sit-for` argument for make compatible with emacs 30. + (Closes: #1098905) + + -- Abhijith PA <abhij...@debian.org> Wed, 30 Apr 2025 20:53:16 +0530 + key-chord-el (0.6-8) unstable; urgency=medium * Orphan package. diff -Nru key-chord-el-0.6/debian/patches/make-sit-for-compatible-with-emacs-30.patch key-chord-el-0.6/debian/patches/make-sit-for-compatible-with-emacs-30.patch --- key-chord-el-0.6/debian/patches/make-sit-for-compatible-with-emacs-30.patch 1970-01-01 05:30:00.000000000 +0530 +++ key-chord-el-0.6/debian/patches/make-sit-for-compatible-with-emacs-30.patch 2025-04-30 20:52:06.000000000 +0530 @@ -0,0 +1,19 @@ +Description: Make elpa-key-chord compatible with emacs 30 + Please see https://bugs.debian.org/1098905 +Author: Abhijith PA <abhij...@debian.org> +Bug: <upstream-bugtracker-url> +Bug-Debian: https://bugs.debian.org/1098905 +Forwarded: not-needed +Last-Update: 2025-04-30 + +--- key-chord-el-0.6.orig/key-chord.el ++++ key-chord-el-0.6/key-chord.el +@@ -337,7 +337,7 @@ Please ignore that." + (when (bound-and-true-p eldoc-mode) + (eldoc-pre-command-refresh-echo-area)) + +- (sit-for delay 0 'no-redisplay)) ++ (sit-for delay 'no-redisplay)) + (progn + (setq key-chord-last-unmatched nil) + (list first-char)) diff -Nru key-chord-el-0.6/debian/patches/series key-chord-el-0.6/debian/patches/series --- key-chord-el-0.6/debian/patches/series 2025-04-03 13:27:35.000000000 +0530 +++ key-chord-el-0.6/debian/patches/series 2025-04-30 20:49:32.000000000 +0530 @@ -1,3 +1,4 @@ prevent-eldoc-from-flickering.patch Don-t-fail-if-eldoc-mode-is-undefined.patch Fix-of-key-chord-unset-global.patch +make-sit-for-compatible-with-emacs-30.patch