emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scroll-bar face gets changed in a new frame


From: Leo
Subject: scroll-bar face gets changed in a new frame
Date: Sun, 07 Jan 2007 05:51:46 +0000
User-agent: Gnus v5.11, Emacs/23.0.0.1 (2007-01-01), Fedora 6 gnu/linux

Hi all,

I suspect this is a bug. Tested in GNU Emacs 22.0.92.2
(i686-pc-linux-gnu, GTK+ Version 2.6.4) of 2007-01-07 on soup

Start Emacs with "emacs -q -l emacs-custom".

where emacs-custom is this:

,----[ emacs-custom ]
| (custom-set-faces
|   ;; custom-set-faces was added by Custom.
|   ;; If you edit it by hand, you could mess it up, so be careful.
|   ;; Your init file should contain only one such instance.
|   ;; If there is more than one, they won't work right.
|  '(scroll-bar ((t (:background "#2e3436" :foreground "#eeeeec")))))
`----

In the initial frame:

,----[ M-x describe-face RET scroll-bar ]
|      ...
|      Foreground: #eeeeec
|      Background: #2e3436
|      ...
`----

Then make a new frame with 'C-x 5 2' and it becomes

,----[ M-x describe-face RET scroll-bar ]
|      ...
|      Foreground: #101010
|      Background: #fbf8f1
|      ...
`----

In emacs that compiles with "--without-toolkit-scroll-bars", you can
see the change visually.

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]