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: Sat, 27 Sep 2003 16:55:55 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200309272155.h8RLttv09524@raven.dms.auburn.edu> References: <87fzijz4th.fsf@raven.i.defaultvalue.org> <200309262123.h8QLNNi07638@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1064700059 7890 80.91.224.253 (27 Sep 2003 22:00:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 Sep 2003 22:00:59 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Sep 28 00:00:57 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 1A3N7Z-0003AA-00 for ; Sun, 28 Sep 2003 00:00:57 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A3N7Z-0003Kq-00 for ; Sun, 28 Sep 2003 00:00: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 1A3N6n-0007pG-7X for emacs-devel@quimby.gnus.org; Sat, 27 Sep 2003 18:00:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A3N6P-0007oq-1c for emacs-devel@gnu.org; Sat, 27 Sep 2003 17:59:45 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A3N6L-0007kK-PQ for emacs-devel@gnu.org; Sat, 27 Sep 2003 17:59:42 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A3N6K-0007jO-GO for emacs-devel@gnu.org; Sat, 27 Sep 2003 17:59:40 -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 h8RLxZAJ003830; Sat, 27 Sep 2003 16:59:35 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id h8RLttv09524; Sat, 27 Sep 2003 16:55:55 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: bob@rattlesnake.com In-reply-to: (bob@rattlesnake.com) 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:16712 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16712 Robert Chassell wrote: M-x customize-face RET scroll-bar This customization function has no effect in an Emacs configured with --with-x-toolkit=gtk Using Friday's CVS snapshot, 2003 Sep 26 14:41 UTC GNU Emacs 21.3.50.92 (i686-pc-linux-gnu, GTK+ Version 2.2.1) started with /usr/local/bin/emacs -q --no-site-file --eval '(blink-cursor-mode 0)' I would like to change the colors both of the foreground (the `thumb') and the background (the `trough') of the scroll bars. How do I do that? I personally use the native scroll-bar, but is the answer to your question in `(emacs)GTK resources' and following sections, especially `(emacs)GTK names in Emacs'? Sincerely, Luc.