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

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

Re: set-frame-parameter fullscreen


From: Jan Djärv
Subject: Re: set-frame-parameter fullscreen
Date: Fri, 02 Feb 2007 10:43:53 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20070103)

address@hidden skrev:
> GNU Emacs 22.0.93.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
>  of 2007-01-29 on quant8
> 
> 1. (set-frame-parameter nil 'fullscreen 'fullheight)
>    takes a noticeable time to execute (few seconds).

There is quite a bit of send client events, get properties and stuff going on,
but it is according to the Extended Window Manager Hints Specification.  I
have seen that it is very slow when running on a remote display over a not so
fast connection.  When I run locally it is very fast (maybe 0.1 second).

We could implement some sort of caching of the query where we find out what
the window manager supports.  But I think that is something for after the
release, and the initial fullscreen would then be as slow as before anyway.

> 
> 2. there is no way to undo its effects (the emacs frame - the window
>    from the Gnome's POV - becomes unresizeable in the vertical direction)
> 
> 

That was a bug,
(set-frame-parameter nil 'fullscreen nil)

should work now.  The "unresizable" property is a thing your window manager
decides.

        Jan D.




reply via email to

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