emacs-devel
[Top][All Lists]
Advanced

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

emacs --daemon and X faces becoming "unspecified"


From: Jonathan Rockway
Subject: emacs --daemon and X faces becoming "unspecified"
Date: Fri, 06 Feb 2009 02:20:38 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Hi all,

I've recently started using emacs --daemon + emacsclient -c as my
primary means of interacting with emacs.  Generally, it works great, but
I have noticed that I can no longer set the default face via custom.

In my custom-set-faces section, I have a line that looks like:

'(default ((default (:stipple nil :background "black" :foreground
"gray90" :inverse-video nil :box nil :strike-through nil :overline nil
:underline nil :slant normal :weight normal :height 72 :width normal
:foundry "bitstream" :family "Bitstream Vera Sans Mono")) (nil nil)))

The key is that "background" is black.  I do indeed get a black
background, but if I view the default face in custom, custom thinks the
background is "unspecified-bg".  If I change this to something else and
set or save the custom face, emacs goes into an infinite loop.  (I can
provide more details about this; C-g doesn't kill it, though.)

Everything else generally works OK, except occasionally I get
messages like ``Unable to load color "unspecified-bg" [6 times]'' in
*Messages*.  This doesn't seem to be causing any malfunction, though.

Finally, if I just run "emacs" normally (not emacsclient -c), everything
works fine.  The color is "black" in customize, I don't get warning
messages, and I can change the color and set/save.

Anyway, any pointers on where to look for the cause of this would be
appreciated.  It doesn't seem to be a very critical problem, but it
would be nice to understand what's causing it.

Regards,
Jonathan Rockway

--
print just => another => perl => hacker => if $,=$"




reply via email to

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