]> git.eshelyaron.com Git - emacs.git/commit
* lisp/tab-bar.el: Fixes for point in window configuration (bug#68235)
authorJuri Linkov <juri@linkov.net>
Tue, 9 Jan 2024 17:22:40 +0000 (19:22 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 10 Jan 2024 10:33:22 +0000 (11:33 +0100)
commit54ba5d4f34b9572d3b3177e4b142e89595ad06f3
tree53d1e1f72c5aa0ef8102dca479e49597bfe09965
parente7acbdfa1051dd3c1f9f5300994c8d151f562153
* lisp/tab-bar.el: Fixes for point in window configuration (bug#68235)

(tab-bar--tab): Instead of 'point-marker', use 'copy-marker' with the TYPE
argument set to 'window-point-insertion-type'.  This will allow point to
follow the output after switching tabs when point is at the end of
a comint/compilation buffer.
(tab-bar-select-tab): Remove ad-hoc rule for the reverted dired buffer.

(cherry picked from commit 29e59b835c86e1ebac12adcb28ab7e1d0c275b2f)
lisp/tab-bar.el