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: Re: Bug in CVS Emacs frame positioning under X Date: Sun, 02 Apr 2006 16:38:52 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1144010491 6564 80.91.229.2 (2 Apr 2006 20:41:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 Apr 2006 20:41:31 +0000 (UTC) Cc: jan.h.d@swipnet.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 02 22:41:30 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 1FQ9O5-0006XS-FK for ged-emacs-devel@m.gmane.org; Sun, 02 Apr 2006 22:41:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQ9O4-0001VJ-TR for ged-emacs-devel@m.gmane.org; Sun, 02 Apr 2006 16:41:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FQ9Lb-0007lJ-Fd for emacs-devel@gnu.org; Sun, 02 Apr 2006 16:38:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FQ9LZ-0007jD-UU for emacs-devel@gnu.org; Sun, 02 Apr 2006 16:38:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQ9LZ-0007it-MD for emacs-devel@gnu.org; Sun, 02 Apr 2006 16:38:53 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FQ9OU-0002q8-9h for emacs-devel@gnu.org; Sun, 02 Apr 2006 16:41:54 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FQ9LY-0005ZL-JJ; Sun, 02 Apr 2006 16:38:52 -0400 Original-To: "Fran Litterio" In-reply-to: (flitterio@gmail.com) 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:52327 Archived-At: I am currently running with this patch installed, and I'm seeing completely deterministic frame positioning that accurately compenstates for my Type A window manager (FVWM). I will test it against twm and mwm. If others can test it against their favorite WM, I would greatly appreciate it. Thanks very much for workimg on this. If you have indeed solved this problem, it will end quite a bit of annoyance. I await word of others' testing of this patch. By the way, in GNU we reject the practice of writing "()" after a function name to say it is a function. `foo()' isn't the function `foo', it is a call to `foo' with no arguments.