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

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

Re: How to set window size in .emacs and have that size respected?


From: WalterGR
Subject: Re: How to set window size in .emacs and have that size respected?
Date: Tue, 13 Jan 2009 08:24:55 -0800 (PST)
User-agent: G2/1.0

On Jan 13, 8:17 am, WalterGR <walte...@gmail.com> wrote:
> Oh, I get it now...  Your message led me to the right Google
> incantation, and I found
>
> http://osdir.com/ml/emacs.bugs/2002-11/msg00143.html
>
> which suggests "This is a known problem, but nobody knows how to fix
> it."  [snip]

...which doesn't seem to be true.  I solved the problem satisfactorily
by adapting a solution from [1]:

(defun maximize-window-vertically ()
  (interactive)
  (x-send-client-message nil 0 nil "_NET_WM_STATE" 32
                         '(2 "_NET_WM_STATE_MAXIMIZED_VERT" 0)))
(maximize-window-vertically)

Thanks,

Walter

[1] http://ubuntuforums.org/showthread.php?t=782196


reply via email to

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