Variable: idlwave-indent-expand-table

idlwave-indent-expand-table is a variable defined in idlwave.el.gz.

Value

((","
  . #[257 "\300\301\302\303$\207" [idlwave-surround 0 -1 1] 6
	  ("/nix/store/y8rifw71hjgsl2qjn1l0vrwq2c3593aw-emacs-30-2/share/emacs/30.2/lisp/progmodes/idlwave.elc"
	   . 51564)])
 (">"
  . #[257 "\300\301\"\207" [idlwave-custom-ltgtr-surround t] 4
	  ("/nix/store/y8rifw71hjgsl2qjn1l0vrwq2c3593aw-emacs-30-2/share/emacs/30.2/lisp/progmodes/idlwave.elc"
	   . 51564)])
 ("<"
  . #[257 "\300\301\"\207" [idlwave-custom-ltgtr-surround nil] 4
	  ("/nix/store/y8rifw71hjgsl2qjn1l0vrwq2c3593aw-emacs-30-2/share/emacs/30.2/lisp/progmodes/idlwave.elc"
	   . 51564)])
 ("="
  . #[257 "\300\301\211\"\207" [idlwave-expand-equal -1] 4
	  ("/nix/store/y8rifw71hjgsl2qjn1l0vrwq2c3593aw-emacs-30-2/share/emacs/30.2/lisp/progmodes/idlwave.elc"
	   . 51550)])
 ("&" . idlwave-custom-ampersand-surround))

Documentation

Associated array containing action lists of search string (car), and function as a cdr. The table is used by the idlwave-indent-and-action function. See documentation for idlwave-do-action for a complete description of the action lists.

Additions to the table are made with idlwave-action-and-binding when a binding is requested. See help on idlwave-action-and-binding for examples.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defvar idlwave-indent-expand-table nil
  "Associated array containing action lists of search string (car),
and function as a cdr.  The table is used by the
`idlwave-indent-and-action' function.  See documentation for
`idlwave-do-action' for a complete description of the action lists.

Additions to the table are made with `idlwave-action-and-binding' when a
binding is requested.
See help on `idlwave-action-and-binding' for examples.")