From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Changing the no-toolkit scrollbar thumb color. (minor issue) Date: Sun, 28 Sep 2003 13:01:42 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200309281801.h8SI1gV11332@raven.dms.auburn.edu> 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> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1064772360 10404 80.91.224.253 (28 Sep 2003 18:06:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Sep 2003 18:06:00 +0000 (UTC) Cc: bob@rattlesnake.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Sep 28 20:05:58 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 1A3fvi-0001MN-00 for ; Sun, 28 Sep 2003 20:05:58 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A3fvh-0007WW-00 for ; Sun, 28 Sep 2003 20:05:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A3fvL-0001ys-8D for emacs-devel@quimby.gnus.org; Sun, 28 Sep 2003 14:05:35 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A3fvF-0001xt-Sk for emacs-devel@gnu.org; Sun, 28 Sep 2003 14:05:29 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A3fvD-0001wO-JZ for emacs-devel@gnu.org; Sun, 28 Sep 2003 14:05:28 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A3fvD-0001w0-3E for emacs-devel@gnu.org; Sun, 28 Sep 2003 14:05:27 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id h8SI5OAJ005352; Sun, 28 Sep 2003 13:05:24 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id h8SI1gV11332; Sun, 28 Sep 2003 13:01:42 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: <200309281642.h8SGgxc11119@raven.dms.auburn.edu> (message from Luc Teirlinck on Sun, 28 Sep 2003 11:42:59 -0500 (CDT)) 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:16730 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16730 >>From my previous message: The information actually is conveyed in the documentation string, though maybe not clearly enough: Basic face for the scroll bar colors under X. ^^^^^^^^ I am not sure here. The reason why I think of this as excluding GTK is because, unlike Lucid and LessTif, GTK does not use X resources. But, if it can not be made to work under GTK, it probably would be better to point this out explicitly. Of course, if :foreground could not be made to work under Xaw3d, then that should be pointed out in the documentation string too. Sincerely, Luc.