From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [npat@efault.net: Re: set-frame-position fails] Date: Sun, 19 Mar 2006 04:09:46 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1142759416 32458 80.91.229.2 (19 Mar 2006 09:10:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Mar 2006 09:10:16 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 19 10:10:13 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 1FKtvQ-00079H-U4 for ged-emacs-devel@m.gmane.org; Sun, 19 Mar 2006 10:10:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FKtvQ-0006dr-7l for ged-emacs-devel@m.gmane.org; Sun, 19 Mar 2006 04:10:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FKtv2-0006dD-Bc for emacs-devel@gnu.org; Sun, 19 Mar 2006 04:09:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FKtv1-0006cl-Bl for emacs-devel@gnu.org; Sun, 19 Mar 2006 04:09:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FKtv1-0006ce-5e for emacs-devel@gnu.org; Sun, 19 Mar 2006 04:09:47 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FKu0J-0003zf-Gu for emacs-devel@gnu.org; Sun, 19 Mar 2006 04:15:15 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FKtv0-0003w4-Bt; Sun, 19 Mar 2006 04:09:46 -0500 Original-To: emacs-devel@gnu.org 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:51850 Archived-At: Would someone please debug this and ack? ------- Start of forwarded message ------- Date: Sat, 18 Mar 2006 15:33:22 +0200 From: Nick Patavalis To: Richard Stallman Cc: bug-gnu-emacs@gnu.org Subject: Re: set-frame-position fails Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Sat, Mar 18, 2006 at 03:43:47AM -0500, Richard Stallman wrote: > Someone suggested that this is not really a bug, just the normal > behavior of the :user-position frame parameter. > Even when I set the "user-position" frame parameter, I still cannot move the frame, and have it "stay" at the new position. All the following fail in the same manner: (modify-frame-parameters (selected-frame) '((top . 10) (left . 100) (user-position . t))) (modify-frame-parameters (selected-frame) '((top . 10) (left . 100) (user-position . nil))) (set-frame-position (selected-frame) 10 100) Shouldn't one of them work? /npat - -- Nick Patavalis npat@efault.net http://npat.efault.net/ GPG key id: 0x499C4C86 ------- End of forwarded message -------