emacs安装php-mode
php-mode.sf.net
?
(add-to-list ‘load-path “../chuqq_elisp”)
(load “php-mode”)
?
(defun python-run()
?(本文@来#源gaodai$ma#com搞$$代**码网搞代gaodaima码interactive)
?(shell-command
? (concat “\”D:/Program Files/Python27/python.exe\” \””
? ?(read-file-name “Input file name:”)
? ?”\””))
)
?
php相同