From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: Font-lock.el uses strange value for min-colors Date: Sun, 29 Feb 2004 19:18:10 +0100 Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Message-ID: References: <14AB9AB8-6A0E-11D8-99DB-00039363E640@swipnet.se> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1078079039 32124 80.91.224.253 (29 Feb 2004 18:23:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 Feb 2004 18:23:59 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel Devel Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Sun Feb 29 19:23:48 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 1AxVbQ-00070O-00 for ; Sun, 29 Feb 2004 19:23:48 +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 1AxVbI-0000KC-Eq for gebp-emacs-pretest-bug@gmane.org; Sun, 29 Feb 2004 13:23:40 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AxVal-0008Sp-A2 for emacs-pretest-bug@gnu.org; Sun, 29 Feb 2004 13:23:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AxVaD-00085r-Fm for emacs-pretest-bug@gnu.org; Sun, 29 Feb 2004 13:23:05 -0500 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AxVZc-0007dS-6Z; Sun, 29 Feb 2004 13:21:56 -0500 Original-Received: from [195.249.82.228] (0xc3f952e4.esnxr1.ras.tele.dk [195.249.82.228]) by pfepb.post.tele.dk (Postfix) with ESMTP id 24E8F5EE090; Sun, 29 Feb 2004 19:21:27 +0100 (CET) Original-To: "Jan D." In-Reply-To: (Jan D.'s message of "Sun, 29 Feb 2004 18:01:09 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) 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:2243 gmane.emacs.devel:20199 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20199 "Jan D." writes: >> No. `x-display-color-cells' has probably always returned 64 (it >> also does that in Emacs 21.3), but I guess it just wasn't used >> anywhere important before now. > > Well, looking at your xdpyinfo, the only thing it can return is 64. > But this is not the problem you have. What you are saying is that > 64 works fine as a value for min-colors in font-lock.el instead of > 88. Your problem has nothing to do with x-display-color-cells. Yes, you're right. Come to think of it, I don't even know what "number of color cells" means :-) It clearly doesn't mean the number of available colours, since `list-colors-display' shows much more than 64 colours.