Variable: metapost-boxes-macros-list

metapost-boxes-macros-list is a variable defined in meta-mode.el.gz.

Value

("boxit" "boxjoin" "bpath" "circleit" "drawboxed" "drawboxes"
 "drawunboxed" "fixpos" "fixsize" "pic" "rboxit")

Documentation

List of macros only defined in MetaPost "boxes" package.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/meta-mode.el.gz
(defconst metapost-boxes-macros-list
  '("boxit" "boxjoin" "bpath" "circleit" "drawboxed" "drawboxes"
    "drawunboxed" "fixpos" "fixsize" "pic" "rboxit")
  "List of macros only defined in MetaPost \"boxes\" package.")