如何让 emacs 替换选中区域字符?

可以开启 Delete Selection mode,输入:

M-x delete-selection-mode

或在配置文件中写入:

(delete-selection-mode)

(emacs) Using Region 末尾有提到。