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: Wed, 28 May 2003 15:11:39 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200305282011.h4SKBdc17953@eel.dms.auburn.edu> References: <87d6i5oas9.fsf@gnu.org> <200305281927.h4SJRZo17911@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054152916 29946 80.91.224.249 (28 May 2003 20:15:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 28 May 2003 20:15:16 +0000 (UTC) Cc: jmbarranquero@laley.wke.es Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed May 28 22:15:13 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 19L7Jt-0007lK-00 for ; Wed, 28 May 2003 22:14:45 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19L7YE-0002aO-00 for ; Wed, 28 May 2003 22:29:34 +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 19L7Ko-0001xM-Sn for emacs-devel@quimby.gnus.org; Wed, 28 May 2003 16:15:42 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19L7KC-0001oR-Pn for emacs-devel@gnu.org; Wed, 28 May 2003 16:15:04 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19L7JO-00019q-To for emacs-devel@gnu.org; Wed, 28 May 2003 16:14:16 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19L7Gq-0000Eq-Ev; Wed, 28 May 2003 16:11:36 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h4SKBYoc000268; Wed, 28 May 2003 15:11:35 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h4SKBdc17953; Wed, 28 May 2003 15:11:39 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: <200305281927.h4SJRZo17911@eel.dms.auburn.edu> (message from Luc Teirlinck on Wed, 28 May 2003 14:27:35 -0500 (CDT)) 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:14384 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14384 I am now convinced that the bug is not in windmove, but in `window-at' and `coordinates-in-window-p'. Indeed, the documentation of `window-at' is rather ambiguous but doing C-h f coordinates-in-window-p, we see: (0 . 0) denotes the character in the upper left corner of the frame. This seems to clearly imply that after: emacs-21.3.50 -q --eval "(blink-cursor-mode 0)" & M-x scroll-bar-mode M-x fringe-mode M-x tool-bar-mode M-x menu-bar-mode (coordinates-in-window-p '(0 . 0) (selected-window)) should not return nil. But it does, at least on GNU/Linux. What happens on MS Windows? Sincerely, Luc.