]> git.eshelyaron.com Git - emacs.git/commit
Fix rare problems with current-column when text is invisible
authorEli Zaretskii <eliz@gnu.org>
Wed, 26 Oct 2022 14:21:45 +0000 (17:21 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 26 Oct 2022 14:21:45 +0000 (17:21 +0300)
commitd6e08ff459df4cda9eda0c5c842313d02851ba3d
tree225d8c69d405bb01a2c48f0834c80d81bbf700c8
parent4a1e77ced6b3d00e9ffde5855dbc3df8f9ecd619
Fix rare problems with current-column when text is invisible

* src/indent.c (scan_for_column, compute_motion): Don't miss
compositions when the position to check for composition happens to
be inside invisible text.  (Bug#58791)
src/indent.c