GNU bug report logs - #22110
True color support

Previous Next

Package: emacs;

Reported by: Eric Becker <121onto <at> gmail.com>

Date: Mon, 7 Dec 2015 17:38:01 UTC

Severity: wishlist

Merged with 20243

Fixed in version 26.1

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

Forwarded to http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00461.html

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 22110 in the body.
You can then email your comments to 22110 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 bug-gnu-emacs <at> gnu.org:
bug#22110; Package emacs. (Mon, 07 Dec 2015 17:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Eric Becker <121onto <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 07 Dec 2015 17:38:02 GMT) Full text and rfc822 format available.

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

From: Eric Becker <121onto <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: True color support
Date: Mon, 7 Dec 2015 08:56:59 -0800
[Message part 1 (text/plain, inline)]
Many modern themes rely on true color support.  Unfortunately, terminal
emacs does not support true colors.  There are patches available:

https://github.com/zenorocha/dracula-theme/issues/116

This patch appears to be no more than a few lines of code.  Unfortunately,
the patch is out of date.

Why not integrate true color support into the next release of emacs?

Thanks very much for your development efforts!
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22110; Package emacs. (Mon, 07 Dec 2015 18:04:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Eric Becker <121onto <at> gmail.com>
Cc: 22110 <at> debbugs.gnu.org
Subject: Re: bug#22110: True color support
Date: Mon, 07 Dec 2015 20:03:15 +0200
> From: Eric Becker <121onto <at> gmail.com>
> Date: Mon, 7 Dec 2015 08:56:59 -0800
> 
> Many modern themes rely on true color support. Unfortunately, terminal emacs
> does not support true colors. There are patches available:
> 
> https://github.com/zenorocha/dracula-theme/issues/116
> 
> This patch appears to be no more than a few lines of code.

It's much more than just a few lines.  I also don't quite understand
why xfaces.c needs to be changed and would like to avoid that if
possible.

> Why not integrate true color support into the next release of emacs? 

I was in the middle of discussing this 2 years ago, when the
discussion stalled.  I hope the author will come back, rebase his
patch, and continue the discussion where we left off back then.




Merged 20243 22110. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 07 Dec 2015 18:12:02 GMT) Full text and rfc822 format available.

Set bug forwarded-to-address to 'http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00461.html'. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 07 Dec 2015 18:15:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22110; Package emacs. (Tue, 08 Dec 2015 06:37:01 GMT) Full text and rfc822 format available.

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

From: Eric Becker <121onto <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 22110 <at> debbugs.gnu.org
Subject: Re: bug#22110: True color support
Date: Mon, 7 Dec 2015 22:36:12 -0800
[Message part 1 (text/plain, inline)]
Thanks for your reply.

Looks like @choppsv1 also made a patch for emacs 24.5:
https://gist.github.com/choppsv1/e8198df70cb1778b04d6

Thanks to @film42 for pointing this out (link
<https://github.com/zenorocha/dracula-theme/issues/116#issuecomment-162788131>
).

On Mon, Dec 7, 2015 at 10:03 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:

> > From: Eric Becker <121onto <at> gmail.com>
> > Date: Mon, 7 Dec 2015 08:56:59 -0800
> >
> > Many modern themes rely on true color support. Unfortunately, terminal
> emacs
> > does not support true colors. There are patches available:
> >
> > https://github.com/zenorocha/dracula-theme/issues/116
> >
> > This patch appears to be no more than a few lines of code.
>
> It's much more than just a few lines.  I also don't quite understand
> why xfaces.c needs to be changed and would like to avoid that if
> possible.
>
> > Why not integrate true color support into the next release of emacs?
>
> I was in the middle of discussing this 2 years ago, when the
> discussion stalled.  I hope the author will come back, rebase his
> patch, and continue the discussion where we left off back then.
>
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22110; Package emacs. (Tue, 08 Dec 2015 16:18:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Eric Becker <121onto <at> gmail.com>,
 Rüdiger Sonderfeld <ruediger <at> c-plusplus.de>
Cc: 22110 <at> debbugs.gnu.org
Subject: Re: bug#22110: True color support
Date: Tue, 08 Dec 2015 18:16:57 +0200
> From: Eric Becker <121onto <at> gmail.com>
> Date: Mon, 7 Dec 2015 22:36:12 -0800
> Cc: 22110 <at> debbugs.gnu.org
> 
> Looks like @choppsv1 also made a patch for emacs 24.5:
> https://gist.github.com/choppsv1/e8198df70cb1778b04d6

That patch is also based on the original patch by Rüdiger Sonderfeld,
as the comments say.  So we really need Rüdiger to come back and
continue polishing the patch until it can be accepted.

Rüdiger, are you there?  Can we pick up this conversation where we
left off?

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22110; Package emacs. (Mon, 30 Sep 2019 00:41:02 GMT) Full text and rfc822 format available.

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

From: Stefan Kangas <stefan <at> marxist.se>
To: Eric Becker <121onto <at> gmail.com>
Cc: 20243 <at> debbugs.gnu.org, 22110 <at> debbugs.gnu.org
Subject: Re: bug#22110: True color support
Date: Mon, 30 Sep 2019 02:39:57 +0200
close 22110 26.1
thanks

Eric Becker <121onto <at> gmail.com> writes:

> Many modern themes rely on true color support.  Unfortunately, terminal emacs does not support true colors.
[...]
> Why not integrate true color support into the next release of emacs?

This was added in Emacs 26.1.

etc/NEWS.26 says:

> ** Emacs now supports 24-bit colors on capable text terminals.
> Terminal is automatically initialized to use 24-bit colors if the
> required capabilities are found in terminfo.  See the FAQ node
> "(efaq) Colors on a TTY" for more information.

I'm therefore closing this bug report.

Best regards,
Stefan Kangas




bug marked as fixed in version 26.1, send any further explanations to 22110 <at> debbugs.gnu.org and Eric Becker <121onto <at> gmail.com> Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Mon, 30 Sep 2019 00:41:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 28 Oct 2019 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 180 days ago.

Previous Next


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