作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当重新生成 TAGS 文件时,我尝试在 Emacs (M-.) 中访问 tag,Emacs 询问我是否真的要重新读取该文件:
Tags file /path/to/TAGS has changed, read new contents? (yes or no)
yes
每次。不是很方便(M-。Enter y e s Enter 是 7 个按键,在 Vim 中只有 2 个按键)。
最佳答案
(setq tags-revert-without-query 1)
(defalias 'yes-or-no-p 'y-or-n-p)
.emacs
文件,因为每次询问您是否要重读该文件时,如果您不想使用
tags-revert-without-query
,只需按“y”即可。 .在这种情况下,M-。 y 只比 Vim 多一个按键。
关于emacs - 如何让 Emacs 自动重新加载 TAGS 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4096580/
我是一名优秀的程序员,十分优秀!