From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney 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: 01 Mar 2004 08:30:59 +0000 Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Message-ID: 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> <8011-Mon01Mar2004080710+0200-eliz@elta.co.il> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1078130975 15389 80.91.224.253 (1 Mar 2004 08:49:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Mar 2004 08:49:35 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Mon Mar 01 09:49:25 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 1Axj77-0008R9-01 for ; Mon, 01 Mar 2004 09:49:25 +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 1Axj5W-0006rm-Bh for gebp-emacs-pretest-bug@gmane.org; Mon, 01 Mar 2004 03:47:46 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1Axivm-0002Cc-Bz for emacs-pretest-bug@gnu.org; Mon, 01 Mar 2004 03:37:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AxivF-0001yX-3o for emacs-pretest-bug@gnu.org; Mon, 01 Mar 2004 03:37:40 -0500 Original-Received: from [194.106.33.36] (helo=server0027.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1AxipN-0000fj-Mi; Mon, 01 Mar 2004 03:31:05 -0500 Original-Received: from wanchan.jasonrumney.net (i-195-137-77-250.freedom2surf.net [195.137.77.250]) by server0027.freedom2surf.net (8.12.6/8.12.6/Debian-7) with ESMTP id i218UxdA028770; Mon, 1 Mar 2004 08:30:59 GMT Original-Received: from NYAUMO (nyaumo.jasonrumney.net [10.0.0.27]) by wanchan.jasonrumney.net (Postfix) with ESMTP id C2A54DDD6A; Mon, 1 Mar 2004 08:30:58 +0000 (GMT) Original-To: Eli Zaretskii In-Reply-To: <8011-Mon01Mar2004080710+0200-eliz@elta.co.il> Original-Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:2266 gmane.emacs.devel:20215 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20215 "Eli Zaretskii" writes: > > 2.0 seems to be required (as opposed to 2) to force floating point in > > case of 32 bit displays, this might be a bug in Emacs > > It's a feature, see the function's code on floatfns.c. This comment seems to indicate that its more a known bug than a feature: /* Really should check for overflow, too */