如何在自动填充模式的段落之间插入新文本时合并线条?
例如,假设我有以下文字:
text textᙂtext text text text |
text text text text text text |
text text text text text text |
其中|
表示最大行宽,ᙂ
表示光标。所以,如果我添加更多文字:
text text more more more moreᙂtext text text text
text text text text text text |
text text text text text text |
然后不遵守最大线宽。我想要像
这样的东西text text more more more moreᙂ|
text text text text text text |
text text text text text text |
text text text text |
我尝试过重新填充模式,但我不喜欢它是如何工作的,它太过于干扰,并且不允许我在段落的末尾添加文本。
答案 0 :(得分:1)
如果refill-mode
不允许您在段落末尾添加文字,请通过M-x report-emacs-bug
报告此内容。