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) _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
