emacs-devel
[Top][All Lists]
Advanced

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

Re: Full screen mode on windows


From: Jason Rumney
Subject: Re: Full screen mode on windows
Date: Sun, 01 Jun 2008 03:02:28 +0100
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

Eli Zaretskii wrote:
From: address@hidden
Date: Sat, 31 May 2008 14:53:58 +0200
Cc: address@hidden

I would suggest looking at the existing fullscreen option for X:

      (set-frame-parameter nil 'fullscreen  'fullboth)

and make that work for w32, if it doesnt already!

It does work, although it only emulates the fullscreen mode.

But
   (w32-send-sys-command #xf030)

will do exactly what the OP wants.

Neither the fullscreen parameter, nor the command above produce a full screen window. They both produce a maximised window that still contains the window decorations, and does not overlap the taskbar.





reply via email to

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