Python论坛  - 讨论区

标题:[python-chinese] Emacs在windows下设置的问题。

2006年06月06日 星期二 21:25

莫千聪 moqiancong at gmail.com
Tue Jun 6 21:25:41 HKT 2006

各位用Emacs开发的朋友,
你们的python-mode在windows下是怎么设置的。
那个.emacs.el是要自己创建吗?

顺便说说在linux下的设置。


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月07日 星期三 08:57

snlee snlee99 at tom.com
Wed Jun 7 08:57:55 HKT 2006

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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月07日 星期三 15:05

莫千聪 moqiancong at gmail.com
Wed Jun 7 15:05:13 HKT 2006

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
>   
多谢,已经搞定。

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号