]> git.eshelyaron.com Git - emacs.git/commit
Fix 'vertical-motion' and 'posn-at-point' under 'visual-line-mode'
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 May 2016 09:35:08 +0000 (12:35 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 May 2016 09:35:08 +0000 (12:35 +0300)
commit99848b37d2c3e14c0af45fc6da437a806aa58a80
tree36e1a4603d96c4bc380b2bcc1fe9203787bc684e
parentedb4af7a1d1e8e0ab67b2dedad0ca0380e6866d4
Fix 'vertical-motion' and 'posn-at-point' under 'visual-line-mode'

* src/xdisp.c (move_it_in_display_line_to): Don't assume we can
wrap on a whitespace character if it's followed by another
whitespace character.  When returning under WORD_WRAP for a screen
line that is continued, restore to wrap point when atpos/atx
position would be displayed on the next screen line due to
line-wrap.  (Bug#23570)
src/xdisp.c