From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Size of emacs window can't exceed 59 in height Date: Wed, 8 Oct 2008 16:41:09 +0200 Message-ID: <26A92774-AB5D-4A02-B95D-47CB385C8A88@Web.DE> References: <87vdw3o5b5.fsf@es.aau.dk> <87fxn7o2xt.fsf@es.aau.dk> <289AC3F2-480A-489F-87BC-14C94C44B2B2@Web.DE> <87zllfmlu5.fsf@es.aau.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1223477588 8832 80.91.229.12 (8 Oct 2008 14:53:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Oct 2008 14:53:08 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Torben Knudsen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 08 16:54:03 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KnaIh-0007Qm-Uv for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Oct 2008 16:46:08 +0200 Original-Received: from localhost ([127.0.0.1]:50994 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnaHe-0003Mu-92 for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Oct 2008 10:45:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnaGD-0002rB-3l for help-gnu-emacs@gnu.org; Wed, 08 Oct 2008 10:43:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnaG8-0002pO-FK for help-gnu-emacs@gnu.org; Wed, 08 Oct 2008 10:43:32 -0400 Original-Received: from [199.232.76.173] (port=60803 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnaG8-0002pG-3R for help-gnu-emacs@gnu.org; Wed, 08 Oct 2008 10:43:28 -0400 Original-Received: from fmmailgate02.web.de ([217.72.192.227]:39578) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnaG8-0003NQ-3F for help-gnu-emacs@gnu.org; Wed, 08 Oct 2008 10:43:28 -0400 Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate02.web.de (Postfix) with ESMTP id 1DF6AF194B39; Wed, 8 Oct 2008 16:41:16 +0200 (CEST) Original-Received: from [91.35.187.235] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.109 #226) id 1KnaDz-0000jK-00; Wed, 08 Oct 2008 16:41:16 +0200 In-Reply-To: <87zllfmlu5.fsf@es.aau.dk> X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX187e12rThgZuh39vjxtQDsqe6VlSkpGJs1bryXP bl9x+N0qdLm9JXsd0ppAESIf69Q3fRi/cp8PyiNowjmuXNUhak Z2RwRkF/8Z0usPus9yjw== X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58541 Archived-At: 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-=20 alist. Geometry settings when evaluated in *scratch* buffer apply, =20 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 =20 tried to create a second frame (C-x 5 2)? And how do you change your =20 X resources? -- Greetings Pete If it should exist, it doesn't. =96 Arnold's First Law of Documentation