From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Removing assumption of unsigned long pixel values for colours Date: Mon, 06 May 2019 20:39:13 +0300 Message-ID: <83bm0fjxdq.fsf@gnu.org> References: <87v9yqjdnh.fsf@gmail.com> <83a7g2kqsi.fsf@gnu.org> <87lfzlkeic.fsf@gmail.com> <83zho0khdu.fsf@gnu.org> <87h8a8k84a.fsf@gmail.com> <83pnowjo63.fsf@gnu.org> <87d0kvk489.fsf@gmail.com> <83ftprk2nj.fsf@gnu.org> <874l67k0lp.fsf@gmail.com> <83d0kvjzfg.fsf@gnu.org> <87zhnzijy6.fsf@gmail.com> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="102871"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: Alex Gramiak Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 06 19:55:15 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hNhpX-000QYc-RH for ged-emacs-devel@m.gmane.org; Mon, 06 May 2019 19:55:11 +0200 Original-Received: from localhost ([127.0.0.1]:60196 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNhpW-0002RD-OL for ged-emacs-devel@m.gmane.org; Mon, 06 May 2019 13:55:10 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:41614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNhaQ-0006HD-6P for emacs-devel@gnu.org; Mon, 06 May 2019 13:39:35 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNhaO-0004NY-6s; Mon, 06 May 2019 13:39:32 -0400 Original-Received: from [176.228.60.248] (port=3290 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hNhaN-0005AK-7t; Mon, 06 May 2019 13:39:31 -0400 In-reply-to: <87zhnzijy6.fsf@gmail.com> (message from Alex Gramiak on Mon, 06 May 2019 11:14:41 -0600) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:236203 Archived-At: > From: Alex Gramiak > Cc: emacs-devel@gnu.org > Date: Mon, 06 May 2019 11:14:41 -0600 > > > OK, but that just says that each platform already performs the mapping > > you wanted to avoid. What makes your back-end special that it needs > > to avoid this? > > My initial reasoning was the time argument, which turned out to be > wrong. > > Now I want to avoid the lookup table approach Once again: why? And what table look up do you need, when you originally said that a conversion would do? What am I missing?