From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Fix `window-at' and `coordinates-in-window-p' Date: Sat, 24 Jul 2004 10:51:13 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <2719-Sat24Jul2004105113+0300-eliz@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1090655625 7741 80.91.224.253 (24 Jul 2004 07:53:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Jul 2004 07:53:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 24 09:53:39 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BoHLf-0007Df-00 for ; Sat, 24 Jul 2004 09:53:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BoHOa-00005Z-HQ for ged-emacs-devel@m.gmane.org; Sat, 24 Jul 2004 03:56:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BoHOI-00005I-SQ for emacs-devel@gnu.org; Sat, 24 Jul 2004 03:56:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BoHOG-00004z-Mh for emacs-devel@gnu.org; Sat, 24 Jul 2004 03:56:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BoHOG-00004w-HN for emacs-devel@gnu.org; Sat, 24 Jul 2004 03:56:20 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BoHKo-0004kK-TV for emacs-devel@gnu.org; Sat, 24 Jul 2004 03:52:47 -0400 Original-Received: from zaretski ([80.230.148.60]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DWZ71115; Sat, 24 Jul 2004 10:52:39 +0300 (IDT) Original-To: lorentey@elte.hu X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25920 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25920 > From: lorentey@elte.hu (=?iso-8859-2?Q?L=F5rentey_K=E1roly?=) > Date: Sat, 24 Jul 2004 00:29:47 +0200 > > This bug confuses the windmove.el package and renders it almost > unusable for me. I fixed it with the following patch: Thanks. Did you try this on a character terminal? Please test both by running Emacs with "emacs -nw" and by configuring and building Emacs with the "--without-x" configure option.