2006年06月06日 星期二 21:25
各位用Emacs开发的朋友, 你们的python-mode在windows下是怎么设置的。 那个.emacs.el是要自己创建吗? 顺便说说在linux下的设置。
2006年06月07日 星期三 08:57
On 06/06/06 at 21:25, 莫千聪 wrote: > 各位用Emacs开发的朋友, > 你们的python-mode在windows下是怎么设置的。 Emacs 22 和 23 版本默认提供对 python 的支持,不用做什么配置了。如果你是 用 http://sourceforge.net/projects/python-mode 上的这个包的话,只需要在 配置文件(.emacs 或 _emacs) 里加上 (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) > 那个.emacs.el是要自己创建吗? 是的,在 Win 下默认是 c 盘跟目录下,文件名为 _emacs 就可以了 > 顺便说说在linux下的设置。 touch ~/.emacs
2006年06月07日 星期三 15:05
snlee 写道: > On 06/06/06 at 21:25, 莫千聪 wrote: > > >> 各位用Emacs开发的朋友, >> 你们的python-mode在windows下是怎么设置的。 >> > > Emacs 22 和 23 版本默认提供对 python 的支持,不用做什么配置了。如果你是 > 用 http://sourceforge.net/projects/python-mode 上的这个包的话,只需要在 > 配置文件(.emacs 或 _emacs) 里加上 > > (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) > > >> 那个.emacs.el是要自己创建吗? >> > > 是的,在 Win 下默认是 c 盘跟目录下,文件名为 _emacs 就可以了 > > >> 顺便说说在linux下的设置。 >> > > touch ~/.emacs > 多谢,已经搞定。
Zeuux © 2025
京ICP备05028076号