Variable: idlwave-abbrev-move

idlwave-abbrev-move is a customizable variable defined in idlwave.el.gz.

Value

t

Documentation

Non-nil means the abbrev hook can move point.

Set to nil by idlwave-expand-region-abbrevs. To see the abbrev definitions, use the command list-abbrevs, for abbrevs that move point. Moving point is useful, for example, to place point between parentheses of expanded functions.

See idlwave-modify-abbrev.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-abbrev-move t
  "Non-nil means the abbrev hook can move point.
Set to nil by `idlwave-expand-region-abbrevs'.  To see the abbrev
definitions, use the command `list-abbrevs', for abbrevs that move
point.  Moving point is useful, for example, to place point between
parentheses of expanded functions.

See `idlwave-modify-abbrev'."
  :group 'idlwave-abbrev-and-indent-action
  :type 'boolean)