Variable: auto-composition-mode

auto-composition-mode is a buffer-local variable defined in composite.c.

Documentation

Non-nil if Auto-Composition mode is enabled.

Use the command auto-composition-mode(var)/auto-composition-mode(fun) to change this variable.

If this variable is a string, auto-composition-mode(var)/auto-composition-mode(fun) will be disabled in buffers displayed on a terminal whose type, as reported by tty-type, compares equal to that string.

Probably introduced at or before Emacs version 28.1.

Key Bindings

Source Code

// Defined in /usr/src/emacs/src/composite.c
  DEFVAR_LISP ("auto-composition-mode", Vauto_composition_mode,
	       doc: /* Non-nil if Auto-Composition mode is enabled.
Use the command `auto-composition-mode' to change this variable.

If this variable is a string, `auto-composition-mode' will be disabled in
buffers displayed on a terminal whose type, as reported by `tty-type',
compares equal to that string.  */);