From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: david.boon@gmail.com Newsgroups: gmane.emacs.help Subject: Re: how to set window starting coordinates? Date: 17 Jan 2005 12:44:14 -0800 Organization: http://groups.google.com Message-ID: <1105994654.009453.228500@c13g2000cwb.googlegroups.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1105994906 2937 80.91.229.6 (17 Jan 2005 20:48:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Jan 2005 20:48:26 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 17 21:48:20 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 1CqdnP-0003TF-00 for ; Mon, 17 Jan 2005 21:48:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqdzH-0000BZ-O5 for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Jan 2005 16:00:35 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!c13g2000cwb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: 66.133.138.130 Original-X-Trace: posting.google.com 1105994659 14212 127.0.0.1 (17 Jan 2005 20:44:19 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 17 Jan 2005 20:44:19 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: c13g2000cwb.googlegroups.com; posting-host=66.133.138.130; posting-account=qWIiRQ0AAADzG0er_50Td3DC9areuvGb Original-Xref: shelby.stanford.edu gnu.emacs.help:127949 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: , 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:23437 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23437 Mickey Ferguson wrote: > I'm using GNU Emacs 21.3.1 on Windows XP. 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)? I can't seem to find the answer - I'm probably trying > the wrong keywords when searching via M-x apropos. An acceptable answer is > any of the following: through a registry setting, through something to put > into my .emacs, or as a last resort, through something to be passed via > command line. > > TIA! The technique suggested in faq results in the window frame jumping around, sort of goofy if you ask me. I use custom settings in the registry. If you create registry entries like the following I'm sure you'll get what you're after: [HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs] "Emacs.FONT"="-*-Lucida Console-normal-r-*-*-11-82-96-96-c-*-iso8859-1" "Emacs.GEOMETRY"="90x60"