From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bozhidar Batsov Newsgroups: gmane.emacs.devel Subject: sRGB color support in NS port Date: Fri, 20 Dec 2013 19:41:25 +0200 Message-ID: <23825B39C60F460E80B59C5ADF04F637@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="52b48145_44380727_1c26" X-Trace: ger.gmane.org 1387561295 8251 80.91.229.3 (20 Dec 2013 17:41:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Dec 2013 17:41:35 +0000 (UTC) Cc: steve@sanityinc.com To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 20 18:41:42 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vu450-0007mG-FD for ged-emacs-devel@m.gmane.org; Fri, 20 Dec 2013 18:41:42 +0100 Original-Received: from localhost ([::1]:50890 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu450-00040Z-3f for ged-emacs-devel@m.gmane.org; Fri, 20 Dec 2013 12:41:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu44s-00040I-Mc for emacs-devel@gnu.org; Fri, 20 Dec 2013 12:41:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vu44o-00039R-53 for emacs-devel@gnu.org; Fri, 20 Dec 2013 12:41:34 -0500 Original-Received: from mail-ea0-x22a.google.com ([2a00:1450:4013:c01::22a]:53273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu44n-00039I-OM for emacs-devel@gnu.org; Fri, 20 Dec 2013 12:41:30 -0500 Original-Received: by mail-ea0-f170.google.com with SMTP id k10so1214114eaj.1 for ; Fri, 20 Dec 2013 09:41:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:message-id:subject:mime-version:content-type; bh=t0eUN9GLUzqZWP1fPVKL/Ft+eVPjVorfbLY4fYcC+oE=; b=TzP7VqG8Xt70AEH+uNrDCr3v2a0qOs7ssM9GEqjFWBq583dQ5b5dm3fBYSrJh7Lifd Jg835LCjv3XuPYr7wSuflA6482yIqvBr75t1rfHCyzdQPuyMpn5c3AuGcoTLA6/0apxh FrETWis2hO0JdvKSRIS2Wh4GPAnLbfcZKw6aXUkqwpqN/KuLGi85QJfxrgnmxgcnReT2 wU8UjSMMj0W47EOXmPxlcRPMiF/A01rB4+LS877mxCAt+tZANNHu976dQVONqELh0PVs G/qvW0s9XERI0DDXu0Ixn/PPGM45sCAEpPrLEG1DcvCJqGuSUbEKkjfcafsOPkMBoYFT 2phA== X-Received: by 10.14.172.130 with SMTP id t2mr4353563eel.68.1387561288300; Fri, 20 Dec 2013 09:41:28 -0800 (PST) Original-Received: from [192.168.1.28] ([95.87.231.111]) by mx.google.com with ESMTPSA id g47sm20487889eeo.19.2013.12.20.09.41.26 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 20 Dec 2013 09:41:27 -0800 (PST) X-Mailer: sparrow 1.6.4 (build 1178) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::22a X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166667 Archived-At: --52b48145_44380727_1c26 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Some time ago Steve Purcell reported an issue with hex colour rendering o= n OS X (http://lists.gnu.org/archive/html/bug-gnu-emacs/2011-05/msg00077.= html). While nothing was changed in Emacs, many OS X users apply a patch = similar to this one https://gist.github.com/purcell/3858136 (an older ver= sion of the patch is used by homebrew) to get the desired behaviour. I wo= nder if we cannot finally include the aforementioned patch or conditionna= ly allow the use sRGB colour via a build option (like =E2=80=94with-srgb)= . -- =20 Cheers, Bozhidar --52b48145_44380727_1c26 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Some time ago Steve P= urcell reported an issue with hex colour rendering on OS X (http://lists.gnu.org/archive/html/bug-gnu-emacs/2011-05/msg00077.h= tml). While nothing was changed in Emacs, many OS X users apply a pat= ch similar to this one https://gist.github.com/purcell/3858136 (an o= lder version of the patch is used by homebrew) to get the desired behavio= ur. I wonder if we cannot finally include the aforementioned patch or con= ditionnaly allow the use sRGB colour via a build option (like =E2=80=94wi= th-srgb).

-- 
Cheers,
=
Bozhidar

--52b48145_44380727_1c26--