[PATCH] gnu: emacs-ace-window: Update to 0.10.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
M
M
Michael Rohleder wrote on 5 Apr 2020 22:27
(address . guix-patches@gnu.org)
878sj9vftc.fsf@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-ace-window) Update to 0.10.0.
From c3dc065f9247c98ba90fbf3ec9c51abb06417269 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Sun, 5 Apr 2020 22:15:50 +0200
Subject: [PATCH] gnu: emacs-ace-window: Update to 0.10.0

* gnu/packages/emacs-xyz.scm (emacs-ace-window) Update to 0.10.0.
---
gnu/packages/emacs-xyz.scm | 45 ++++++++++++++++++--------------------
1 file changed, 21 insertions(+), 24 deletions(-)

Toggle diff (61 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0b0e8e53eb..7ce81fcfe9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5932,33 +5932,30 @@ windows.")
(license license:gpl3+)))
(define-public emacs-ace-window
- ;; last release version is from 2015
- (let ((commit "a5344925e399e1f015721cda6cf5db03c90ab87a")
- (revision "1"))
- (package
- (name "emacs-ace-window")
- (version (git-version "0.9.0" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/abo-abo/ace-window.git")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "18jm8gfgnf6ja9aarws5650lw2zfi3wdwc5j8r5ijn5fcqhfy7rc"))))
- (build-system emacs-build-system)
- (propagated-inputs
- `(("emacs-avy" ,emacs-avy)))
- (home-page "https://github.com/abo-abo/ace-window")
- (synopsis "Quickly switch windows in Emacs")
- (description
- "@code{ace-window} is meant to replace @code{other-window}.
+ (package
+ (name "emacs-ace-window")
+ (version "0.10.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/abo-abo/ace-window.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0f3r40d5yxp2pm2j0nn86s29nqj8py0jxjbj50v4ci3hsd92d8jl"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-avy" ,emacs-avy)))
+ (home-page "https://github.com/abo-abo/ace-window")
+ (synopsis "Quickly switch windows in Emacs")
+ (description
+ "@code{ace-window} is meant to replace @code{other-window}.
In fact, when there are only two windows present, @code{other-window} is
called. If there are more, each window will have its first character
highlighted. Pressing that character will switch to that window.")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public emacs-iedit
;; Last release version was in 2016.
--
2.26.0
--
"If the future navigation system [for interactive networked services on
the NII] looks like something from Microsoft, it will never work."
(Chairman of Walt Disney Television & Telecommunications)
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl6KPy8ACgkQfHr/vv7y
yyUqpAf+NACqHI/WTzsT76+BCHlP2YLVRTqMQpt/s6mtQ/CA4AgFpoSfX33B9Ssq
L7mPn03CHuwPAlDlgHFlrjegk0CU0F3MXKlOTIsIgoJiFfevVSJGyrLeheKAnPG5
jCzY1AS16Hp7zOneqZ7FBZaaiZBrMrpDUMbMkzlayXWHyfyKDwBlVLr/wS+9/10E
RFpy19TYBUadnxx7plDjdi7EmD9pRoj2Q/5BOF0cBWkv9beRgi762LhO3JyDsoK7
wIsyd8jZ4LeQcmyB0GzQpPe5cdB41RfrYgqgXlEtjUNq7Q3XjTOWlvXr2gUVi5kU
K4VirMkTm/gIgN3kHTfvJX+pSzCNeA==
=9lhi
-----END PGP SIGNATURE-----

N
N
Nicolas Goaziou wrote on 10 Apr 2020 18:34
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 40455-done@debbugs.gnu.org)
87369b47w6.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-ace-window) Update to 0.10.0.

Applied as cf637690aa8c0301875ce0623e858eadb2d9996d. Thank you.

Regards,

--
Nicolas Goaziou
Closed
?