Adam Porter
Adam Porter
Thanks. Would you be willing to do a quick benchmark comparing using a list of event type strings with `member` and using a hash-table with `gethash`? It probably doesn't matter,...
Hm, the backtrace doesn't quite seem to match the error being reported. Please try to reproduce the problem in a clean Emacs configuration (e.g. using https://github.com/alphapapa/with-emacs.sh) and please provide a...
AFAIK this is already completely solved by Burly. I use it every time I connect to open a frame like this:  I don't want to reimplement what Burly does...
I've added this to my config and it works well for me: ```el (add-hook 'ement-after-initial-sync-hook (defun ap/ement-open-burly-bookmark (session) "Open Burly bookmark for Ement session." (bookmark-maybe-load-default-file) (pcase (ement-user-id (ement-session-user session)) ("@alphapapa:matrix.org"...
See also the new commands in https://github.com/alphapapa/bufler.el, `bufler-workspace-save`, `bufler-workspace-open`, `bufler-workspace-reset`.
*shrug* I'm happy to leave this matter to you. Thanks for writing it up well. :)
Hm, I didn't realize that there were supposed to be multiple domains for linking to Matrix events. I thought `matrix.to` was supposed to be universal, because all it's supposed to...
Thanks for checking into that. If you find that there is no such way, and you're feeling especially helpful, you might consider submitting a MSC to propose that the spec...
Thanks, Phil. I'd like to consider simplifying this feature. For example, I think it would be nice if there were just an option that users could enable, like `ement-reconnect-p`, or...
> I like the idea that even if the failure was due to some edge-case lisp error, something will come along and kick things off again soon enough. I understand...