From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: [RFC] Add tty True Color support. Date: Wed, 08 Jan 2014 00:18:10 +0100 Message-ID: <1627807.R0YbjHcycI@descartes> References: <1804432.oj6xPZ0dh6@descartes> <1389128525128-308962.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1389136762 14326 80.91.229.3 (7 Jan 2014 23:19:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2014 23:19:22 +0000 (UTC) Cc: egmont , Emacs-devel@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 08 00:19:30 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W0fvj-0005dS-RA for ged-emacs-devel@m.gmane.org; Wed, 08 Jan 2014 00:19:27 +0100 Original-Received: from localhost ([::1]:44010 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0fvj-0005fL-CQ for ged-emacs-devel@m.gmane.org; Tue, 07 Jan 2014 18:19:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0fup-0004Oh-Kc for emacs-devel@gnu.org; Tue, 07 Jan 2014 18:18:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0fuk-0003Kc-B6 for emacs-devel@gnu.org; Tue, 07 Jan 2014 18:18:31 -0500 Original-Received: from ptmx.org ([178.63.28.110]:55663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0fuk-0003KY-4r for emacs-devel@gnu.org; Tue, 07 Jan 2014 18:18:26 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id CFCB924C82; Wed, 8 Jan 2014 00:18:24 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xFLhsleQoK1y; Wed, 8 Jan 2014 00:18:19 +0100 (CET) Original-Received: from descartes.localnet (chello080108246092.7.14.vie.surfer.at [80.108.246.92]) by ptmx.org (Postfix) with ESMTPSA id 081D522687; Wed, 8 Jan 2014 00:18:18 +0100 (CET) User-Agent: KMail/4.11.3 (Linux/3.11.0-14-generic; KDE/4.11.3; x86_64; ; ) In-Reply-To: <1389128525128-308962.post@n5.nabble.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:167683 Archived-At: Hi Egmont, I still plan on finishing this patch. But while Emacs is in Feature Fr= eeze=20 for the 24.4 release the development of this patch is frozen as well. = I still=20 have to figure out some details about where to reliably detect true col= or=20 support. Thanks for the interest in the patch and writing the Gnome-terminal sup= port! Regards, R=C3=BCdiger On Tuesday 07 January 2014 13:02:05 egmont wrote: > Hi R=C3=BCdiger, >=20 > How's your patch going? I'd love to see true color support getting wi= dely > adopted, in order to get there we'd need support from quite a few ter= minals > and killer apps. >=20 > Gnome-terminal is expected to get true color support in a couple of d= ays, > see https://bugzilla.gnome.org/show_bug.cgi?id=3D704449 for progress.= As long > as there's no proper terminfo support, you can check for $VTE_VERSION= which > should contain 3600 or higher. >=20 > thanks, > egmont >=20 >=20 >=20 > -- > View this message in context: > http://emacs.1067599.n5.nabble.com/RFC-Add-tty-True-Color-support-tp2= 99962p > 308962.html Sent from the Emacs - Dev mailing list archive at Nabble.= com.