From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#19753: 25.0.50; html rendering Date: Sat, 07 Feb 2015 14:59:12 +0200 Message-ID: <83iofdc1y7.fsf@gnu.org> References: <83twz0e0m1.fsf@gnu.org> <834mqzdv10.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1423314021 2689 80.91.229.3 (7 Feb 2015 13:00:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Feb 2015 13:00:21 +0000 (UTC) Cc: 19753@debbugs.gnu.org To: rms@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 07 14:00:16 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1YK4zf-0008Cy-Sg for geb-bug-gnu-emacs@m.gmane.org; Sat, 07 Feb 2015 14:00:16 +0100 Original-Received: from localhost ([::1]:52831 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK4zf-0006ot-7O for geb-bug-gnu-emacs@m.gmane.org; Sat, 07 Feb 2015 08:00:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK4zY-0006ip-P3 for bug-gnu-emacs@gnu.org; Sat, 07 Feb 2015 08:00:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YK4zV-00082D-FU for bug-gnu-emacs@gnu.org; Sat, 07 Feb 2015 08:00:08 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK4zV-00080c-D8 for bug-gnu-emacs@gnu.org; Sat, 07 Feb 2015 08:00:05 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YK4zU-0000uH-HM for bug-gnu-emacs@gnu.org; Sat, 07 Feb 2015 08:00:04 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 07 Feb 2015 13:00:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19753 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 19753-submit@debbugs.gnu.org id=B19753.14233139663401 (code B ref 19753); Sat, 07 Feb 2015 13:00:04 +0000 Original-Received: (at 19753) by debbugs.gnu.org; 7 Feb 2015 12:59:26 +0000 Original-Received: from localhost ([127.0.0.1]:36264 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YK4yr-0000sm-In for submit@debbugs.gnu.org; Sat, 07 Feb 2015 07:59:25 -0500 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:58400) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YK4yp-0000sX-Jq for 19753@debbugs.gnu.org; Sat, 07 Feb 2015 07:59:24 -0500 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NJE00600JAGKA00@mtaout28.012.net.il> for 19753@debbugs.gnu.org; Sat, 07 Feb 2015 14:57:29 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NJE005C8JZT9V40@mtaout28.012.net.il>; Sat, 07 Feb 2015 14:57:29 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:99132 Archived-At: > Date: Sat, 07 Feb 2015 07:43:29 -0500 > From: Richard Stallman > CC: 19753@debbugs.gnu.org > > (display-color-cells) returns 8 Then I think that's what Emacs uses. > but it is clear that it really supports a lot more colors than that. How is it clear? Can you tell what led you to that conclusion? > Maybe the bug is in display-color-cells. In the TTY case, what display-color-cells returns is what the terminfo/termcap interface tells it. Maybe there's some bug in the code which determines that, which is around line 4120 in term.c. Could you please step through that with a debugger, and see if something goes wrong there during the terminal initialization phase?