bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68235: 29.1.90; Switching tabs stops following process output in sel


From: martin rudalics
Subject: bug#68235: 29.1.90; Switching tabs stops following process output in selected window
Date: Mon, 8 Jan 2024 09:55:01 +0100
User-agent: Mozilla Thunderbird

> Indeed, the difference between selected/non-selected windows is here:
>
>      /* Save w's value of point in the window configuration.  If w
>         is the selected window, then get the value of point from
>         the buffer; pointm is garbage in the selected window.  */

This is one difference among many.  Fset_window_configuration also deals
with the cases that the selected window and/or the current buffer
changed in between saving and restoring the configuration.

> +      (wc-point . ,(copy-marker (window-point) window-point-insertion-type))

I didn't look but note that the window's buffer must be current here to
get the buffer-local value of 'window-point-insertion-type'.

martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]