Variable: idlwave-surround-by-blank

idlwave-surround-by-blank is a customizable variable defined in idlwave.el.gz.

Value

nil

Documentation

Non-nil means, enable idlwave-surround.

If non-nil, =,<,>,&,,, -> are surrounded with spaces by idlwave-surround. See help for idlwave-indent-action-table for symbols using idlwave-surround.

Also see the default key bindings for keys using idlwave-surround. Keys are bound and made into actions calling idlwave-surround with idlwave-action-and-binding. See help for idlwave-action-and-binding for examples.

Also see help for idlwave-surround.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defcustom idlwave-surround-by-blank nil
  "Non-nil means, enable `idlwave-surround'.
If non-nil, `=',`<',`>',`&',`,', `->' are surrounded with spaces by
`idlwave-surround'.
See help for `idlwave-indent-action-table' for symbols using `idlwave-surround'.

Also see the default key bindings for keys using `idlwave-surround'.
Keys are bound and made into actions calling `idlwave-surround' with
`idlwave-action-and-binding'.
See help for `idlwave-action-and-binding' for examples.

Also see help for `idlwave-surround'."
  :group 'idlwave-abbrev-and-indent-action
  :type 'boolean)