From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#9402: list-colors-display Date: Wed, 31 Aug 2011 06:57:35 -0400 Message-ID: References: <87obz83v0x.fsf@mail.jurta.org> <838vqcf086.fsf@gnu.org> <834o0yg5cm.fsf@gnu.org> <8762ldvs89.fsf@mail.jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1314788278 21622 80.91.229.12 (31 Aug 2011 10:57:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 31 Aug 2011 10:57:58 +0000 (UTC) Cc: 9402@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Aug 31 12:57:54 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QyiUU-0001S5-Gj for geb-bug-gnu-emacs@m.gmane.org; Wed, 31 Aug 2011 12:57:54 +0200 Original-Received: from localhost ([::1]:45119 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QyiUT-0005Xz-Rm for geb-bug-gnu-emacs@m.gmane.org; Wed, 31 Aug 2011 06:57:53 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QyiUQ-0005Xi-MY for bug-gnu-emacs@gnu.org; Wed, 31 Aug 2011 06:57:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QyiUP-0003Sd-L8 for bug-gnu-emacs@gnu.org; Wed, 31 Aug 2011 06:57:50 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:42311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QyiUP-0003SZ-IR for bug-gnu-emacs@gnu.org; Wed, 31 Aug 2011 06:57:49 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QyiXV-00006x-JM; Wed, 31 Aug 2011 07:01:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 31 Aug 2011 11:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9402 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9402-submit@debbugs.gnu.org id=B9402.1314788451410 (code B ref 9402); Wed, 31 Aug 2011 11:01:01 +0000 Original-Received: (at 9402) by debbugs.gnu.org; 31 Aug 2011 11:00:51 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QyiXK-00006Z-Fd for submit@debbugs.gnu.org; Wed, 31 Aug 2011 07:00:50 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QyiXI-00006Q-8N for 9402@debbugs.gnu.org; Wed, 31 Aug 2011 07:00:49 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QyiUB-0003o5-Ek; Wed, 31 Aug 2011 06:57:35 -0400 In-reply-to: <8762ldvs89.fsf@mail.jurta.org> (message from Juri Linkov on Wed, 31 Aug 2011 12:35:18 +0300) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 31 Aug 2011 07:01:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:50466 Archived-At: > From: Juri Linkov > Cc: 9402@debbugs.gnu.org > Date: Wed, 31 Aug 2011 12:35:18 +0300 > > > Done in revision 105619 on the trunk. > > Thank you. I confirm that it's fixed now. Thanks for testing. > Another question is why the face definition of `region' has > platform-specific colors for GTK and NS, but not for Windows. I would actually turn the table and ask why the heck do we have system-specific defaults for GTK and NS. I thought Emacs was supposed to behave the same on all platforms, except where it's impossible.