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

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

Re: Maximize frame


From: Decebal
Subject: Re: Maximize frame
Date: Thu, 14 May 2009 03:30:30 -0700 (PDT)
User-agent: G2/1.0

On 14 mei, 10:36, p...@informatimago.com (Pascal J. Bourguignon)
wrote:
> Decebal <CLDWester...@gmail.com> writes:
> > I would like to maximize my Emacs on startup. I did find:
> >   (defun fullscreen ()
> >     (interactive)
> >     (x-send-client-message nil 0 nil "_NET_WM_STATE" 32
> >                     '(2 "_NET_WM_STATE_FULLSCREEN" 0)))
>
> > But that does a fullscreen, which loses the taskbar. Is there a way to
> > do a maximize instead of a fullscreen?
>
> Have a look at full-frame 
> inhttp://darcs.informatimago.com/public/emacs/pjb-emacs.el

I found severall functions which did something like that, but that is
only an aproximation. There is not a maximize screen equivalent for
_NET_WM_STATE_FULLSCREEN?


reply via email to

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