]> git.eshelyaron.com Git - emacs.git/commit
Start working on invisible text. For now, just untested source changes.
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Jan 2010 16:11:37 +0000 (11:11 -0500)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Jan 2010 16:11:37 +0000 (11:11 -0500)
commitb3108ead2d1691d8ad3005a6350c4febf92df2fb
treeec0d61f3f126ca867e4c66031e32a564c75e6879
parent2db38a6f98c2abb42b746064ce97417cccc27e68
Start working on invisible text.  For now, just untested source changes.

 xdisp.c (handle_invisible_prop): Under bidi iteration, skip
 invisible text using bidi_get_next_char_visually.
 (handle_stop_backwards): Restore it->bidi_p, it->current and
 it->position before calling handle_stop.
 (next_element_from_buffer): Fix formatting.
src/ChangeLog.bidi
src/xdisp.c