all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Torben Knudsen <tk@es.aau.dk>
To: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Size of emacs window can't exceed 59 in height
Date: Fri, 10 Oct 2008 08:49:03 +0200	[thread overview]
Message-ID: <87prm9hrmo.fsf@es.aau.dk> (raw)
In-Reply-To: <26A92774-AB5D-4A02-B95D-47CB385C8A88@Web.DE> (Peter Dyballa's message of "Wed\, 8 Oct 2008 16\:41\:09 +0200")

>>>>> "Peter" == Peter Dyballa <Peter_Dyballa@Web.DE> writes:

Peter> Am 08.10.2008 um 12:18 schrieb Torben Knudsen:

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

Peter> The outpur looks OK.

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

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

In .Xresources

emacs.geometry:80x64+1440

In .emacs

(setq default-frame-alist '((width . 80) (height . 64)))
(setq initial-frame-alist '((top . 1) (left . 1) (width . 80) (height . 64)))

After startup of emacs these values are:

initial-frame-alist is a variable defined in `frame.el'.
Its value is 
((top . 1)
 (left . 1)
 (width . 80)
 (height . 64))

default-frame-alist is a variable defined in `C source code'.
Its value is 
((menu-bar-lines . 1)
 (tool-bar-lines . 0)
 (vertical-scroll-bars)
 (width . 80)
 (height . 64))

Still the window is 80 x 59

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

C-x 5 2 Gives a frame of size 80 x 53

I use .Xresources

-- 
Associate Prof. Ph.D Torben Knudsen	Mobile	: (+45) 2787 9826
Section of Automation and Control,	Direct	: 6 8694
Department of Electronic Systems,	Email	: tk@es.aau.dk   
Aalborg University 
Fredrik Bajersvej 7 
DK-9220 Aalborg Ø
Denmark 




  reply	other threads:[~2008-10-10  6:49 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-08  8:32 Size of emacs window can't exceed 59 in height Torben Knudsen
2008-10-08  9:03 ` Peter Dyballa
2008-10-08  9:23   ` Torben Knudsen
2008-10-08  9:57     ` Peter Dyballa
2008-10-08 10:18       ` Torben Knudsen
2008-10-08 14:41         ` Peter Dyballa
2008-10-10  6:49           ` Torben Knudsen [this message]
2008-10-10  9:25             ` Peter Dyballa
2008-10-10 11:14               ` Torben Knudsen
2008-10-10 13:31                 ` Peter Dyballa
2008-10-13  6:33                   ` Torben Knudsen
2008-10-13  8:31                     ` Peter Dyballa
     [not found]       ` <mailman.551.1223461110.25473.help-gnu-emacs@gnu.org>
2008-10-08 15:59         ` Chetan
2008-10-08 17:53           ` Peter Dyballa
     [not found]           ` <mailman.599.1223488487.25473.help-gnu-emacs@gnu.org>
2008-10-08 18:50             ` Chetan
2008-10-08 20:41               ` Peter Dyballa
     [not found]               ` <mailman.617.1223498497.25473.help-gnu-emacs@gnu.org>
2008-10-08 23:20                 ` Chetan
2008-10-09  9:03                   ` Peter Dyballa
     [not found]                   ` <mailman.669.1223543046.25473.help-gnu-emacs@gnu.org>
2008-10-09 12:16                     ` Chetan
2008-10-10  0:34                     ` Tim X
2008-10-10 14:16                       ` Chetan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87prm9hrmo.fsf@es.aau.dk \
    --to=tk@es.aau.dk \
    --cc=Peter_Dyballa@Web.DE \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.