Variable: inhibit-point-motion-hooks

inhibit-point-motion-hooks is a variable defined in textprop.c.

This variable is obsolete since 25.1; use cursor-intangible-mode(var)/cursor-intangible-mode(fun) or cursor-sensor-mode(var)/cursor-sensor-mode(fun) instead

Value

t

Documentation

If non-nil, don't run point-left and point-entered text properties.

This also inhibits the use of the intangible text property.

View in manual

Probably introduced at or before Emacs version 19.20.

Source Code

// Defined in /usr/src/emacs/src/textprop.c
  DEFVAR_LISP ("inhibit-point-motion-hooks", Vinhibit_point_motion_hooks,
	       doc: /* If non-nil, don't run `point-left' and `point-entered' text properties.
This also inhibits the use of the `intangible' text property.  */);