From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Emacs 23 scrollbar behavior Date: Sat, 13 Mar 2010 13:57:19 +0100 Message-ID: <7EE6B784-1BF4-46D0-8847-D4BE07D6679B@Web.DE> References: <4B9A1954.3090000@sun.com> <6A2DE4FE-D92F-42A3-90BF-0C9D4DB521FC@Web.DE> <4B9A6496.8030100@sun.com> <5D5942FA-1B74-46ED-A7F8-1EE24AC93A8C@Web.DE> <87tysle2d0.fsf@gmail.com> <4180FC29-D21D-4E6A-ABAE-B2352E52CA1D@Web.DE> <87mxyddpb1.fsf@gmail.com> <45CB0594-81DB-4213-A125-518F176B9D38@Web.DE> <84vdd0qvp4.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1268485201 15105 80.91.229.12 (13 Mar 2010 13:00:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 13 Mar 2010 13:00:01 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Sean Sieger Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 13 13:59:56 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NqQvp-000375-EB for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Mar 2010 13:59:56 +0100 Original-Received: from localhost ([127.0.0.1]:59592 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqQvc-00043i-QD for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Mar 2010 07:58:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NqQvG-00043b-W9 for help-gnu-emacs@gnu.org; Sat, 13 Mar 2010 07:58:31 -0500 Original-Received: from [140.186.70.92] (port=37488 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqQvC-0003hY-W8 for help-gnu-emacs@gnu.org; Sat, 13 Mar 2010 07:58:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NqQuB-0006ju-2F for help-gnu-emacs@gnu.org; Sat, 13 Mar 2010 07:57:24 -0500 Original-Received: from fmmailgate03.web.de ([217.72.192.234]:34005) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NqQuA-0006jm-Mc for help-gnu-emacs@gnu.org; Sat, 13 Mar 2010 07:57:23 -0500 Original-Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate03.web.de (Postfix) with ESMTP id 15BBC1441D614; Sat, 13 Mar 2010 13:57:21 +0100 (CET) Original-Received: from [91.35.166.195] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (WEB.DE 4.110 #314) id 1NqQu8-00050D-00; Sat, 13 Mar 2010 13:57:20 +0100 In-Reply-To: <84vdd0qvp4.fsf@gmail.com> X-Mailer: Apple Mail (2.936) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+gmCjAqnWsufLpVki6N9Bc03OzT9g0wk8wt8sP tGrBmvdUCMmt992NPnh4ZcBVivKAu7Wjl9OCKHNk/HkWspPyR+ GU821iF4xB9KGSXfblrQ== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72411 Archived-At: Am 13.03.2010 um 12:59 schrieb Sean Sieger: > Peter Dyballa writes: > > What do you mean? To what do you construct a connection of my =20 > dotemacs > file? > > I think you once posted your dotemacs in regards to appearance > configurations. I remember thinking, `Huh, look at (the names of) =20 > those > colors.' To see in the image that you posted what I am assuming are =20= > the > very same colors, I wanted to try it. Maybe I'm dreaming. > I had some X resources (could be there are more for GNU Emacs): Emacs*verticalScrollBar.background: green It seems to apply for GNU Emacs 22.x =96 fore- *and* background... For the standard GTK variant of GNU Emacs 23 I have; style "scroll" { fg[NORMAL] =3D "tan3" # The arrow color. bg[NORMAL] =3D "light goldenrod" # The thumb and = background =20 around the arrow. bg[ACTIVE] =3D "pale violet red" # The trough color. bg[PRELIGHT] =3D "lavender" # The thumb color when = the =20 mouse is over it. } widget "*verticalScrollBar*" style "scroll" It's just a hack. I'd have to study GTK a bit more =96 maybe next live, =20= then when, hopefully, GTK has become something useful, something as =20 elaborate as OpenWindows/OpenLook. For the (for me) more useful Xaw3d variant I have this customisation: '(scroll-bar ((t (:background "light sky blue" :foreground =20 "RosyBrown4")))) =96 which does not seem to work completely, because foreground and =20 background are the same in my picture. I should start to read the info =20= file again... -- Greetings Pete Atheism is a non prophet organization.