Closed BrendanHalpin closed 3 years ago
(goto-char (point-max)) should take effect in inf-buf, but is presently on the wrong side of the (with-current-buffer inf-bufline.
(goto-char (point-max))
(with-current-buffer inf-buf
(goto-char (point-max))
should take effect in inf-buf, but is presently on the wrong side of the(with-current-buffer inf-buf
line.