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 16:41:09 +0200


Am 08.10.2008 um 12:18 schrieb Torben Knudsen:

xwininfo: Window id: 0x36000a5 "*scratch* - Emacs"

The outpur looks OK.

You could experiment with initial-frame-alist and default-frame- alist. Geometry settings when evaluated in *scratch* buffer apply, and overwrite X resources. Just an example:

        (setq initial-frame-alist '(
          (mouse-color           . "midnightblue")
          (foreground-color      . "grey20")
          (background-color      . "alice blue")
          (internal-border-width . 2)
          (line-spacing          . 1)
          (active-alpha          . 0.875)
          (inactive-alpha        . 0.75)
          (top . 25) (left . 650) (width . 91) (height . 50)))

BTW, how do you try to change the size of GNU Emacs' frame? Have tried to create a second frame (C-x 5 2)? And how do you change your X resources?

--
Greetings

  Pete

If it should exist, it doesn't.
                                – Arnold's First Law of Documentation





reply via email to

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