bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42424: 27.0.90; replace-match: point is NOT left at the end of repla


From: Eli Zaretskii
Subject: bug#42424: 27.0.90; replace-match: point is NOT left at the end of replacement
Date: Sat, 31 Jul 2021 18:10:04 +0300

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Cc: 42424@debbugs.gnu.org,  victorhge@gmail.com
> Date: Sat, 31 Jul 2021 16:49:52 +0200
> 
>  void
>  replace_range (ptrdiff_t from, ptrdiff_t to, Lisp_Object new,
>                 bool prepare, bool inherit, bool markers,
> -               bool adjust_match_data)
> +               bool adjust_match_data, bool inhibit_update_compositions)

The name is misleading: the 2 functions whose call you want to bypass
are not just for updating compositions.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]