PHP头条
热点:

emacs装配php-mode


emacs安装php-mode

php-mode.sf.net

?

(add-to-list 'load-path "../chuqq_elisp")

(load "php-mode")

?

(defun python-run()

?(interactive)

?(shell-command

? (concat "\"D:/Program Files/Python27/python.exe\" \""

? ?(read-file-name "Input file name:")

? ?"\""))

)

?

php相同

www.phpzy.comtrue/phprm/35957.htmlTechArticleemacs装配php-mode emacs安装php-mode php-mode.sf.net ? (add-to-list 'load-path "../chuqq_elisp") (load "php-mode") ? (defun python-run() ?(interactive) ?(shell-command ? (concat "\"D:/Program Files/Python27/python.exe\" \"" ? ?(read-file...

相关文章

PHP之友评论

今天推荐