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 "\n\n(fn A)"])
(">" .
#[257 "\300\301\"\207"
[idlwave-custom-ltgtr-surround t]
4 "\n\n(fn A)"])
("<" .
#[257 "\300\301\"\207"
[idlwave-custom-ltgtr-surround nil]
4 "\n\n(fn A)"])
("=" .
#[257 "\300\301\211\"\207"
[idlwave-expand-equal -1]
4 "\n\n(fn _)"])
("&" . 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.")