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: Sat, 31 May 2003 19:46:51 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200306010046.h510kpN22240@eel.dms.auburn.edu> References: <87d6i5oas9.fsf@gnu.org> <200305282011.h4SKBdc17953@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054428357 594 80.91.224.249 (1 Jun 2003 00:45:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 1 Jun 2003 00:45:57 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jun 01 02:45:55 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 19MGyx-00009K-00 for ; Sun, 01 Jun 2003 02:45:55 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19MHEp-0001Rm-00 for ; Sun, 01 Jun 2003 03:02:19 +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 19MH0P-0005uV-IX for emacs-devel@quimby.gnus.org; Sat, 31 May 2003 20:47:25 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19MH03-0005ki-B4 for emacs-devel@gnu.org; Sat, 31 May 2003 20:47:03 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19MH00-0005ci-F3 for emacs-devel@gnu.org; Sat, 31 May 2003 20:47:01 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MGzo-0005EB-V9 for emacs-devel@gnu.org; Sat, 31 May 2003 20:46:49 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h510kjoc003150; Sat, 31 May 2003 19:46:45 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h510kpN22240; Sat, 31 May 2003 19:46:51 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: bob@rattlesnake.com In-reply-to: (bob@rattlesnake.com) 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:14540 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14540 Robert Chassell wrote: Here they are: (window-at 0 15)nil (window-at 1 (window-height))# (window-at 0 (window-height))nil (window-at 1 (1+ (window-height)))# Same values I got. And I also use GNU/Linux. I believe that these values are wrong and explain the bug in windmove. People using MS Windows get the correct values (also for coordinates-in-window-p) and do not see the bug in windmove. The same could conceivably hold for people using the GNU kernel. Sincerely, Luc.