简体   繁体   中英

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.

This means that "*guddddd" will match, but "*gud*" will not (it will contain a partial match, though).

Same for "*input/output*"

You can toggle the "Handled as a regexp" flag (see your screenshot)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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