On 2024-12-13 00:39, Michael Albinus wrote: > Eli Zaretskii writes: > > Hi, > >> branch: master >> commit 9ccd459e8452cc9e6e81e53f26bbeef20d2d5bb7 >> Author: Jared Finder >> Commit: Eli Zaretskii >> >> Enable xterm-mouse-mode by default in xterm >> >> * lisp/xt-mouse.el (xterm-mouse-mode): Change default value of >> xterm-mouse-mode to t. >> * lisp/term/xterm.el (xterm--init): Enable xterm-mouse-mode if >> the default value is still set. >> * etc/NEWS: Document new behavior. > > This fails xt-mouse-tests: > > --8<---------------cut here---------------start------------->8--- > # make -C test xt-mouse-tests.log > > Ran 3 tests, 0 results as expected, 3 unexpected (2024-12-13 > 09:35:08+0100, 1.359088 sec) > > 3 unexpected results: > FAILED xt-mouse-tracking-basic > FAILED xt-mouse-tracking-sgr > FAILED xt-mouse-tracking-utf-8 > --8<---------------cut here---------------end--------------->8--- Apologies for that. Attached is a fix for the test. Unfortunately, for some reason I don't quite understand xt-mouse-tests.el does not work when called inside a running Emacs session. It only works when called in batch mode. This limitation predates turning xterm-mouse-mode on by default, so I just added a FIXME for that. -- MJF