Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Emacs 上,我可以使用 string-insert-rectangle 覆盖矩形选择的文本。我想知道 Xemacs 中是否有类似的东西(使用 Xemacs 21.4.22)。我目前必须分两步执行此操作。1) 删除我要替换的文本 2) 为我要添加的文本添加前缀。我想像在 Emacs 中一样将此作为单步问题。感谢您的任何提示。G