From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Negative positions in frame parameters Date: Tue, 13 Apr 2010 17:18:18 +0200 Message-ID: <4BC48B3A.9060100@swipnet.se> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1271173187 30427 80.91.229.12 (13 Apr 2010 15:39:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Apr 2010 15:39:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 13 17:39:43 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O1iDE-0005Sl-NJ for ged-emacs-devel@m.gmane.org; Tue, 13 Apr 2010 17:39:41 +0200 Original-Received: from localhost ([127.0.0.1]:33700 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1iDD-0005Gv-Np for ged-emacs-devel@m.gmane.org; Tue, 13 Apr 2010 11:39:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1i7A-0003Jc-As for emacs-devel@gnu.org; Tue, 13 Apr 2010 11:33:24 -0400 Original-Received: from [140.186.70.92] (port=42545 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1i75-0002q7-00 for emacs-devel@gnu.org; Tue, 13 Apr 2010 11:33:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1hsb-00068c-IG for emacs-devel@gnu.org; Tue, 13 Apr 2010 11:18:22 -0400 Original-Received: from smtprelay-b11.telenor.se ([62.127.194.20]:41741) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1hsb-00068O-9W for emacs-devel@gnu.org; Tue, 13 Apr 2010 11:18:21 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-b11.telenor.se (Postfix) with ESMTP id EB5D6D604 for ; Tue, 13 Apr 2010 17:18:19 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqpOAMonxEtV4S1uPGdsb2JhbACHZpNhDAEBAQE1Lb0vhQ0E X-IronPort-AV: E=Sophos;i="4.52,197,1270418400"; d="scan'208";a="62769627" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb2.telenor.se with ESMTP; 13 Apr 2010 17:18:19 +0200 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id E45F17FA01A; Tue, 13 Apr 2010 17:18:18 +0200 (CEST) User-Agent: Thunderbird 2.0.0.24 (X11/20100411) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:123575 Archived-At: Stefan Monnier skrev: > Recently > > (make-frame '((left . -10) (top . -10))) > > stopped placing the frame in the bottom-right corner of the screen (at > least in the Gtk build). > > Could someone fix it? > Done. AFAIK, the Gtk-port has never handled negative positions in frame parameters correctly. Jan D.