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

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

Re: Size of emacs window can't exceed 59 in height


From: Peter Dyballa
Subject: Re: Size of emacs window can't exceed 59 in height
Date: Wed, 8 Oct 2008 22:41:25 +0200


Am 08.10.2008 um 20:50 schrieb Chetan:

Value:
((width . 120)
 (height . 64)


So you see the reason why GNU Emacs 22.x is always in "pole position." I think GNU Emacs 21.3 was not using *-frame-alist, so it follows the geometry as specified on invocation.

To cure your GNU Emacs 22.x problem:

    (setq default-frame-alist
      (append (list
        (top . 200) (left . 300)
        ) default-frame-alist))


--
Greetings

  Pete

I hope to die before I *have* to use Microsoft Word.
                        - Donald E. Knuth, 2001-10-02 in Tübingen.







reply via email to

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