タグ

ブックマーク / flprim.us (1)

  • http://flprim.us/emacs/chuck-mode.el

    ;;; ChucK major mode for editing ChucK code and hopefully in the ;;; future also updating a running ChucK engine ;;; ;;; (c) 2004 Mikael Johansson ;; mode hook for user defined actions (defvar chuck-mode-hook nil) ;;; CHANGE THIS to something that fits your system!!! (defvar chuck-exec "c:/Chuckproj/chuck.exe") ;; ChucK as an internal listener does not work well. Run it externally ;; and control i

  • 1