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

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

Re: Maximize frame


From: Pascal J. Bourguignon
Subject: Re: Maximize frame
Date: Thu, 14 May 2009 14:33:50 +0200
User-agent: Gnus/5.101 (Gnus v5.10.10) Emacs/22.2 (gnu/linux)

Lennart Borgman <lennart.borgman@gmail.com> writes:

> On Thu, May 14, 2009 at 12:32 PM, Decebal <CLDWesterhof@gmail.com> wrote:
>> On 14 mei, 10:49, Nurullah Akkaya <nurul...@nakkaya.com> wrote:
>>> Decebal wrote:
>>> > 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?
>
> Unfortunately there is no function in Emacs to make a frame
> fullscreen. What platform do you use Emacs on?

This is a little strong a statement!  Obviously, the function 
   (lambda () (full-frame))
is a function in emacs to make a frame full screen (given my
full-frame function whose URI I mentionned previously), and it exists!

-- 
__Pascal Bourguignon__


reply via email to

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