Hi, Eli Zaretskii writes: >> Cc: me@eshelyaron.com, 70622@debbugs.gnu.org >> Date: Tue, 30 Apr 2024 15:12:12 +0300 >> From: Eli Zaretskii >> >> > Date: Tue, 30 Apr 2024 11:03:44 +0200 >> > Cc: me@eshelyaron.com, 70622@debbugs.gnu.org >> > From: martin rudalics >> > >> > > So that cursor-type is no longer a window-parameter? >> > >> > Yes. IIUC it would mean that we have to initialize the cursor_type slot >> > of a new window to t. With the window parameter solution one would have >> > to add a new 'cursor-type' parameter with a value of t whenever making a >> > new window. This would break with the convention that non-nil window >> > parameters are used for handling "special" behaviors only. >> >> I'm fine with this approach, thanks. It will also solve nicely the >> problem of redisplaying the affected window ASAP. > > Eshel, could you please update your patch along these lines? Yes, how does the attached patch look?