From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: windmove and the minibuffer Date: Wed, 28 May 2003 09:00:21 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030528085658.B6E6.JMBARRANQUERO@laley.wke.es> References: <87d6i5oas9.fsf@gnu.org> <200305280216.h4S2GRU17297@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1054105240 12600 80.91.224.249 (28 May 2003 07:00:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 28 May 2003 07:00:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed May 28 09:00:38 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Kuv4-0003GB-00 for ; Wed, 28 May 2003 09:00:18 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Kv98-000334-00 for ; Wed, 28 May 2003 09:14:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Kuwd-0004bl-C4 for emacs-devel@quimby.gnus.org; Wed, 28 May 2003 03:01:55 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Kuum-0003uV-Gq for emacs-devel@gnu.org; Wed, 28 May 2003 03:00:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19KuuR-0003cv-VF for emacs-devel@gnu.org; Wed, 28 May 2003 02:59:40 -0400 Original-Received: from laley-actualidad.es ([195.53.61.17] helo=haya.laley.net) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Kuu9-0003IB-9Z; Wed, 28 May 2003 02:59:21 -0400 Original-Received: from idefix.laley.net (correo.wke.es [172.17.220.16]) by haya.laley.net (8.9.3/8.9.3) with ESMTP id IAA31127; Wed, 28 May 2003 08:57:08 +0200 Original-Received: from [172.17.221.23] (jsredondo.wk.org [172.17.221.23]) by Version 5.5.2655.55) id LP7ATB9X; Wed, 28 May 2003 09:00:01 +0200 Original-To: Luc Teirlinck In-Reply-To: <200305280216.h4S2GRU17297@eel.dms.auburn.edu> X-Mailer: Becky! ver. 2.06.02 Original-cc: alex@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14366 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14366 On Tue, 27 May 2003 21:16:27 -0500 (CDT) Luc Teirlinck wrote: > Whether the bug occurs > or not and in which form seems to depend on the frame geometry, which > probably explains why you and me are seeing the bug and Juanma is not. I've tried also with an Emacs built (and running) on W2K and it works right too. I tried deleting the HKLM\Software\GNU\Emacs registry branch so emacs -q --no-site-file starts with the cleanest posible environment. It still works. Juanma