From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.devel Subject: Re: GNU Emacs no longer honours top and left parameterstomake-frame Date: Sun, 29 Oct 2006 00:38:50 +0200 Organization: nil Message-ID: References: <87ac4vxi6y.fsf@dre.vanderbilt.edu> <87odta5ujq.fsf@neutrino.caeruleus.net> <53074.203.180.16.76.1160261193.squirrel@weber.math.s.chiba-u.ac.jp> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162075157 22823 80.91.229.2 (28 Oct 2006 22:39:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Oct 2006 22:39:17 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 29 00:39:16 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 1Gdwpd-0003vq-LG for ged-emacs-devel@m.gmane.org; Sun, 29 Oct 2006 00:39:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gdwpd-0006T1-6D for ged-emacs-devel@m.gmane.org; Sat, 28 Oct 2006 18:39:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GdwpR-0006Sb-3J for emacs-devel@gnu.org; Sat, 28 Oct 2006 18:39:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GdwpO-0006S1-TC for emacs-devel@gnu.org; Sat, 28 Oct 2006 18:39:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdwpO-0006Rx-Q1 for emacs-devel@gnu.org; Sat, 28 Oct 2006 18:38:58 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GdwpO-00010Z-Mx for emacs-devel@gnu.org; Sat, 28 Oct 2006 18:38:58 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GdwpJ-0003s2-Gf for emacs-devel@gnu.org; Sun, 29 Oct 2006 00:38:53 +0200 Original-Received: from p54a50dc7.dip0.t-ipconnect.de ([84.165.13.199]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Oct 2006 00:38:53 +0200 Original-Received: from angeli by p54a50dc7.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Oct 2006 00:38:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 25 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p54a50dc7.dip0.t-ipconnect.de Cancel-Lock: sha1:vrzzOfrR9hfQw0P2GTbio9gY9oU= 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:61321 Archived-At: * Ralf Angeli (2006-10-08) writes: > * mituharu@math.s.chiba-u.ac.jp (2006-10-08) writes: > >>> Thanks for the hint. The attached patch checks the value of >>> f->size_hint_flags in order to decide if the f->left_pos and >>> f->top_pos values should be used. >> >> Still need to anything special about initial-frame-alist in >> w32_createwindow? There're no such codes in other platforms. > > No, it's unnecessary now. I attached a patch. Here is the > accompanying change log entry: > > 2006-10-08 Ralf Angeli > > * w32fns.c (w32_createwindow): Remove code for handling -geometry > command line option and `initial-frame-alist' which is superfluous > after the last change to `w32_createwindow'. This patch hasn't been applied yet. Could somebody please have a look? It's quite some code which could be spared. -- Ralf