Linux 中 GUI Emacs 中的换行
当我在 emacs GUI 中运行术语模式时,我遇到换行问题。当我在 xterm 中运行 emacs 时,它运行良好。当输出的行很长时,它会在我的提示下全部显示在同一行上。当我在 xterm 中启动 emacs,然后进入 term 模式时,它表现正常,将长线换行。
我运行:
aaronjg@aaronjg-desk:~$ echo $PATH
并获取。
aaronjg@aaronjg-desk:~$ usr/bin:/sbin:/bin:/usr/games:/home/aaronjg/kde/bin:/usr
When I run term mode in emacs GUI, I have issues with line wrapping. It runs fine when I am running emacs in xterm. When there is an output that has a very long line, it is all displayed on the same line, with my prompt. When I launch emacs in xterm, and then go to term mode, it behaves properly, wrapping the long line.
I run:
aaronjg@aaronjg-desk:~$ echo $PATH
and get.
aaronjg@aaronjg-desk:~$ usr/bin:/sbin:/bin:/usr/games:/home/aaronjg/kde/bin:/usr
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
发布评论
评论(3)
~没有更多了~
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
将其放入 .emacs 中:
这是它在 term.el 中发挥作用的地方:
Put this in .emacs:
Here's where it comes into play in term.el: