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

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

Re: How To Resize Window To Specific Size ??


From: Vektor
Subject: Re: How To Resize Window To Specific Size ??
Date: Thu, 26 Aug 2004 09:03:06 +0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

for example:

(if window-system
    (setq default-frame-alist
          (append
           '(
             ;; for 800x600
             ;; (font . "8x13")
             (top . 0)
             (left . 0)
             (width . 95)
             (height . 36)
             )
           default-frame-alist)))

"Tennis Smith" <tennis_smith@yahoo-remove-to-reply.com> writes:

> Hi,
>
> The subject says it all.  I would like to be able to set the exact screen
> coordinates of my emacs window.  Is that possible?
>
> TIA,
> -Tennis
>
>
> --
> Remove "-remove-to-reply" to respond to my  email address directly.
>
>

-- 
Remove all XYZ from my email to get the real one.


reply via email to

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