Mercurial > emacs
comparison INSTALL @ 15493:32fe67f92ee1
Make current-column, move-to-column and current-indentation
handle invisible chars (both text properties and overlays).
(skip_invisible): New function.
(Fmove_to_column): Use skip_invisible. Get rid of `retry' label.
(compute_motion): Use skip_invisible.
(current_column_1): New function.
(current_column): Use current_column_1 if might have invisible text.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 23 Jun 1996 18:47:37 +0000 |
parents | 66a9ef0892a2 |
children | e3d77845180c |
comparison
equal
deleted
inserted
replaced
15492:348f0896b1e7 | 15493:32fe67f92ee1 |
---|