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

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

bug#14841: Frames created invisible have their visibility parameter set


From: Juanma Barranquero
Subject: bug#14841: Frames created invisible have their visibility parameter set to t
Date: Sat, 20 Jul 2013 15:01:05 +0200

On Sat, Jul 20, 2013 at 2:56 PM, Eli Zaretskii <eliz@gnu.org> wrote:

>> 1) A frame created via (make-frame '((visibility . nil))) is
>> invisible, but elisp thinks it is visible.
>
> How do you see that?  The example below clearly says "nil", not "t".

I don't understand. This is exactly the original report:

emacs -Q
M-: (setq *f* (make-frame '((visibility . nil)))) <RET>
M-: (frame-visible-p *f*) <RET>
 => t


> I think this is to be expected (and unrelated to this bug).

I said "two different bugs", so yes, unrelated. As for being expected, why?





reply via email to

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