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 17:55:27 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200305282255.h4SMtRb18097@eel.dms.auburn.edu> References: <200305281927.h4SJRZo17911@eel.dms.auburn.edu> <20030529004130.8E81.LEKTU@terra.es> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054162586 7306 80.91.224.249 (28 May 2003 22:56:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 28 May 2003 22:56:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 29 00:56:23 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 19L9qJ-0001tN-00 for ; Thu, 29 May 2003 00:56:23 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19LA4g-0004Rj-00 for ; Thu, 29 May 2003 01:11:15 +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 19L9rv-00063C-Jz for emacs-devel@quimby.gnus.org; Wed, 28 May 2003 18:58:03 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19L9rf-00061S-Cp for emacs-devel@gnu.org; Wed, 28 May 2003 18:57:47 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19L9ra-0005yh-55 for emacs-devel@gnu.org; Wed, 28 May 2003 18:57:42 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19L9pM-0005Qo-GV for emacs-devel@gnu.org; Wed, 28 May 2003 18:55:24 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h4SMtNoc001553; Wed, 28 May 2003 17:55:23 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h4SMtRb18097; Wed, 28 May 2003 17:55:27 -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: <20030529004130.8E81.LEKTU@terra.es> (message from Juanma Barranquero on Thu, 29 May 2003 00:41:45 +0200) 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:14390 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14390 I forgot the CC to emacs-devel in an earlier reply (Sorry.): Juanma Barranquero wrote: I suppose the idea is deactivating scroll-bar, fringe, tool-bar and menu, right? Yes, just to make sure they have nothing to do with the problem. > (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? (0 . 0) That is clearly what it should return. So the bug in `coordinates-in-window-p' is operating system dependent and does not occur under MS Windows. Did you evaluate the window-at forms I mentioned in my earlier message? (Because that would be interesting.) Sincerely, Luc.