Variable: composition-break-at-point

composition-break-at-point is a customizable variable defined in xdisp.c.

Value

nil

Documentation

If non-nil, prevent auto-composition of characters around point.

This makes it easier to edit character sequences that are composed on display.

This variable was added, or its default value changed, in Emacs 29.1.

Probably introduced at or before Emacs version 29.1.

Source Code

// Defined in /usr/src/emacs/src/xdisp.c
  DEFVAR_BOOL ("composition-break-at-point", composition_break_at_point,
    doc: /* If non-nil, prevent auto-composition of characters around point.
This makes it easier to edit character sequences that are
composed on display.  */);