在Elisp中,这种看似简单易用的代码实际上并没有改变这一点. (with-current-buffer "foo" (goto-char (point-max))) AFAIK with-current-buffer不应该恢复目标缓冲区中的点. 如果没有,那么我如何操纵缓冲区中
(with-current-buffer "foo" (goto-char (point-max)))
AFAIK with-current-buffer不应该恢复目标缓冲区中的点.
如果没有,那么我如何操纵缓冲区中的点?