我复制的正确正则表达式:
\(.\)我在M-x之后粘贴的内容是isearch forward-regexp:
\\(\.\\)有没有办法解决这个问题?
发布于 2017-03-24 04:06:17
regexp-quote.)- Whether that automatic `regexp-quote`-ing is done or not is controlled by option **`isearchp-regexp-quote-yank-flag`**.
- You can toggle that option value anytime during isearch using **`C-``** (command `isearchp-toggle-regexp-quote-yank`).
https://stackoverflow.com/questions/42979999
复制相似问题