emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.50; face-problems with multy-tty


From: Dan Nicolaescu
Subject: Re: 23.0.50; face-problems with multy-tty
Date: Thu, 06 Sep 2007 14:16:28 -0700

Tassilo Horn <address@hidden> writes:

  > Please write in English if possible, because the Emacs maintainers
  > usually do not have translators to read other languages for them.
  > 
  > Your bug report will be posted to the address@hidden mailing list.
  > 
  > Please describe exactly what actions triggered the bug
  > and the precise symptoms of the bug:
  > 
  > Since multi-tty has been merged, I start emacs as a detached server with
  > screen.  Here's the command line I use to reproduce the problem:
  > 
  >   screen -d -m -S test emacs -nw --eval "(setq server-name \"test\")" \
  >          -Q -l foo.el --funcall server-start
  > 
  > The file foo.el contains my custom-set-faces:

Here a simplified test case:

set TERM to vt100 (so that the frame background is considered to be 'dark by 
default)

Save this as test.el: 
(custom-set-faces
 '(font-lock-string-face ((((class color) (min-colors 88) (background light)) 
(:foreground "RosyBrown4")))))

run:
emacs -nw -q -l test.el 
M-x server-start RET

Now run:

emacsclient 

look in the emacsclient frame at font-lock-string face, the foreground
will be nil.

Somehow the faces are not initialized correctly. My suspicion is that
when the faces are computed the background mode might no be set
correctly.

Can somebody that knows how these things are supposed to work take a
look ?





reply via email to

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