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: Changing the no-toolkit scrollbar thumb color. (minor issue) Date: Sat, 04 Oct 2003 20:43:37 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3F7F14D9.5070201@swipnet.se> References: <87fzijz4th.fsf@raven.i.defaultvalue.org> <200309262123.h8QLNNi07638@raven.dms.auburn.edu> <200309272155.h8RLttv09524@raven.dms.auburn.edu> <200309281642.h8SGgxc11119@raven.dms.auburn.edu> <200309281801.h8SI1gV11332@raven.dms.auburn.edu> <20031001003504.GE9021@avet> 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 1065293137 22117 80.91.224.253 (4 Oct 2003 18:45:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Oct 2003 18:45:37 +0000 (UTC) Cc: bob@rattlesnake.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Oct 04 20:45:35 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 1A5rPL-0000LL-00 for ; Sat, 04 Oct 2003 20:45:35 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A5rPK-0007Kl-00 for ; Sat, 04 Oct 2003 20:45:34 +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 1A5rOo-00016M-Ru for emacs-devel@quimby.gnus.org; Sat, 04 Oct 2003 14:45:02 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A5rOi-000163-W8 for emacs-devel@gnu.org; Sat, 04 Oct 2003 14:44:56 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A5rOC-0000pg-3g for emacs-devel@gnu.org; Sat, 04 Oct 2003 14:44:56 -0400 Original-Received: from [193.201.16.94] (helo=stubby.bodenonline.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A5rOB-0000kg-Ku for emacs-devel@gnu.org; Sat, 04 Oct 2003 14:44:23 -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 h94JSZmh026280; Sat, 4 Oct 2003 21:28:35 +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: Danilo Segan In-Reply-To: <20031001003504.GE9021@avet> 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:16931 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16931 Danilo Segan wrote: > Robert J. Chassell wrote: > >> The yellow fails to color the thumb; it only colors the left and top >> sides of the thumb when the cursor is not over it. > > > Perhaps I'd need to check with a more recent Emacs CVS version, since > for me, the entire bar and thumb (ok, I'm not really sure what is > "thumb" in this context, but I hope I got it right ;-) are yellow. These aspect in Emacs has not changed in quite a while. Themes GTK and Gnome has changed more, so different versions of them is likely to be the cause for the differences seen. > As a sidenote, I expect most of the people using Gtk+ toolkit to use > the default desktop theme, because that's what they chose for other > apps too. I think Emacs should just do that. Like the text tool in Gnome that uses the theme look for all widgets (menus, dialogs), but lets you customize the text foreground and background colour. GTK Emacs could behave like this, i.e. use faces as it does now for the text shown in buffers, but not for GTK widgets. Jan D.