emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] windmove.el: Fix windmove-reference-loc miscalculation


From: Jérémy Compostella
Subject: [PATCH] windmove.el: Fix windmove-reference-loc miscalculation
Date: Thu, 19 Jan 2012 22:57:36 +0100

All,

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.

Please merge the attached patch or review it.

Best regards,

Jérémy

--
Sent from my Emacs

Attachment: 0001-windmove.el-Fix-windmove-reference-loc-miscalculatio.patch
Description: [PATCH] windmove.el: Fix windmove-reference-loc miscalculation


reply via email to

[Prev in Thread] Current Thread [Next in Thread]