gpt4 book ai didi

emacs - 在 ESS/Emacs 中,如何在 C-c C-j 或 C-c C-r 之后让 R 进程缓冲区滚动到底部

转载 作者:行者123 更新时间:2023-12-03 13:29:49 25 4
gpt4 key购买 nike

在 ESS 中,当我使用 C-c C-j 或 C-c C-r(将行或区域发送到正在运行的 R 进程)评估 .R 文件中的代码块时,如何让 R 缓冲区自动向下滚动,以便在评估后光标位于底部的区域,在提示符处?

谢谢。

最佳答案

可能有很多方法可以做到这一点。在我的 .emacs.d 我有

  (setq comint-prompt-read-only t)
(setq comint-scroll-to-bottom-on-input t)
(setq comint-scroll-to-bottom-on-output t)
(setq comint-move-point-for-output t)

您可能还对 this code 感兴趣,最初来自 Felipe Csaszar,它可以让你做你想做的事情以及其他一些不错的事情。

关于emacs - 在 ESS/Emacs 中,如何在 C-c C-j 或 C-c C-r 之后让 R 进程缓冲区滚动到底部,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2710442/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com