标签: emacs
我希望在多个缓冲区中更改文本,以执行此操作:
M-x ibuffer 'Q' (Query replace in each of the marked buffers) ‘Y’ (To replace all remaining matches in all remaining buffers with no more questions)
问题在于'Y'的行为 似乎等于'y'的行为。它只改变点上的项目并跳转到下一个。
请问,我该怎么做让'Y'工作?
由于