Mac OS XのEmacsでpython-modeを動作させることができません(私は相対的なOS Xの初心者であり、Elispの専門家ではありません)。
http://emacsformacosx.com/からEmacsをインストールしました。このバージョンは、「bob.porkrind.orgの2011-12-13のGNU Emacs 23.3.1(x86_64-apple-darwin、NS apple-appkit-1038.36)」として報告されています。
~/.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
です。