GNU bug report logs -
#50636
[PATCH] gnu: Add emacs-eterm-256color.
Previous Next
Reported by: Xinglu Chen <public <at> yoctocell.xyz>
Date: Fri, 17 Sep 2021 11:16:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 28 Sep 2021 21:29:23 +0200
with message-id <87ilykzegc.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#50636] [PATCH] gnu: Add emacs-eterm-256color.
has caused the debbugs.gnu.org bug report #50636,
regarding [PATCH] gnu: Add emacs-eterm-256color.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
50636: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50636
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-eterm-256color): New variable.
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9797503be8..a543b206f2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10326,6 +10326,30 @@ (define-public emacs-epithet
suggestion is taken.")
(license license:gpl3+))))
+(define-public emacs-eterm-256color
+ (package
+ (name "emacs-eterm-256color")
+ (version "0.3.13")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dieggsy/eterm-256color")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0ysxblc90kjcz84siprnyxwh94scflivqbxylzkvjm7hbx93rsh1"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-f" ,emacs-f)
+ ("emacs-xterm-color" ,emacs-xterm-color)))
+ (home-page "https://github.com/dieggsy/eterm-256color")
+ (synopsis
+ "Customizable 256 colors for Emacs @code{term} and @code{ansi-term}")
+ (description "This package uses @code{emacs-xterm-color} to add
+customizable 256 color support to @code{term} and @code{ansi-term}.")
+ (license license:gpl3+)))
+
(define-public emacs-mocker
(package
(name "emacs-mocker")
base-commit: 4e2ee456341404ac9b08d5debb56885874094fce
--
2.33.0
[Message part 3 (message/rfc822, inline)]
Hello,
Xinglu Chen <public <at> yoctocell.xyz> writes:
> * gnu/packages/emacs-xyz.scm (emacs-eterm-256color): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 319 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.