From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: unicode-2, Emacs.app terminal mode after multi-tty merge Date: Mon, 12 Nov 2007 09:07:05 +0000 Message-ID: <473817B9.6060605@gnu.org> References: <55f7df060711041100i776d7ddes36009b21ec0240c5@mail.gmail.com> <55f7df060711112249qe5255c7i7a7d593242dbc64d@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1194858450 3010 80.91.229.12 (12 Nov 2007 09:07:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Nov 2007 09:07:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Adrian Robert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 12 10:07:35 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IrVGX-0007km-B7 for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2007 10:07:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrVGI-0003pq-9u for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2007 04:07:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IrVGF-0003p9-Ns for emacs-devel@gnu.org; Mon, 12 Nov 2007 04:07:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IrVGE-0003ox-5g for emacs-devel@gnu.org; Mon, 12 Nov 2007 04:07:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrVGE-0003ou-3A for emacs-devel@gnu.org; Mon, 12 Nov 2007 04:07:14 -0500 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IrVGD-00040j-SI for emacs-devel@gnu.org; Mon, 12 Nov 2007 04:07:14 -0500 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id C15C25190B; Mon, 12 Nov 2007 09:07:12 +0000 (GMT) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: <55f7df060711112249qe5255c7i7a7d593242dbc64d@mail.gmail.com> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83035 Archived-At: Adrian Robert wrote: > (("black" 0 0 0 0) > ("red" 1 52685 0 0) > ("green" 2 0 52685 0) > ("yellow" 3 52685 52685 0) > ("blue" 4 0 0 61166) > ("magenta" 5 52685 0 52685) > ("cyan" 6 0 52685 52685) > ("white" 7 58853 58853 58853)) > > Also this color list seems a little strange, why does white get 58853 > instead of 65535? Do the colors on this terminal get lighter when the bold attribute is set? I think something in the multi-tty merged redefined how the color indexes are defined. On MS-Windows, all colors are appearing as black on lightgray on the console, though there are still 16 colors defined, so the colors are being initialised correctly.