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

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

frames do not inherit specified window colors


From: Daniel Ortmann
Subject: frames do not inherit specified window colors
Date: 15 Jan 2001 18:32:18 -0600

This bug report will be sent to the Free Software Foundation,
 not to your local site managers!!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

In GNU Emacs 20.7.1 (i386--freebsd, X toolkit)
 of Fri Sep 22 2000 on pyrl.eye
configured using `configure  --with-x-toolkit --with-pop --prefix=/usr/local 
i386--freebsd'

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

I have the following in my .emacs file, choosing to set colors
explicitly rather than rely on .Xdefaults, etc.  This is useful when
debugging problems using someone else's unix session.  A simple "emacs
-u ortmann" sets up my preferred colors, avoiding unproductive mucking
with .Xdefaults files:

(if window-system
    (progn
      (set-foreground-color "tan3")
      (set-background-color "gray5")
      (set-cursor-color     "green3")
      (set-mouse-color      "lightgreen")
      (set-border-color     "gray5")
      ))

The problem is that when I open another frame, I am missing my colors!

As a work-around I pull up my .emacs file, search for my colors, and C-x
C-e to evaluate & set the colors.

Could new frames please inherit colors from .Xdefaults ONLY if not
already set explicitly?  If they *are* already set explicitly, as above,
could those colors please be used?

Thanks!


Recent input:
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-SPC M-v C-p C-p C-p C-p 
C-p C-p C-p C-p C-p C-p C-p M-w M-x r e p o r tab return 
C-g C-v C-l C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p 
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-l C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n M-< C-s C-s C-s 
C-e C-b C-SPC M-b M-b M-b M-b M-b M-b M-b M-w M-x r 
e p o r tab return

Recent messages:
Mark saved where search started
Mark set [3 times]
Saved text until "e
> colors please be used?
> 
> Thanks!
"
Quit
Mark set
Mark saved where search started

-- 
Daniel Ortmann       IBM Circuit Technology
2414 30 av NW, #D    E315, bldg 040-2
Rochester, MN 55901  3605 Hwy 52 N
507.288.7732 (h)     507.253.6795 (w)
ortmann@isl.net      ortmann@us.ibm.com

"The answers are so simple and we all know where to look,
but it's easier just to avoid the question." -- Kansas



reply via email to

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