黄色 Flymake 工具提示/错误框过早消失
您使用的是 Flymake + Emacs + GHC 劣质模式吗?当我在编辑器中出现带有红色背景颜色的 Flymake 错误时 - 我可以将鼠标移到上方并获得解释错误的黄色工具提示。不幸的是,工具提示消失了大约。 10秒后。
我怎样才能防止这种情况发生?我的错误消息很长,我需要时间阅读:-)
Are you using Flymake + Emacs + GHC Inferior Mode? When I have an Flymake Error raised with red background color in the editor - I can move the mouse over and get an yellow tooltip explaining the error. Unfortunatelly the tooltip disapperas approx. 10 seconds later.
How can I prevent this? My error messages are long and I need time to read :-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非您真的很喜欢覆盖,否则我发现将错误消息显示在回显区域中要方便得多。要尝试一下您是否喜欢这种行为,您可以使用
Mx tooltip-mode
轻松切换它。如果您是以键盘为中心的类型,另请参阅 EmacsWiki 上有关如何显示 FlyMake 错误而无需将鼠标悬停在错误上的讨论:http://www.emacswiki.org/emacs/FlyMake
Unless you are really attached to overlays, I find it much more convenient to have the error messages displayed in the echo area. To try out if you like this behavior, you can easily toggle it with
M-x tooltip-mode
. If you are the keyboard centric type, also see the discussions on EmacsWiki on how to display FlyMake errors without having to mouseover them:http://www.emacswiki.org/emacs/FlyMake