Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mac os xでemacsのPythonモードで遊んでみたいのですが、このモードのソースファイルが見つからないようです。
Mac OS Xにインストールしたときにemacsのデフォルトのインストールでモードが設定された可能性がある標準的な場所はどこですか?
(私はGNU Emacs 24.0.95.1(i386-apple-darwin11.3.0、NS apple-appkit-1138.32)を使用しています)
一般的に、私は-M-x describe-function RET python-modeデフォルトで-にバインドさC-h fれ、情報ウィンドウの最初の行は次のようになりますpython-mode is an interactive compiled Lisp function in ``python.el'。
M-x describe-function RET python-mode
python-mode is an interactive compiled Lisp function in ``python.el'
そして、それpython.elは私にとってクリック可能であり、それが定義されたファイルに私を連れて行き、その時点でM-x pwd機能します。
python.el
M-x pwd