Variable: metafont-primitives-list
metafont-primitives-list is a variable defined in meta-mode.el.gz.
Value
("at" "autorounding" "chardx" "chardy" "cull" "display" "dropping" "fillin" "from" "granularity" "hppp" "inwindow" "keeping" "numspecial" "openwindow" "proofing" "smoothing" "totalweight" "tracingedges" "tracingpens" "turningcheck" "vppp" "withweight" "xoffset" "yoffset")
Documentation
List of primitives only defined in Metafont.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/meta-mode.el.gz
(defconst metafont-primitives-list
'("at" "autorounding" "chardx" "chardy" "cull" "display"
"dropping" "fillin" "from" "granularity" "hppp" "inwindow"
"keeping" "numspecial" "openwindow" "proofing" "smoothing"
"totalweight" "tracingedges" "tracingpens" "turningcheck" "vppp"
"withweight" "xoffset" "yoffset")
"List of primitives only defined in Metafont.")