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

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

Re: Fullscreen GTK Emacs possible?


From: weber
Subject: Re: Fullscreen GTK Emacs possible?
Date: 8 May 2007 06:15:59 -0700
User-agent: G2/1.0

On 7 maio, 15:18, Stephen Berman <Stephen.Ber...@gmx.net> wrote:
> On 7 May 2007 06:34:55 -0700 Enselic <ense...@gmail.com> wrote:
>
> > Is there a fulll screen mode when Emacs is compiled --with-gtk?
> > rgrepping the source for fullscreen gives many hits, but I'm not sure
> > if that is the fullscreen I want, or if it is, how to activate it.
>
> > By fullscreen I mean that the main window would expand to fill the
> > whole screen, including putting itself over panels. If you have
> > Firefox I would like to be able to get the same effect in Emacs as I
> > get when I press F11 in Firefox.
>
> To make a fullscreen frame:
>
> (make-frame '((fullscreen . fullboth)))
>
> To change the current frame from fullscreen to non-fullscreen.
>
> (modify-frame-parameters nil '((fullscreen . nil)))
>
> You can all pass --fullscreen as an option when invoking Emacs from
> the command line.
>
> Steve Berman

You can get a fullscreen using devilspie, it works great.
-weber



reply via email to

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