From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?S=E9bastien_Kirche?= Newsgroups: gmane.emacs.devel Subject: frame position does not update when moving (MacOSX) Date: Fri, 25 Jun 2004 09:57:25 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <4BECD2DA-C67D-11D8-9C8C-000393861220@sage.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1088150556 2612 80.91.224.253 (25 Jun 2004 08:02:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Jun 2004 08:02:36 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jun 25 10:02:29 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BdlfJ-0000CY-00 for ; Fri, 25 Jun 2004 10:02:29 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BdlfJ-0001y9-00 for ; Fri, 25 Jun 2004 10:02:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bdlgk-0002ss-Nn for emacs-devel@quimby.gnus.org; Fri, 25 Jun 2004 04:03:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BdlfP-0002NL-3A for emacs-devel@gnu.org; Fri, 25 Jun 2004 04:02:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BdlfK-0002M5-Us for emacs-devel@gnu.org; Fri, 25 Jun 2004 04:02:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BdlfJ-0002LE-Cn for emacs-devel@gnu.org; Fri, 25 Jun 2004 04:02:30 -0400 Original-Received: from [195.25.216.129] (helo=frmailhost.saari.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bdldl-0004kS-2k for emacs-devel@gnu.org; Fri, 25 Jun 2004 04:00:53 -0400 Original-Received: from [172.18.1.41] (172.18.1.41 [172.18.1.41]) by frmailhost.saari.fr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id MWSN2L2Z; Fri, 25 Jun 2004 10:00:50 +0200 Original-To: emacs-devel X-Mailer: Apple Mail (2.618) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25246 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25246 Hi gurus, i have noticed that on MacOSX (10.3.4) the top and left frame parameters do not change between moves with the mouse. When evaluating frame-parameters, i can see that they keep the initial value I assigned with the default-frame-alist. I have compared with a X11 Linux version that seems to work as expected=20= : coordinates do update after a move. My version was built from a recent CVS checkout : =ABGNU Emacs 21.3.50.1 (powerpc-apple-darwin7.4.0) of 2004-06-14 on goudurix=BB Regards, S=E9bastien Kirche=