GNU bug report logs - #26789
Add emacs-transpose-frame

Previous Next

Package: guix-patches;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Fri, 5 May 2017 21:39:01 UTC

Severity: normal

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: bug#26789: closed (Re: bug#26789: Add emacs-transpose-frame)
Date: Sat, 06 May 2017 04:40:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#26789: Add emacs-transpose-frame

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 26789 <at> debbugs.gnu.org.

-- 
26789: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26789
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: 26789-done <at> debbugs.gnu.org
Subject: Re: bug#26789: Add emacs-transpose-frame
Date: Sat, 06 May 2017 10:08:48 +0530
Pushed!

[Message part 3 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: guix-patches <at> gnu.org
Subject: Add emacs-transpose-frame
Date: Sat, 06 May 2017 03:07:27 +0530
[Message part 4 (text/plain, inline)]
Please find attached a patch adding emacs-transpose-frame.

[0001-gnu-Add-emacs-transpose-frame.patch (text/x-patch, inline)]
From ead8018930550d4154f348f4d56652d906dc81a1 Mon Sep 17 00:00:00 2001
From: Arun Isaac <arunisaac <at> 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


This bug report was last modified 8 years and 111 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.