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

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

bug#19075: `toggle-frame-maximized' and `toggle-frame-fullscreen' on Win


From: martin rudalics
Subject: bug#19075: `toggle-frame-maximized' and `toggle-frame-fullscreen' on Windows
Date: Mon, 17 Nov 2014 11:16:10 +0100

> It's the same problem.

What does (with Emacs 25.0.50)

(frame-parameter nil 'maximized)

give with your initial screen, that is, before you do
(toggle-frame-fullscreen)?

> By the way, I forgot to mention that sometimes it
> works and sometimes not, like if there was some concurrency issue.

I think so too.  You should be able to verify that by putting

(toggle-frame-maximized)
(sit-for 0)
(toggle-frame-fullscreen)

into your .emacs.

> But in
> the most cases it does not work.

It works here on Windows XP with Emacs 25.0.50.

martin





reply via email to

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