gpt4 book ai didi

emacs - emacs中执行M-x eval-region时如何显示选中表单的结果

转载 作者:行者123 更新时间:2023-12-02 02:15:28 24 4
gpt4 key购买 nike

当我在 emacs 中选择 (+ 1 1) 执行 M-x eval-region 时,我看不到结果 2 在迷你缓冲区中。我怎样才能像 C-x C-e 一样看到结果?

最佳答案

试试这个函数:

(defun my-eval-region (start end)
"Evaluate the region, printing the result to the minibuffer."
(interactive "r")
(eval-region start end t))

关于emacs - emacs中执行M-x eval-region时如何显示选中表单的结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10908674/

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