On 2022-11-23 05:09, Eli Zaretskii wrote: > Paul, any comments? lsp-mode was buggy even with traditional Emacs timestamps like (0 0 0 0) because it mishandled millisecond counts. With new Emacs timestamps like (0 . 1000000000) lsp-mode signaled an error, exposing the bug. The problem has been fixed in bleeding-edge lsp-mode here: https://github.com/emacs-lsp/lsp-mode/commit/e5a6274fac076f0d74a6ca892467be66a90a9649 and to forestall similar problems elsewhere I installed the attached patch into GNU Emacs master on Savannah.