]> git.eshelyaron.com Git - emacs.git/commit
Various improvements to long lines handling.
authorGregory Heytings <gregory@heytings.org>
Mon, 1 Aug 2022 15:52:12 +0000 (15:52 +0000)
committerGregory Heytings <gregory@heytings.org>
Mon, 1 Aug 2022 15:52:55 +0000 (17:52 +0200)
commit5dc65c10ca1a2504699ad5374fedb127960946c8
treeab669a73d5e47f5cb80a22a8d9ac5dc1e1f26c3f
parent38d970b748a23d3b8dad6feef8e392f1d6d3c9e5
Various improvements to long lines handling.

* src/xdisp.c (get_visually_first_element,
(move_it_vertically_backward): Do not go back too far with bidi.
(get_narrowed_begv): Do not return 0 anymore instead of BEGV.
(handle_fontified_prop): Simplify accordingly.

* src/keyboard.c (safe_run_hooks_maybe_narrowed): Simplify accordingly.

* src/composite.c (find_automatic_composition): Ditto.
src/composite.c
src/keyboard.c
src/xdisp.c