2006年04月18日 星期二 20:28
今天,想在windows下使用emacs,编写python代码时,竟然没有语法高亮支持。从python官方网站上下载了一个支持包,可惜不会设置,呵呵,有些笨!哪位python fans 给些建议!谢谢了! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060418/acbffc6c/attachment.htm
2006年04月19日 星期三 08:37
;; INSTALLATION: ;; To install, just drop this file into a directory on your load-path and ;; byte-compile it. To set up Emacs to automatically edit files ending in ;; ".py" using python-mode add the following to your ~/.emacs file (GNU ;; Emacs) or ~/.xemacs/init.el file (XEmacs): ;; (setq auto-mode-alist (cons '("\\.py$" . python-mode) auto-mode-alist)) ;; (setq interpreter-mode-alist (cons '("python" . python-mode) ;; interpreter-mode-alist)) ;; (autoload 'python-mode "python-mode" "Python editing mode." t) 在06-4-18,simpleboy <simpleboy.love at gmail.com> 写道: > > 今天,想在windows下使用emacs,编写python代码时,竟然没有语法高亮支持。从python官方网站上下载了一个支持包,可惜不会设置,呵呵,有些笨!哪位python > fans 给些建议!谢谢了! > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- http://my.opera.com/zhangyunfeng -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060419/1de1d119/attachment.html
2006年04月19日 星期三 08:38
今天,想在windows下使用emacs,编写python代码时,竟然没有语法高亮支持。从python官方网站上下载了一个支持包,可惜不会设置,呵呵,有些笨!哪位python fans 给些建议!谢谢了! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060419/20fe479f/attachment.htm
Zeuux © 2025
京ICP备05028076号