From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs geometry Date: Tue, 25 Jul 2006 21:06:00 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1153850803 23507 80.91.229.2 (25 Jul 2006 18:06:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Jul 2006 18:06:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 25 20:06:41 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G5RIg-0002Un-AT for ged-emacs-devel@m.gmane.org; Tue, 25 Jul 2006 20:06:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5RIf-0001UB-M5 for ged-emacs-devel@m.gmane.org; Tue, 25 Jul 2006 14:06:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5RIB-0001HR-PO for emacs-devel@gnu.org; Tue, 25 Jul 2006 14:06:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5RI8-0001DS-Ge for emacs-devel@gnu.org; Tue, 25 Jul 2006 14:06:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5RI7-0001Cw-JO for emacs-devel@gnu.org; Tue, 25 Jul 2006 14:05:59 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5RJT-0007JE-Le for emacs-devel@gnu.org; Tue, 25 Jul 2006 14:07:23 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-194-199.inter.net.il [83.130.194.199]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id EGP42873 (AUTH halo1); Tue, 25 Jul 2006 21:05:56 +0300 (IDT) Original-To: "Drew Adams" In-reply-to: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:57626 Archived-At: > From: "Drew Adams" > Date: Mon, 24 Jul 2006 21:15:10 -0700 > > With emacs -Q: > > The initial frame is 2 or 3 cm from the upper left of the display (more or > less like what happens if you do (set-frame-position (selected-frame) 100 > 100)); in the past, the initial frame has always been flush with top left. With "emacs -Q" and without any geometry definitions in the registry, this is now the intended behavior. I think it's an improvement over what was before, but that's me.