emacs-devel
[Top][All Lists]
Advanced

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

Re: display-until.el - Display a window or frame topmost in the frame st


From: martin rudalics
Subject: Re: display-until.el - Display a window or frame topmost in the frame stack until a condition or timeout occurs
Date: Wed, 20 Dec 2017 09:54:31 +0100

> I will try on GNU/Linux as soon as I have that machine running again.

I tried your functions on GNU/Linux now.  The GTK build seems to handle
them as expected.  The other builds (Motif, Lucid and no-toolkit) have
the frame lose its title bar after executing the

  (progn (set-frame-parameter (display-until-get-frame-by-name "My-Frame") 
'visibility t)
         (display-frame-until "My-Frame"))

form.  So far I have not been able to reproduce such behavior by just
making a frame invisible and visible again.

martin



reply via email to

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