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 18:25:04 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200305282325.h4SNP4418139@eel.dms.auburn.edu> References: <20030528085658.B6E6.JMBARRANQUERO@laley.wke.es> <200305281927.h4SJRZo17911@eel.dms.auburn.edu> <20030529010305.8E8A.LEKTU@terra.es> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054164424 17107 80.91.224.249 (28 May 2003 23:27:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 28 May 2003 23:27:04 +0000 (UTC) Cc: jmbarranquero@laley.wke.es Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 29 01:27:01 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 19LAJx-0004RU-00 for ; Thu, 29 May 2003 01:27:01 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19LAYM-0004mA-00 for ; Thu, 29 May 2003 01:41:54 +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 19LALm-0001BU-1I for emacs-devel@quimby.gnus.org; Wed, 28 May 2003 19:28:54 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19LAKs-0000rq-Rf for emacs-devel@gnu.org; Wed, 28 May 2003 19:27:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19LAJt-0000U6-Tf for emacs-devel@gnu.org; Wed, 28 May 2003 19:26:58 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LAI1-00007Y-D2; Wed, 28 May 2003 19:25:01 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h4SNOxoc001597; Wed, 28 May 2003 18:25:00 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h4SNP4418139; Wed, 28 May 2003 18:25:04 -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: <20030529010305.8E8A.LEKTU@terra.es> (message from Juanma Barranquero on Thu, 29 May 2003 01:05:26 +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:14392 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14392 The values returned by `window-at' under MS Windows are, in my opinion, exactly the ones that should be returned. So the bugs in both `coordinates-in-window-p' and `window-at' are operating-system specific and do not occur under MS Windows. I do not know the involved C code well enough to debug this myself. In my opinion, there are no bugs in windmove.el. Sincerely, Luc.