GNU bug report logs -
#36230
[PATCH] Add emacs-multi-term
Previous Next
Full log
View this message in rfc822 format
[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 322 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.