* bug#26789: Add emacs-transpose-frame
@ 2017-05-05 21:37 Arun Isaac
2017-05-05 22:07 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2017-05-05 21:37 UTC (permalink / raw)
To: 26789
[-- Attachment #1: Type: text/plain, Size: 64 bytes --]
Please find attached a patch adding emacs-transpose-frame.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-transpose-frame.patch --]
[-- Type: text/x-patch, Size: 1406 bytes --]
From ead8018930550d4154f348f4d56652d906dc81a1 Mon Sep 17 00:00:00 2001
From: Arun Isaac <arunisaac@systemreboot.net>
Date: Sat, 6 May 2017 03:05:11 +0530
Subject: [PATCH] gnu: Add emacs-transpose-frame.
* gnu/packages/emacs.scm (emacs-transpose-frame): New variable.
---
gnu/packages/emacs.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 9028ed0ed..fac04e2c9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4561,3 +4561,22 @@ built on top of XELB.")
(description "@code{emacs-gnuplot} is an emacs major mode for interacting
with gnuplot.")
(license license:gpl2+)))
+
+(define-public emacs-transpose-frame
+ (package
+ (name "emacs-transpose-frame")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri "http://www.emacswiki.org/emacs/download/transpose-frame.el")
+ (sha256
+ (base32
+ "1f67yksgw9s6j0033hmqzaxx2a93jm11sd5ys7cc3li5gfh680m4"))))
+ (build-system emacs-build-system)
+ (home-page "https://www.emacswiki.org/emacs/TransposeFrame")
+ (synopsis "Transpose window arrangement in current frame")
+ (description "@code{emacs-transpose-frame} provides some interactive
+functions which allows users to transpose windows arrangement in currently
+selected frame.")
+ (license license:bsd-2)))
--
2.12.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#26789: Add emacs-transpose-frame
2017-05-05 21:37 bug#26789: Add emacs-transpose-frame Arun Isaac
@ 2017-05-05 22:07 ` Ludovic Courtès
2017-05-06 4:38 ` Arun Isaac
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-05-05 22:07 UTC (permalink / raw)
To: Arun Isaac; +Cc: 26789
Arun Isaac <arunisaac@systemreboot.net> skribis:
> From ead8018930550d4154f348f4d56652d906dc81a1 Mon Sep 17 00:00:00 2001
> From: Arun Isaac <arunisaac@systemreboot.net>
> Date: Sat, 6 May 2017 03:05:11 +0530
> Subject: [PATCH] gnu: Add emacs-transpose-frame.
>
> * gnu/packages/emacs.scm (emacs-transpose-frame): New variable.
LGTM, thanks!
Ludo'.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#26789: Add emacs-transpose-frame
2017-05-05 22:07 ` Ludovic Courtès
@ 2017-05-06 4:38 ` Arun Isaac
0 siblings, 0 replies; 3+ messages in thread
From: Arun Isaac @ 2017-05-06 4:38 UTC (permalink / raw)
To: 26789-done
Pushed!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-05-06 4:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-05 21:37 bug#26789: Add emacs-transpose-frame Arun Isaac
2017-05-05 22:07 ` Ludovic Courtès
2017-05-06 4:38 ` Arun Isaac
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).