* Fullscreen GTK Emacs possible?
@ 2007-05-07 13:34 Enselic
2007-05-07 15:31 ` Maciej Katafiasz
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Enselic @ 2007-05-07 13:34 UTC (permalink / raw)
To: help-gnu-emacs
Hello,
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.
If this is not currently possible, where in the code would such a
change be made? gtkutil.c?
Martin Nordholts
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Fullscreen GTK Emacs possible?
2007-05-07 13:34 Fullscreen GTK Emacs possible? Enselic
@ 2007-05-07 15:31 ` Maciej Katafiasz
2007-05-07 18:18 ` Stephen Berman
[not found] ` <mailman.376.1178562391.32220.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 4+ messages in thread
From: Maciej Katafiasz @ 2007-05-07 15:31 UTC (permalink / raw)
To: help-gnu-emacs
Den Mon, 07 May 2007 06:34:55 -0700 skrev Enselic:
> 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.
If you don't want to do it programatically, just by keypresses, the
easiest option for you is to use your window manager's keybindings. For
instance, I have Alt+F11 bound to toggle_fullscreen action in metacity.
Cheers,
Maciej
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Fullscreen GTK Emacs possible?
2007-05-07 13:34 Fullscreen GTK Emacs possible? Enselic
2007-05-07 15:31 ` Maciej Katafiasz
@ 2007-05-07 18:18 ` Stephen Berman
[not found] ` <mailman.376.1178562391.32220.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 4+ messages in thread
From: Stephen Berman @ 2007-05-07 18:18 UTC (permalink / raw)
To: help-gnu-emacs
On 7 May 2007 06:34:55 -0700 Enselic <enselic@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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Fullscreen GTK Emacs possible?
[not found] ` <mailman.376.1178562391.32220.help-gnu-emacs@gnu.org>
@ 2007-05-08 13:15 ` weber
0 siblings, 0 replies; 4+ messages in thread
From: weber @ 2007-05-08 13:15 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-05-08 13:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-07 13:34 Fullscreen GTK Emacs possible? Enselic
2007-05-07 15:31 ` Maciej Katafiasz
2007-05-07 18:18 ` Stephen Berman
[not found] ` <mailman.376.1178562391.32220.help-gnu-emacs@gnu.org>
2007-05-08 13:15 ` weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).