打开Emacs命令的定义 [英] Opening definition of Emacs command

查看:122
本文介绍了打开Emacs命令的定义的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

解决方案

是否可以使用命令定义在emacs elisp文件中打开,以查看它的定义?您可以调用 Mx find-function



某些功能在C中实现。为了能够找到C函数必须下载C源(如果您还没有这样做),并将以下行添加到.emacs

 (setq find -function-C-source-directory/ path / to / c-source)


is it possible to open in emacs elisp file with command definition, to see, how it is defined?

解决方案

Yes you can call M-x find-function

Some functions are implemented in C. To be able to find C function you have to download C sources (if you have not yet done so) and add the following line to your .emacs

(setq find-function-C-source-directory "/path/to/c-source")

这篇关于打开Emacs命令的定义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆