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 19:07:30 +0100 Message-ID: <4F19AD62.7090500@gmx.at> References: <87wr8ntkxb.fsf@Apollo.jerryland.fr> <4F193B95.5000808@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1327082870 20391 80.91.229.12 (20 Jan 2012 18:07:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 Jan 2012 18:07:50 +0000 (UTC) Cc: =?ISO-8859-1?Q?J=E9r=E9my_Compostella?= , emacs-devel@gnu.org To: Sylvain Rousseau Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 20 19:07:46 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 1RoIsL-0008UJ-VB for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2012 19:07:46 +0100 Original-Received: from localhost ([::1]:43801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoIsL-00089F-1s for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2012 13:07:45 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:44006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoIsF-00087f-37 for emacs-devel@gnu.org; Fri, 20 Jan 2012 13:07:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RoIs8-0002oq-NJ for emacs-devel@gnu.org; Fri, 20 Jan 2012 13:07:38 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:36324) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RoIs8-0002oc-De for emacs-devel@gnu.org; Fri, 20 Jan 2012 13:07:32 -0500 Original-Received: (qmail invoked by alias); 20 Jan 2012 18:07:30 -0000 Original-Received: from 62-47-39-87.adsl.highway.telekom.at (EHLO [62.47.39.87]) [62.47.39.87] by mail.gmx.net (mp024) with SMTP; 20 Jan 2012 19:07:30 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19Z1O5IKbZZGLzToomfgpBaJIGRpkJf0Zx7DWmDo8 qPD7GqlmrgfxNj In-Reply-To: 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:147784 Archived-At: > emacs -Q --eval "(progn (toggle-truncate-lines 1) \ > (split-window-right) \ > (other-window 1) \ > (split-window-below) \ > (insert > \"blahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblah\"))" > > Then try to windmove-down, it moves left! :/ Thanks. I can see it now. martin