尝试写入只读缓冲区时 Emacs 挂钩
我希望有一个钩子,当尝试写入标记为只读的缓冲区时会触发该钩子。这比必要的更方便,我知道 Cx Cq 当前是函数触发的地方(Perforce p4-edit 命令),但当我开始输入时这样做似乎更干净(很像 Visual Studio P4我相信插件)。
非常感谢任何帮助,因为我已经没有想法了。
谢谢, 乔恩.
I'm looking to have a hook that triggers when a buffer marked read-only is attempted to be written. It's more of a convenience than necessary, I'm aware of C-x C-q which is currently where the function triggers (a Perforce p4-edit command), but it seems cleaner to do this when I begin to type (Much like the Visual Studio P4 plugin I believe).
Any help much appreciated as I've ran out of ideas.
Thanks,
Jon.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个您可以捕获的错误:
http://www. gnu.org/software/emacs/elisp/html_node/Handling-Errors.html
This is an error which you can catch:
http://www.gnu.org/software/emacs/elisp/html_node/Handling-Errors.html