GNU bug report logs - #36230
[PATCH] Add emacs-multi-term

Previous Next

Package: guix-patches;

Reported by: Baptiste Strazzulla <bstrazzull <at> hotmail.fr>

Date: Sat, 15 Jun 2019 20:39:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Baptiste Strazzulla <bstrazzull <at> hotmail.fr>
Cc: "36230 <at> debbugs.gnu.org" <36230 <at> debbugs.gnu.org>
Subject: Re: [bug#36230] Fw: [bug#36230] [PATCH] Add emacs-multi-term
Date: Mon, 24 Jun 2019 17:49:30 +0200
[Message part 1 (text/plain, inline)]
Hello,

Baptiste Strazzulla <bstrazzull <at> hotmail.fr> skribis:

> Second attempt. I hope everything is at it's right place this time.

I made the changes below to address issues that ‘guix lint’ reported.

However, we’re out of luck because
<https://github.com/emacsorphanage/multi-term> is now 404.  Do you know
what the new URL is?

Thanks in advance,
Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ecd9518646..ca3d64bd43 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16096,19 +16096,19 @@ acting like notes that are made @emph{in} the document.")
                (base32
                 "1bn6zx931vz2fa72ab999r33bxv8brn3cqmalvq25x7s4z3q1lyi"))))
     (build-system emacs-build-system)
-    (propagated-inputs `(("zsh" ,zsh)))
+    (inputs `(("zsh" ,zsh)))
     (home-page "https://github.com/emacsorphanage/multi-term")
     (synopsis "Manage multiple terminal buffers in Emacs")
     (description
-     "This package enhances @{term.el} with the following features:
+     "This package enhances @code{term.el} with the following features:
 
 @enumerate
 @item Functions to switch between multiple terminal buffers
-@item List of keys to be intercepted by @{emacs-multi-term} instead of by the
+@item List of keys to be intercepted by @code{emacs-multi-term} instead of by the
 underlying terminal
 @item Kills the unused buffer left after exiting the terminal
 @item Kills the running sub-processes along with the terminal when killing the
 it forcibly
-@item Dedicated window for debugging program
+@item Dedicated window for debugging program.
 @end enumerate")
     (license license:gpl3+)))

This bug report was last modified 5 years and 321 days ago.

Previous Next


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