gpt4 book ai didi

python - 无法在 Mac OS X 上的 Emacs 中使用 python 模式

转载 作者:行者123 更新时间:2023-11-28 17:50:32 24 4
gpt4 key购买 nike

我无法在 Mac OS X 上的 Emacs 中使用 python 模式(我是一个相对的 OS X 新手,不完全是 Elisp 专家)。

我从 http://emacsformacosx.com/ 安装了 Emacs .该版本在 bob.porkrind.org 上被报告为“GNU Emacs 23.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2011-12-13”

我的 ~/.emacs 文件中有以下几行:

(add-to-list 'load-path "/Applications/Emacs.app/Contents/Resources/lisp/progmodes")
(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)

但是每当我加载一个扩展名为 .py 的文件时,模式仍然是 Fundamental

最佳答案

尝试在你的 python-lisp-includes 代码之前将它添加到你的 .emacs 文件中(另外,设置你的 python-mode 的路径。我的在 .emacs.d/文件夹中)

(add-to-list 'load-path "~/.emacs.d/python-mode")
(require 'python-mode)

在这里查找文件 http://www.emacswiki.org/emacs/?action=browse;oldid=PythonMode;id=PythonProgrammingInEmacs

关于python - 无法在 Mac OS X 上的 Emacs 中使用 python 模式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11028148/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com