GNU bug report logs - #41638
adds emacs-shell-pop

Previous Next

Package: guix-patches;

Reported by: rdes <rdes <at> protonmail.com>

Date: Mon, 1 Jun 2020 01:58:02 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41638 in the body.
You can then email your comments to 41638 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#41638; Package guix-patches. (Mon, 01 Jun 2020 01:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to rdes <rdes <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 01 Jun 2020 01:58:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: rdes <rdes <at> protonmail.com>
To: rdes via Guix-patches via <guix-patches <at> gnu.org>
Subject: adds emacs-shell-pop
Date: Mon, 01 Jun 2020 01:57:18 +0000
[Message part 1 (text/plain, inline)]
Hello,

The attached patch adds the emacs-shell-pop package.

Ryan Desfosses

Sent with [ProtonMail](https://protonmail.com) Secure Email.
[Message part 2 (text/html, inline)]
[0001-gnu-packages-emacs-xyz.scm-emacs-shell-pop-New-varia.patch (text/x-patch, attachment)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 12 Jun 2020 16:20:02 GMT) Full text and rfc822 format available.

Notification sent to rdes <rdes <at> protonmail.com>:
bug acknowledged by developer. (Fri, 12 Jun 2020 16:20:02 GMT) Full text and rfc822 format available.

Message #10 received at 41638-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: rdes <rdes <at> protonmail.com>
Cc: 41638-done <at> debbugs.gnu.org
Subject: Re: [bug#41638] adds emacs-shell-pop
Date: Fri, 12 Jun 2020 18:19:36 +0200
[Message part 1 (text/plain, inline)]
Hi,

rdes <rdes <at> protonmail.com> skribis:

> From aa35d2a4b690672d8fd1bfa2bf7ad17214e1a091 Mon Sep 17 00:00:00 2001
> From: Ryan Desfosses <rdes <at> protonmail.com>
> Date: Sun, 31 May 2020 18:48:44 -0400
> Subject: [PATCH] * gnu/packages/emacs-xyz.scm (emacs-shell-pop): New variable
>
> ---
>  gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)

Applied with the changes below.  Thanks!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9b94560e01..bef4fb905e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -74,6 +74,7 @@
 ;;; 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>
+;;; Copyright © 2020 Ryan Desfosses <rdes <at> protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -23159,24 +23160,24 @@ or region and use of locally installed binaries.")
 (define-public emacs-shell-pop
   (let ((commit "4b4394037940a890a313d715d203d9ead2d156a6")
         (revision "0"))
-(package
-  (name "emacs-shell-pop")
-  (version (git-version "0.64" revision commit))
-  (source
-    (origin
-      (method git-fetch)
-      (uri (git-reference
-             (url "https://github.com/kyagi/shell-pop-el.git")
-             (commit commit)))
-      (file-name (git-file-name name version))
-      (sha256
-        (base32 "0s77n6b9iw1x3dv91ybkpgy3zvqd12si7zw3lg0m2b6j1akrawsg"))))
-  (build-system emacs-build-system)
-  (home-page "https://github.com/kyagi/shell-pop-el")
-  (synopsis "Utility which helps with pop up shell buffer")
-  (description
-    "This is a utility which helps you pop up and pop out shell buffer
-window easily.  Four pre-set options are: @samp{shell}, @samp{terminal},
-@samp{ansi-term}, and @samp{eshell}.  You can also set your custom shell
-if you use other configuration.")
-  (license license:gpl3+))))
+    (package
+      (name "emacs-shell-pop")
+      (version (git-version "0.64" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/kyagi/shell-pop-el.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0s77n6b9iw1x3dv91ybkpgy3zvqd12si7zw3lg0m2b6j1akrawsg"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/kyagi/shell-pop-el")
+      (synopsis "Utility which helps with pop up shell buffer")
+      (description
+       "This Emacs utility helps you pop up and pop out shell buffer window
+easily.  Four pre-set options are: @samp{shell}, @samp{terminal},
+@samp{ansi-term}, and @samp{eshell}.  You can also set your custom shell if
+you use some other configuration.")
+      (license license:gpl3+))))

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 11 Jul 2020 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 290 days ago.

Previous Next


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