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: Fri, 26 Jul 2013 02:11:05 +0200

On Thu, Jul 25, 2013 at 10:17 PM, Juanma Barranquero <lekktu@gmail.com> wrote:

>> as will this:
>>
>>     (let ((f (selected-frame))
>>           (f1 (make-frame)))
>>       (sit-for 0)
>>       (delete-frame f))
>
> I can add a (sit-for 0).

Adding (sit-for 0 t) just before the frame-deletion loop fixes the
issue with your patch, and invisible frames do work as expected.

Thanks,

    Juanma





reply via email to

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