Source of Nothingness - xyzzy lisp : shell-modeで色付け

* xyzzy lisp : shell-modeで色付け

(in-package "editor")
(add-hook '*shell-mode-hook*
          #'(lambda ()
              (make-local-variable 'regexp-keyword-list)
              (setq regexp-keyword-list (compile-regexp-keyword-list
                                         `((,*shell-prompt-regexp* t (:color 3 0) nil 0 0))))))

update : 2006-08-02 (Wed) 12:39:34