Variable: srecode-template-inserter-point-override

srecode-template-inserter-point-override is a variable defined in insert.el.gz.

Value

nil

Documentation

Point-positioning method for the SRecode template inserter.

When nil, perform normal point-positioning behavior. When the value is a cons cell (DEPTH . FUNCTION), call FUNCTION instead, unless the template nesting depth, measured by (length (oref srecode-template active)), is greater than DEPTH.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/insert.el.gz
(defvar srecode-template-inserter-point-override nil
  "Point-positioning method for the SRecode template inserter.
When nil, perform normal point-positioning behavior.
When the value is a cons cell (DEPTH . FUNCTION), call FUNCTION
instead, unless the template nesting depth, measured
by (length (oref srecode-template active)), is greater than
DEPTH.")