[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Auto de-composition when point is inside a composition
From: |
Stefan Monnier |
Subject: |
Re: Auto de-composition when point is inside a composition |
Date: |
Mon, 21 Oct 2019 15:08:24 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
>> Maybe because otherwise the redisplay optimizations taken in case only
>> point moved could fail to redisplay (they might only redraw the
>> character at point, and fail to include the rest of the composition)?
>
> But in that case, if the command that moved point set
> disable-point-adjustment to non-nil, we'd have a redisplay error, no
> (since we'd then skip this chunk of code).
^
That should have been a question mark
Stefan