From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] windmove.el: Fix windmove-reference-loc miscalculation Date: Fri, 20 Jan 2012 11:01:57 +0100 Message-ID: <4F193B95.5000808@gmx.at> References: <87wr8ntkxb.fsf@Apollo.jerryland.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1327053744 11968 80.91.229.12 (20 Jan 2012 10:02:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 Jan 2012 10:02:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?UTF-8?B?SsOpcsOpbXkgQ29tcG9zdGVsbGE=?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 20 11:02:20 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RoBIV-0000HY-Ig for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2012 11:02:15 +0100 Original-Received: from localhost ([::1]:47599 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoBIV-00012F-3Q for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2012 05:02:15 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:59326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoBIP-0000ww-4E for emacs-devel@gnu.org; Fri, 20 Jan 2012 05:02:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RoBIG-0002LR-Sh for emacs-devel@gnu.org; Fri, 20 Jan 2012 05:02:08 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:60065) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RoBIG-0002Kz-E7 for emacs-devel@gnu.org; Fri, 20 Jan 2012 05:02:00 -0500 Original-Received: (qmail invoked by alias); 20 Jan 2012 10:01:59 -0000 Original-Received: from 62-47-50-127.adsl.highway.telekom.at (EHLO [62.47.50.127]) [62.47.50.127] by mail.gmx.net (mp006) with SMTP; 20 Jan 2012 11:01:59 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19ZcAo7oi1ZtGwc3/nVpQnq9jgjQ9c1V8YiQSJ97Q Kbltrnn1DK0O7K In-Reply-To: <87wr8ntkxb.fsf@Apollo.jerryland.fr> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147764 Archived-At: > When using window hscroll (toggle-truncate-lines on a long lines > buffer), windmove misbehaves. I mean : with the following window > configuration : > > +------+-----+ > | | | > | | 2 | > | 1 +-----+ > | | | > | | 3 | > +------+-----+ > > and with the very long lines buffer as current buffer of window 3 and point > to the end of a line, `windmove-up' selects the window 1 instead of the > window 2. Could you kindly provide a simple scenario to reproduce this. Also could you please check whether `window-in-direction' suffers from the same problem? Thanks, martin