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

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

bug#1032: marked as done (foreground-color in default-frame-alist affect


From: Emacs bug Tracking System
Subject: bug#1032: marked as done (foreground-color in default-frame-alist affects tooltips, while background-color does not)
Date: Wed, 29 Oct 2008 18:50:04 -0700

Your message dated Thu, 30 Oct 2008 02:43:27 +0100
with message-id <f7ccd24b0810291843l2edc56fbx3b275a029ba0ee81@mail.gmail.com>
and subject line Re: bug#1032: foreground-color in default-frame-alist affects 
tooltips, while background-color does not
has caused the Emacs bug report #1032,
regarding foreground-color in default-frame-alist affects tooltips, while 
background-color does not
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
1032: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1032
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: foreground-color in default-frame-alist affects tooltips, while background-color does not Date: Fri, 26 Sep 2008 10:40:10 +0200
Package: emacs,w32
Version: 23.0.60

default-frame-alist affects tooltips on Windows, but the background of
the tooltip window is not affected.

With

(setq default-frame-alist
      '((background-mode  . dark)
        (background-color . "black")
        (foreground-color . "white")))

the tooltip text foreground is white, but the background is still the
default lightyellow, so the text is not visible.




--- End Message ---
--- Begin Message --- Subject: Re: bug#1032: foreground-color in default-frame-alist affects tooltips, while background-color does not Date: Thu, 30 Oct 2008 02:43:27 +0100
Martin, I've fixed #1032 with a variant of the patch you sent.

The other issue, about tooltip-show modifying
tooltip-frame-parameters, seems deliberate. tooltip.el defines a
function tooltip-set-param with the explicit intent of modifying its
argument alist, and `tooltip-show' copies `tooltip-frame-parameters'
with copy-sequence, instead of copy-alist, and then uses
`tooltip-set-param' on it.

I can only imagine the idea was that `tooltip-frame-parameters' should
not contain misleading (fore|back)ground-color entries that weren't
really applied while creating the tooltip. Still, it seems weird to
modify under-the-hood a customizable variable.

             Juanma


--- End Message ---

reply via email to

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