GNU bug report logs -
#41611
[PATCH] gnu: Add emacs-buffer-move
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41611 in the body.
You can then email your comments to 41611 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#41611
; Package
guix-patches
.
(Sat, 30 May 2020 01:37:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Fredrik Salomonsson <plattfot <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 30 May 2020 01:37:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4f7b4cf6cc..268780ce3d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -73,6 +73,7 @@
;;; Copyright © 2020 Vinicius Monego <monego <at> posteo.net>
;;; Copyright © 2020 Ryan Desfosses <rdes <at> protonmail.com>
;;; Copyright © 2020 Marcin Karpezo <sirmacik <at> wioo.waw.pl>
+;;; Copyright © 2020 Fredrik Salomonsson <plattfot <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -23110,3 +23111,28 @@ files.")
sources. It features syntax highlighting, autocompletion, preview of buffer
or region and use of locally installed binaries.")
(license license:gpl3+)))
+
+(define-public emacs-buffer-move
+ (package
+ (name "emacs-buffer-move")
+ (version "0.6.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://stable.melpa.org/packages/buffer-move-"
+ version
+ ".el"))
+ (sha256
+ (base32
+ "0d977g88ca3k1v5psikgrg4sb9q0jiw21g633r8a06dvn4n0ca3h"))))
+ (build-system emacs-build-system)
+ (home-page
+ "https://github.com/lukhas/buffer-move")
+ (synopsis "Functions for moving emacs' buffers around")
+ (description
+ "This package define functions for swapping buffers between windows
+contained in the same frame. An alternate behavior is to have the current
+window switch to the previous buffer instead of swapping with the other
+window.")
+ (license license:gpl3+)))
--
2.26.2
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 31 May 2020 21:35:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Fredrik Salomonsson <plattfot <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 31 May 2020 21:35:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 41611-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Fredrik Salomonsson <plattfot <at> gmail.com> writes:
> ---
> gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
Thank you. I applied your patch with the following changes:
- I added a proper commit message,
- I fixed indentation
- I used GitHub repository instead of MELPA
- I moved the definition elsewhere than at the end the file.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 29 Jun 2020 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 356 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.