From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: how to set window starting coordinates? Date: Mon, 17 Jan 2005 14:57:16 +0100 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1105970535 20752 80.91.229.6 (17 Jan 2005 14:02:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Jan 2005 14:02:15 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 17 15:02:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CqXSJ-0007Yt-00 for ; Mon, 17 Jan 2005 15:02:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqXeA-0006rk-RP for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Jan 2005 09:14:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CqXcx-0006Lp-Qi for help-gnu-emacs@gnu.org; Mon, 17 Jan 2005 09:13:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CqXcu-0006KH-54 for help-gnu-emacs@gnu.org; Mon, 17 Jan 2005 09:13:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqXcu-0006HH-1o for help-gnu-emacs@gnu.org; Mon, 17 Jan 2005 09:13:04 -0500 Original-Received: from [217.72.192.225] (helo=smtp07.web.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CqXNj-0002pB-FA for help-gnu-emacs@gnu.org; Mon, 17 Jan 2005 08:57:24 -0500 Original-Received: from [80.184.177.89] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.103 #184) id 1CqXNi-0001qh-00; Mon, 17 Jan 2005 14:57:22 +0100 In-Reply-To: Original-To: "Mickey Ferguson" X-Mailer: Apple Mail (2.619) X-Sender: Peter_Dyballa@web.de 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: main.gmane.org gmane.emacs.help:23422 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23422 Am 15.01.2005 um 02:07 schrieb Mickey Ferguson: > Is there a way for me to set the > location and size of the window when I first start it from the windows > Start > Menu (runemacs.exe)? You could try such things in .emacs: (setq initial-frame-alist '( (font . "fontset-12pt_monaco") (top . 5) (left . 50) (width . 89) (height . 60))) (setq default-frame-alist '( (background-color . "honeydew") (vertical-scroll-bars . left) (font . "fontset-12pt_monaco") (top . 9) (left . 500) (width . 89) (height . 50))) -- Greetings Pete Behold the warranty ... the bold print giveth and the fine print taketh away.