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