GNU bug report logs -
#43743
[PATCH] Add package emacs-windsize
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#43743: [PATCH] Add package emacs-windsize
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 43743 <at> debbugs.gnu.org.
--
43743: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43743
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Tomás Ortín Fernández <tomasortin <at> mailbox.org> writes:
> Thank you for the feedback. Here is the updated patch:
>
> * gnu/packages/emacs-xyz.scm (emacs-windsize): New variable.
I moved the package definition elsewhere (the bottom of the file can
lead to merge conflicts) and applied your patch.
Thank you.
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
Add windsize.el Emacs package
* gnu/packages/emacs-xyz.scm (emacs-windsize): Add package definition.
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2b3247f763..e2397bdc85 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -80,6 +80,7 @@
;;; Copyright © 2020 Peng Mei Yu <i <at> pengmeiyu.com>
;;; Copyright © 2020 Niklas Eklund <niklas.eklund <at> posteo.net>
;;; Copyright © 2020 Marco Grassi <marco.au.grassi98 <at> protonmail.com>
+;;; Copyright © 2020 Tomás Ortín Fernández <tomasortin <at> mailbox.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -24754,3 +24755,24 @@ web development.")
;; file and the header of the main elisp file which indicates
;; that it is licensed under the GPL version 3 or later.
(license (list license:mpl2.0 license:gpl3+)))))
+
+(define-public emacs-windsize
+ (package
+ (name "emacs-windsize")
+ (version "20181029")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/grammati/windsize")
+ (commit "62c2846bbe95b0a73e996c75e4a644d05f57aaaa")))
+ (sha256
+ (base32
+ "13kfrmv3vmkfanxv9nym5v43hx5p7xkgqmx65zcxh4gcbaham1mi"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/grammati/windsize")
+ (synopsis "Easy resizing of emacs windows")
+ (description "Move the borders of the active window with the arrow
+keys (C-S-<dir> by default). Always prefers to move the right or
+bottom border when possible, and falls back to moving the left or top
+border otherwise.")
+ (license license:gpl3+)))
This bug report was last modified 4 years and 286 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.