简体   繁体   English

如何强制ECB将GUD缓冲区视为编译缓冲区?

[英]How to force ECB to treat GUD buffers as comilation buffers?

I've tried to do it in that way: 我已经尝试过这样做:

在此处输入图片说明

But it does not seem to be working. 但是它似乎没有用。 What I've done wrong? 我做错了什么?

You are telling emacs to treat "*gud*" as a regexp. 您正在告诉emacs将“ * gud *”视为正则表达式。

This means that "*guddddd" will match, but "*gud*" will not (it will contain a partial match, though). 这意味着“ * guddddd”将匹配,但“ * gud *”将不匹配(不过将包含部分匹配)。

Same for "*input/output*" 与“ *输入/输出*”相同

You can toggle the "Handled as a regexp" flag (see your screenshot) 您可以切换“作为正则表达式处理”标志(请参见屏幕截图)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM