From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: Font-lock.el uses strange value for min-colors (Was x-display-color-cells returns wrong number) Date: Mon, 01 Mar 2004 07:50:26 +0200 Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Message-ID: <7137-Mon01Mar2004075025+0200-eliz@elta.co.il> References: <14AB9AB8-6A0E-11D8-99DB-00039363E640@swipnet.se> <2914-Sun29Feb2004201424+0200-eliz@elta.co.il> <60951CF7-6AED-11D8-8672-00039363E640@swipnet.se> <2719-Sun29Feb2004232501+0200-eliz@elta.co.il> <762B05F4-6B02-11D8-B66E-00039363E640@swipnet.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1078120666 31051 80.91.224.253 (1 Mar 2004 05:57:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Mar 2004 05:57:46 +0000 (UTC) Cc: harder@ifa.au.dk, emacs-devel@gnu.org, emacs-pretest-bug@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Mon Mar 01 06:57:34 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AxgQo-0002Eg-00 for ; Mon, 01 Mar 2004 06:57:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AxgMV-0007Mi-Bv for gebp-emacs-pretest-bug@gmane.org; Mon, 01 Mar 2004 00:53:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AxgMK-0007Ia-Ol for emacs-pretest-bug@gnu.org; Mon, 01 Mar 2004 00:52:56 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AxgLb-0006il-JI for emacs-pretest-bug@gnu.org; Mon, 01 Mar 2004 00:52:43 -0500 Original-Received: from [192.114.186.13] (helo=hector.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AxgKx-0005sz-Lx; Mon, 01 Mar 2004 00:51:31 -0500 Original-Received: from zaretski (pns03-195-232.inter.net.il [80.230.195.232]) by hector.inter.net.il (MOS 3.4.4-GR) with ESMTP id AGY06683; Sun, 29 Feb 2004 23:50:23 +0200 (IST) Original-To: "Jan D." X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <762B05F4-6B02-11D8-B66E-00039363E640@swipnet.se> (jan.h.d@swipnet.se) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.pretest.bugs:2260 gmane.emacs.devel:20211 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20211 > From: "Jan D." > Date: Sun, 29 Feb 2004 22:58:52 +0100 > > So on X the number of colors Emacs can use are > (ash 1 (x-display-planes)) > > I can do the change, but I don't know if x-display-color-cells or > display-color-cells should change yet. I'll have to check where > else x-display-color-cells is used. I will do it within a day or so. Thank you.