From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: windmove and the minibuffer Date: Tue, 27 May 2003 18:04:48 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200305272304.h4RN4mw17009@eel.dms.auburn.edu> References: <20030527100204.E26B.JMBARRANQUERO@laley.wke.es> <87k7ccpaiz.fsf@gnu.org> <20030527235537.2F72.LEKTU@terra.es> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054079140 17049 80.91.224.249 (27 May 2003 23:45:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 27 May 2003 23:45:40 +0000 (UTC) Cc: jmbarranquero@laley.wke.es Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed May 28 01:45: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 19Ko8Q-0004Qi-00 for ; Wed, 28 May 2003 01:45:38 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19KoML-0007AM-00 for ; Wed, 28 May 2003 02:00:01 +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 19Ko5L-0008B0-Te for emacs-devel@quimby.gnus.org; Tue, 27 May 2003 19:42:27 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Ko2w-0007sv-SG for emacs-devel@gnu.org; Tue, 27 May 2003 19:39:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19KndQ-0000OV-3R for emacs-devel@gnu.org; Tue, 27 May 2003 19:13:37 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19KnUs-0006fz-0R; Tue, 27 May 2003 19:04:46 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h4RN4ioc025997; Tue, 27 May 2003 18:04:45 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h4RN4mw17009; Tue, 27 May 2003 18:04:48 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: lektu@terra.es In-reply-to: <20030527235537.2F72.LEKTU@terra.es> (message from Juanma Barranquero on Tue, 27 May 2003 23:59:00 +0200) Original-cc: emacs-devel@gnu.org 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:14353 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14353 Juanma Barrranquero wrote: On Tue, 27 May 2003 19:25:08 +0200, Alex Schroeder wrote: > Weird. Let me give you an exact script, to see whether your system > really is different: > > Run emacs -q > M-x windmove-default-keybindings > C-x C-f (you should be in the minibuffer, now) > S-up (you should be in *scratch*, now) > S-down (I am still in *scratch*, eventhough I want to be in the minibuffer) Yes, I go back to the minibuffer after the S-down. "This is GNU Emacs 21.3.50.1 (i386-msvc-nt5.1.2600) of 2003-05-27 on CASA" (i.e., Emacs from yesterday's CVS HEAD, compiled on Windows XP with Visual Studio .NET). That *is* weird because I can reproduce he bug, in CVS downloaded just moments ago. In fact, the following line is from the *Messages* buffer immediately after the exercise: windmove-do-window-select: No window at down It is hard to see why this should be operating system dependent. (emacs-version) "GNU Emacs 21.3.50.89 (i686-pc-linux-gnu, X toolkit)\n of 2003-05-27 on swt40.swt.com" This is RedHat 7.2. Sincerely, Luc.