HomeSort by: relevance | last modified time | path
    Searched defs:auto (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xedit/dist/lisp/modules/
xedit.lsp 41 ;; TODO The user should be able to define *auto-modes* prior to the
44 ;; *auto-modes* is a list of conses where every car is compiled
56 (defvar *auto-modes* '(
68 "Autotools" "auto" . *auto-mode*)
93 ;; Compile the regexps in the *auto-modes* list.
95 (dolist (mode *auto-modes*)
104 (defun auto-mode (filename &optional symbol &aux syntax)
107 (return-from auto-mode (symbol-value symbol))
108 (setq syntax (cddr (find symbol *auto-modes* :key #'cdddr))
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/modules/progmodes/
auto.lsp 50 (defsyntax *auto-mode* :main nil nil nil

Completed in 5 milliseconds