作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我查看 beginning-of-defun
的文档时,有一个注释:
This function is advised.
Around-advice `senator':
Move backward to the beginning of a defun.
If semantic tags are available, use them to navigate.
最佳答案
据我所知,没有办法导航到 defadvice
的位置。表达(我很高兴被证明是错误的)。
这大概应该追踪它:
M-x rgrep
返回 (defadvice 'beginning-of-defun
返回 *.el
返回 ~/.emacs.d/
可再生能源
(或者失败了,site-lisp 目录将是下一个要查看的地方)
您还可以像这样查看建议数据结构(但这不包括您要查找的信息)。
(ad-get-advice-info 'beginning-of-defun)
关于emacs - 如何在 Emacs 中找到建议功能的 defadvice?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10967367/
我是一名优秀的程序员,十分优秀!