emacs-devel
[Top][All Lists]
Advanced

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

Re: A GTK-only problem when making frames invisible


From: Stephen Berman
Subject: Re: A GTK-only problem when making frames invisible
Date: Sat, 04 Feb 2017 21:12:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

On Sat, 04 Feb 2017 18:02:59 +0100 martin rudalics <address@hidden> wrote:

> For some time GTK builds of master here exhibit the following problem.
> Run emacs -Q, insert the three following lines in *scratch*
>
> (defvar frame (make-frame))
> (make-frame-invisible frame)
> (frame-visible-p frame)
>
> and evaluate them line by line.  Here, the last evaluation returns
> "icon" which is clearly wrong.  Running the same procedure with older
> versions including the release candidate delivers "nil" which is
> correct.

When I execute your recipe, after the make-frame-invisible invocation
the new frame get minimized, i.e., is only represented on the desktop as
an entry in the task bar (or panel in KDE terminology), and the
frame-visible-p invocation returns t.  Is that expected?    

This is with KDE 4.14.9 and GNU Emacs 26.0.50.3 (x86_64-suse-linux-gnu,
GTK+ Version 3.16.7) of 2017-02-01 built on rosalinde
Repository revision: 5d61ef0de9a3f5b1be9e93465cb88aae995975ba
Windowing system distributor 'The X.Org Foundation', version 11.0.11601000
System Description:     openSUSE 13.2 (Harlequin) (x86_64)

Steve Berman



reply via email to

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