Adam Porter
Adam Porter
Matrix is implemented via an HTTP connection that remains open until the server has data to send to the client. That data might be a large chunk of events for...
I see, thanks. Well, I'm in 103 rooms, and I don't have any performance problems with the room list updating, so I'm surprised that you're seeing that. From looking at...
Hello, I don't understand. Please start from the beginning and explain the problem in context. As well, please provide a minimal reproducible example. And, of course, include the versions of...
See also: https://github.com/alphapapa/org-ql/issues/364
@k11m1 Thanks. Until this is fixed, you'll have to either not use the habit selector, or use Org 9.6.
> Adam Porter ***@***.***> writes: > @k11m1 Thanks. Until this is fixed, you'll have to either not use the habit selector, or use Org 9.6. > Another option is to...
Please see https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=fac55324accbcab08dfebbde8295b2f1b4b9f45e, which demotes the error to a warning.
> Sigh, this looks like an Emacs bug... > > `switch-to-buffer` only uses a marker from `window-prev-buffers` when `switch-to-buffer-preserve-window-point` is non-nil, but both `switch-to-prev-buffer` and `switch-to-next-buffer` call `set-window-buffer-start-and-point` using data...
Maybe I'm missing something, but AIUI, the problem is that the window-point stuff uses markers internally, which I didn't realize; I expected that those were using integer positions. So could...
Thanks. A final question, then: Do we still need to walk the windows and do things with their markers, or can we just record the marker positions for the room...