Variable: idlwave-mode-abbrev-table

idlwave-mode-abbrev-table is a variable defined in idlwave.el.gz.

Value

[\\cd mod pro 0 \\ipv \\re \\rf 0 \\cl 0 0 common function ne endfor endcase 0 \\b \\c ge switch \\ru repeat endswitch \\wc else break 0 \\sl \\sm of \\p \\sp endrep gt \\t \\u not \\w \\ap le 0 or goto \\ik \\pr then \\pt while until case \\ew if \\iap 0 lt endwhi \\cb xor]

Documentation

Abbreviation table used for IDLWAVE mode.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
;;;
;;; Abbrev Section
;;;
;; When expanding abbrevs and the abbrev hook moves backward, an extra
;; space is inserted (this is the space typed by the user to expanded
;; the abbrev).
;; FIXME: This can be controlled with `no-self-insert' property.
;;
(define-abbrev-table 'idlwave-mode-abbrev-table ()
  "Abbreviation table used for IDLWAVE mode."
  :enable-function (lambda () (not (idlwave-quoted))))