]> git.eshelyaron.com Git - emacs.git/commit
Tested and fixed compute_display_string_pos for buffer iteration.
authorEli Zaretskii <eliz@gnu.org>
Fri, 10 Jun 2011 11:43:04 +0000 (14:43 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 10 Jun 2011 11:43:04 +0000 (14:43 +0300)
commit9f4ef5002457676aefa18729cf6931e38e8e9f18
tree550e3778879cd51bd1ba8554697c8af37722a157
parent6db161bec8de73baa968732345355b5178e1fd30
Tested and fixed compute_display_string_pos for buffer iteration.
Also fixed an unrelated bug caused by vertical-motion.

 src/xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
 itb.string.lstring.
 (compute_display_string_pos, compute_display_string_end):
 Fix calculation of the object to scan.  Fixes an error when using
 arrow keys.
 (next_element_from_buffer): Don't abort when IT_CHARPOS is before
 base_level_stop; instead, set base_level_stop to BEGV.  Fixes
 crashes in vertical-motion.
src/ChangeLog
src/xdisp.c