all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Maximize frame
@ 2009-05-14  7:44 Decebal
  2009-05-14  8:36 ` Pascal J. Bourguignon
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Decebal @ 2009-05-14  7:44 UTC (permalink / raw)
  To: help-gnu-emacs

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?


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2009-05-14 13:52 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-14  7:44 Maximize frame Decebal
2009-05-14  8:36 ` Pascal J. Bourguignon
2009-05-14 10:30   ` Decebal
2009-05-14  8:49 ` Nurullah Akkaya
     [not found] ` <mailman.7143.1242291118.31690.help-gnu-emacs@gnu.org>
2009-05-14 10:32   ` Decebal
2009-05-14 11:26     ` Lennart Borgman
     [not found]     ` <mailman.7148.1242300429.31690.help-gnu-emacs@gnu.org>
2009-05-14 12:07       ` Decebal
2009-05-14 12:33       ` Pascal J. Bourguignon
2009-05-14 13:25         ` Lennart Borgman
2009-05-14 11:39 ` Michael Heerdegen
2009-05-14 12:03   ` Decebal
2009-05-14 12:14     ` Decebal
2009-05-14 12:37       ` Pascal J. Bourguignon
2009-05-14 13:52         ` Richard Riley
2009-05-14 13:20       ` Decebal

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.