From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: min-colors 88 Date: Thu, 27 Jan 2022 21:46:58 +0200 Message-ID: <838rv1dkr1.fsf@gnu.org> References: <83a6fhfqna.fsf@gnu.org> <83zgnhe93c.fsf@gnu.org> <83sft9e6sz.fsf@gnu.org> <83r18tdxd3.fsf@gnu.org> <83bkzxdoba.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21460"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jan 27 20:52:05 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nDAoO-0005Io-O1 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 27 Jan 2022 20:52:04 +0100 Original-Received: from localhost ([::1]:35784 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nDAoN-0001Nu-CT for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 27 Jan 2022 14:52:03 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48678) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDAja-0006rC-3e for help-gnu-emacs@gnu.org; Thu, 27 Jan 2022 14:47:09 -0500 Original-Received: from [2001:470:142:3::e] (port=37498 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDAjX-0003b2-R8 for help-gnu-emacs@gnu.org; Thu, 27 Jan 2022 14:47:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=g/b2RhTXtNOBC3YigdS019yTbjsFk5XgKNOnWTWmYww=; b=qX/YdPVo3GR9fL4i+0oN Xe44feJ2oU3Dehs10plmEeTCiXfpECPetaseVEnChH4G7hSl+anYRiUzKryCgxR9RiITfGcARhGwv N9hsPDjt6K1AZ/BipK8Oy1643WxTER1c2jBIKvtYcxtbiS4IuAva9wDkjAxUy7KaUIxn1SaQgS+Tv 11QALMmx7QON8hrpKiiq6ZC9k17QijrjEN8elpdEm8ZDRbZRqWkLbJ0HI/q4Fa1gGWPUMpPDFy4So RPY+jPSoks+ipg6gyvdnotVpLq15J5JicgJFQvfJ1u62Nps3qPwFC/NZM1ZTsAf5X6X5x/lQBw7y0 0Ep5IDPlymdaNQ==; Original-Received: from [87.69.77.57] (port=1620 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDAjX-0008D9-8W for help-gnu-emacs@gnu.org; Thu, 27 Jan 2022 14:47:03 -0500 In-Reply-To: (fatiparty@tutanota.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:135580 Archived-At: > Date: Thu, 27 Jan 2022 19:46:09 +0100 (CET) > From: fatiparty@tutanota.com > Cc: Help Gnu Emacs > > For instance #RRGGBB, #RRRRGGGGBBBB.  As I understand there is no relation > between thu possibilities provided by the hex-codes and the lookup table of actual > colours that can be rendered. The relation is established at startup, you can see the code in xterm.el.