From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Vektor Newsgroups: gmane.emacs.help Subject: Re: How To Resize Window To Specific Size ?? Date: Thu, 26 Aug 2004 09:03:06 +0800 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <1093482004.429380@sj-nntpcache-5> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1093482639 7089 80.91.224.253 (26 Aug 2004 01:10:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Aug 2004 01:10:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 26 03:10:30 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C08mb-0008AO-00 for ; Thu, 26 Aug 2004 03:10:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C08rC-0001CN-OZ for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Aug 2004 21:15:14 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!feed.news.tiscali.de!news.belwue.de!LF.net!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: 61.190.137.107 Original-X-Trace: quimby.gnus.org 1093482561 20179 61.190.137.107 (26 Aug 2004 01:09:21 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 26 Aug 2004 01:09:21 +0000 (UTC) User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:124941 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20291 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20291 for example: (if window-system (setq default-frame-alist (append '( ;; for 800x600 ;; (font . "8x13") (top . 0) (left . 0) (width . 95) (height . 36) ) default-frame-alist))) "Tennis Smith" writes: > Hi, > > The subject says it all. I would like to be able to set the exact screen > coordinates of my emacs window. Is that possible? > > TIA, > -Tennis > > > -- > Remove "-remove-to-reply" to respond to my email address directly. > > -- Remove all XYZ from my email to get the real one.