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: How to set the frame size of emacs Date: Fri, 17 Jul 2009 22:06:45 +0200 Message-ID: <88310E6A-77E4-4E1C-A576-CA4842D71EFC@Web.DE> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1247864198 24286 80.91.229.12 (17 Jul 2009 20:56:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Jul 2009 20:56:38 +0000 (UTC) To: Emacs list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 17 22:56:31 2009 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 1MRuTm-0001g1-R1 for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2009 22:56:31 +0200 Original-Received: from localhost ([127.0.0.1]:47147 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRuTm-0005hm-CS for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2009 16:56:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRtho-00017C-ST for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 16:06:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRthj-00011V-UG for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 16:06:56 -0400 Original-Received: from [199.232.76.173] (port=42408 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRthj-00011I-O3 for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 16:06:51 -0400 Original-Received: from fmmailgate02.web.de ([217.72.192.227]:50557) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRthi-0005Fj-HQ for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 16:06:51 -0400 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate02.web.de (Postfix) with ESMTP id 8E7B110B260EB for ; Fri, 17 Jul 2009 22:06:47 +0200 (CEST) Original-Received: from [91.35.247.201] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (WEB.DE 4.110 #277) id 1MRthf-0006on-00 for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 22:06:47 +0200 In-Reply-To: X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+7Q/zF9GF9+QmcL3Z7nYKhC50XZqrt9Y8pttN1 IIop1I7VhuI14z9POwDaJ3wwTVF4kTToCWIGefBM0iw1ViiegS o9ECUUZoZk+9W30TNEPg== 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:66184 Archived-At: Am 17.07.2009 um 19:26 schrieb Brian Adkins: >> (set-frame-height (selected-frame) 50) >> >> (set-frame-width (selected-frame) 80) > > I use the following: > > (set-frame-position (selected-frame) 0 0) > (set-frame-size (selected-frame) 237 59)) It's also possible to use in default- and initial-frame-alist (top . 50) (left . 150) (width . 80) (height . 50) and maybe more. In X11 you can put Emacs*geometry: 80x50+111+11 -- Greetings Pete Think of XML as Lisp for COBOL programmers. - Tony-A (some guy on /.)