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

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

Re: Mode-line face bug


From: Richard Stallman
Subject: Re: Mode-line face bug
Date: Wed, 07 Mar 2007 22:15:23 -0500

    ,----
    | Emacs.mode-line.attributeBackground:    #fbf8f1
    | Emacs.mode-line.attributeForeground:    #101010
    `----

    but I don't have such settings in my ~/.Xresources.

The window manager makes those, but you've identified an Emacs bug.
The bug is that, for frames other than the first,
the X resources override your customization:

    (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.
      '(mode-line ((t (:background "#00f8f1" :foreground "#1010ff" :box (:line-=
    width -1 :style released-button)))))
     )

Can someone please fix that, then ack?




reply via email to

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