From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: color-values range Date: Fri, 26 Jan 2007 16:31:11 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1169825495 2710 80.91.229.12 (26 Jan 2007 15:31:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 Jan 2007 15:31:35 +0000 (UTC) To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 26 16:31:27 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 1HAT31-0007Uc-2C for ged-emacs-devel@m.gmane.org; Fri, 26 Jan 2007 16:31:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HAT30-00030t-Cq for ged-emacs-devel@m.gmane.org; Fri, 26 Jan 2007 10:31:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HAT2o-0002zc-EU for emacs-devel@gnu.org; Fri, 26 Jan 2007 10:31:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HAT2n-0002y7-6Q for emacs-devel@gnu.org; Fri, 26 Jan 2007 10:31:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HAT2m-0002y4-TI for emacs-devel@gnu.org; Fri, 26 Jan 2007 10:31:12 -0500 Original-Received: from nf-out-0910.google.com ([64.233.182.189]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HAT2m-0005Ar-IC for emacs-devel@gnu.org; Fri, 26 Jan 2007 10:31:12 -0500 Original-Received: by nf-out-0910.google.com with SMTP id h2so1185886nfe for ; Fri, 26 Jan 2007 07:31:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=t9BN50RmFHdyDI8SoRrKTpzelKNsrRTfyG3HGIK7U4+160fPjsraM0E5d0RJTcoLy54EOqQY7iaSBmYoE/MBJ4AdmbhR/3J57IMfH/JcQSGUy5C13/IhZV84aliN4RD20kk2YrcaVnR+aKNd7KvXqb4Qze2/lY9QQIuxhqj4FiY= Original-Received: by 10.48.245.17 with SMTP id s17mr5781810nfh.1169825471631; Fri, 26 Jan 2007 07:31:11 -0800 (PST) Original-Received: by 10.67.105.7 with HTTP; Fri, 26 Jan 2007 07:31:11 -0800 (PST) Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:65489 Archived-At: The docstring for `color-values' says: These values appear to range from 0 65535; white is \(65535 65535 65535\). which Gerd modified from the previous description: These values appear to range from 0 to 65280 or 65535, depending on the system; white is \(65280 65280 65280\) or \(65535 65535 65535\). I'd say the docstring should be fixed: either 0 to 65535 is now always the right range for all systems supported, or white is not necessarily (65535 65535 65535). Is there any system currently supported where the range is *not* 0 to 65535? /L/e/k/t/u