all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Sean Sieger <sean.sieger@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Emacs 23 scrollbar behavior
Date: Sat, 13 Mar 2010 13:57:19 +0100	[thread overview]
Message-ID: <7EE6B784-1BF4-46D0-8847-D4BE07D6679B@Web.DE> (raw)
In-Reply-To: <84vdd0qvp4.fsf@gmail.com>


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  
> dotemacs
>    file?
>
> I think you once posted your dotemacs in regards to appearance
> configurations.  I remember thinking, `Huh, look at (the names of)  
> those
> colors.'  To see in the image that you posted what I am assuming are  
> 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 – fore- *and* background...

For the standard GTK variant of GNU Emacs 23 I have;

	style "scroll"
	{
	  fg[NORMAL] = "tan3"                   # The arrow color.
	  bg[NORMAL] = "light goldenrod"        # The thumb and background  
around the arrow.
	  bg[ACTIVE] = "pale violet red"        # The trough color.
	  bg[PRELIGHT] = "lavender"             # The thumb color when the  
mouse is over it.
	}
	widget "*verticalScrollBar*" style "scroll"

It's just a hack. I'd have to study GTK a bit more – maybe next live,  
then when, hopefully, GTK has become something useful, something as  
elaborate as OpenWindows/OpenLook.

For the (for me) more useful Xaw3d variant I have this customisation:

	'(scroll-bar ((t (:background "light sky blue" :foreground  
"RosyBrown4"))))

– which does not seem to work completely, because foreground and  
background are the same in my picture. I should start to read the info  
file again...

--
Greetings

   Pete

Atheism is a non prophet organization.





  reply	other threads:[~2010-03-13 12:57 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-12 10:37 Emacs 23 scrollbar behavior Ingo Strüwing
2010-03-12 15:11 ` Peter Dyballa
2010-03-12 15:58   ` Ingo Strüwing
2010-03-12 19:46     ` Peter Dyballa
2010-03-12 20:01       ` Sean Sieger
2010-03-12 21:13         ` Peter Dyballa
2010-03-13  0:43           ` Sean Sieger
2010-03-13 10:13             ` Peter Dyballa
2010-03-13 11:59               ` Sean Sieger
2010-03-13 12:57                 ` Peter Dyballa [this message]
2010-03-14 22:12           ` Harry Putnam
2010-03-15  1:29             ` Sean Sieger
2010-03-15 20:33               ` Harry Putnam
2010-03-16 21:10                 ` Sean Sieger
2010-03-12 20:14       ` newer emacs on karmic, was: " Tom Roche
2010-03-12 21:08         ` Peter Dyballa
2010-03-12 22:32         ` newer emacs on karmic Tom Roche
2010-03-12 23:10           ` Peter Dyballa
2010-03-15 10:48         ` newer emacs on karmic, was: Emacs 23 scrollbar behavior Ingo Strüwing
2010-03-15 10:41       ` Ingo Strüwing
2010-03-15 19:44         ` Peter Dyballa
2010-03-16  8:36           ` Ingo Strüwing
2010-03-16 10:04             ` Peter Dyballa
2010-03-13  2:39     ` Bernardo
2010-03-13  1:13 ` Brendan Miller
2010-03-13 11:21   ` Peter Dyballa
2010-03-13 21:05     ` Brendan Miller
2010-03-13 22:40       ` Peter Dyballa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7EE6B784-1BF4-46D0-8847-D4BE07D6679B@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=sean.sieger@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.