From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Charles Strahan Newsgroups: gmane.emacs.devel Subject: Re: [PATCH v3 0/4] Support 24-bit terminal colors. Date: Sat, 25 Feb 2017 19:49:48 -0500 Message-ID: <1488070188.2444891.892913208.06C90A40@webmail.messagingengine.com> References: <1487087902-6661-1-git-send-email-rami.ylimaki@vincit.fi> <8360k7rc39.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1488070497 21259 195.159.176.226 (26 Feb 2017 00:54:57 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 26 Feb 2017 00:54:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 26 01:54:51 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1chn6w-0004mR-PV for ged-emacs-devel@m.gmane.org; Sun, 26 Feb 2017 01:54:50 +0100 Original-Received: from localhost ([::1]:44870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chn72-0007PV-QM for ged-emacs-devel@m.gmane.org; Sat, 25 Feb 2017 19:54:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chn2A-0004HX-8j for emacs-devel@gnu.org; Sat, 25 Feb 2017 19:49:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1chn26-00038o-Ed for emacs-devel@gnu.org; Sat, 25 Feb 2017 19:49:54 -0500 Original-Received: from out4-smtp.messagingengine.com ([66.111.4.28]:43562) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1chn26-00038I-AF for emacs-devel@gnu.org; Sat, 25 Feb 2017 19:49:50 -0500 Original-Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 6B8F120849 for ; Sat, 25 Feb 2017 19:49:48 -0500 (EST) Original-Received: from web3 ([10.202.2.213]) by compute6.internal (MEProxy); Sat, 25 Feb 2017 19:49:48 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=cstrahan.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=hTUx/EmVpdklvd5GWxcNVhswjw 0=; b=JpQzYKxYbCxlUX51WKuDxIul3OLM57Km784PU6PTj2uHQ7OLf02R5cv0G2 oWPaN15v+SMNMQXnUbrxPcG7xgjlzx+vvL/4rpLUM0Snb9GaR6Pl6L1JmQ88mJgG ftR48Yk1Prx0mrfReHJoQMwA5dReqCPbJaJH6PGMeBpgLKnQE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=smtpout; bh=hT Ux/EmVpdklvd5GWxcNVhswjw0=; b=QhH6NDRrESi8rNK0U0qk4gbmJJJepvK3Pu rH4AC7mjB8SpEcjGsSswxEPR47epxRx1hGj4kLCM0ICsUnlb2sE9oBPB+9U7ucMS dqWcAxq5mnf+L9PBbpkwuR0O222wVc7zCkJtU0hCwqO8mTOzGYuLYlxk1F5Jxkx2 0Ev6RksR4= X-ME-Sender: Original-Received: by mailuser.nyi.internal (Postfix, from userid 99) id 4A6C29EA77; Sat, 25 Feb 2017 19:49:48 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface - ajax-715c2c0c In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.111.4.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:212600 Archived-At: Thanks a ton, Rami! I owe you a ! On Sat, Feb 18, 2017, at 09:22 PM, Tino Calancha wrote: >=20 >=20 > On Sat, 18 Feb 2017, Eli Zaretskii wrote: >=20 > >> From: Rami Ylim=C3=A4ki > >> Date: Tue, 14 Feb 2017 17:58:18 +0200 > >> > >> From: Rami Ylim=C3=A4ki > >> > >> Fixed since v2: > >> * Replace '#if TERMINFO' with '#ifdef TERMINFO'. > >> * Rename custom terminfo strings from 'seta[bf]24' to 'set[bf]24', > >> because the 'a' in 'seta[bf]' stands for ANSI. > >> * Update FAQ and NEWS. > >> * Update commit messages to match FAQ. > >> > >> Rami Ylim=C3=A4ki (4): > >> Remove unused terminal color pair count. > >> Support 24-bit terminal colors. > >> Let user turn 24-bit terminal colors on. > >> Update documentation regarding 24-bit TTY colors. > >> > >> doc/misc/efaq.texi | 33 +++++++++++++++++++++++++++++++++ > >> etc/NEWS | 5 +++++ > >> lisp/term/tty-colors.el | 19 +++++++++++++++++-- > >> lisp/term/xterm.el | 8 ++++++++ > >> src/term.c | 20 ++++++++++++++------ > >> src/termchar.h | 4 ---- > >> src/tparam.h | 4 ++++ > >> 7 files changed, 81 insertions(+), 12 deletions(-) > > > > Pushed to the master branch. > > > > Thank you for working on this and for persevering. > I also want to thank Rami for this work. > It's the first time i see such many colors in Emacs running > on Xterm. Very nice!