From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: The color of a header line and window selection. Date: Sat, 04 Oct 2003 20:13:37 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3F7F0DD1.8000700@swipnet.se> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1065291462 19726 80.91.224.253 (4 Oct 2003 18:17:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Oct 2003 18:17:42 +0000 (UTC) Cc: Lute Kamstra , emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Oct 04 20:17:40 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A5qyK-0007pC-00 for ; Sat, 04 Oct 2003 20:17:40 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A5qyK-0007Fw-00 for ; Sat, 04 Oct 2003 20:17:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A5qxt-0004x0-CX for emacs-devel@quimby.gnus.org; Sat, 04 Oct 2003 14:17:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A5qxK-0004kA-23 for emacs-devel@gnu.org; Sat, 04 Oct 2003 14:16:38 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A5qwZ-00042u-Lf for emacs-devel@gnu.org; Sat, 04 Oct 2003 14:16:07 -0400 Original-Received: from [193.201.16.94] (helo=stubby.bodenonline.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A5qvF-0003F5-8I; Sat, 04 Oct 2003 14:14:30 -0400 Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44]) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id h94IwZmh025622; Sat, 4 Oct 2003 20:58:38 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030921 X-Accept-Language: en-us, en Original-To: rms@gnu.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16928 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16928 Richard Stallman wrote: > > That is somewhat undesirable, I'd say. Maybe we should make the > > default colors of the header line depend on the toolkit in use. > > I think it's better to make the colors of the menu bar and tool bar > the same for all toolkits. > > All else being equal, I agree, but it is more important to make Emacs > to be consistent with the general conventions (and other apps) for any > given toolkit. > > Is that the way it is now? Yes. Emacs uses the defaults and customizations of the toolkit in use. Jan D.