From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: set-frame-position fails Date: Fri, 17 Mar 2006 10:07:17 -0700 Message-ID: References: <20060315212509.GA6248@efault.net> <20060317143157.GA19845@inaccessnetworks.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1142615308 26968 80.91.229.2 (17 Mar 2006 17:08:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Mar 2006 17:08:28 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Mar 17 18:08:27 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FKIR1-0006Qm-Tb for geb-bug-gnu-emacs@m.gmane.org; Fri, 17 Mar 2006 18:08:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FKIR1-0006Ir-Ef for geb-bug-gnu-emacs@m.gmane.org; Fri, 17 Mar 2006 12:08:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FKIQy-0006Ic-W1 for bug-gnu-emacs@gnu.org; Fri, 17 Mar 2006 12:08:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FKIQy-0006IQ-38 for bug-gnu-emacs@gnu.org; Fri, 17 Mar 2006 12:08:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FKIQx-0006IN-UC for bug-gnu-emacs@gnu.org; Fri, 17 Mar 2006 12:08:15 -0500 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 1FKIVs-0005sz-NR for bug-gnu-emacs@gnu.org; Fri, 17 Mar 2006 12:13:20 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FKIQo-0006N1-D6 for bug-gnu-emacs@gnu.org; Fri, 17 Mar 2006 18:08:06 +0100 Original-Received: from 207.167.42.60 ([207.167.42.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Mar 2006 18:08:06 +0100 Original-Received: from ihs_4664 by 207.167.42.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Mar 2006 18:08:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: bug-gnu-emacs@gnu.org Original-Lines: 30 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.60 User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: <20060317143157.GA19845@inaccessnetworks.com> X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:14963 Archived-At: Nick Patavalis wrote: > Nick Patavalis wrote: > >>The same behavior manifest in any new frame I open: Until the frame is >>moved using the mouse, "set-frame-position" works as expected. After >>the frame is moved using the mouse, "set-frame-position" no longer >>works: The frame, instead, slings-back to its original location, after >>momentarily changing position > > > Richard Stallman wrote: > >>Does the same problem happen with the current development Emacs, >>from CVS in savannah.gnu.org? > > > The current development Emacs (from the savannah.gnu.org CVS), > compiled with GTK toolkit support *does not* have the same problem; > "set-frame-position" works as expected, even after manually moving the > frames. > > The same version (CVS Emacs), compiled with LUCID toolkit support, > *still has the same problem*: After manually moving a frame, > "set-frame-position" stops working. What does (frame-parameter (selected-frame) 'user-position) return, before and after manually moving the frame? -- Kevin Rodgers