Closed tsdh closed 2 years ago
I think I have fixed it with this patch: https://paste.sr.ht/~tsdh/5399f5b8cf800a7e1b077a97f750c88f727a0ba4 I guess some formatter function does regex matching internally thereby clobbering our "outer" match data.
Works!
This is a followup to #80. The fix of that issue works but then I run into the next issue when trying to enter a room:
Now tried entering another room and got "Args out of range: #, 19, 45" where the
*temp*
buffer contents were%S%L%B%r%R%t
which is also ement-room-message-format-spec. Is clear that those indices are bogus.I can reproduce the issue also with this
emacs -Q
recipe:This happens only with the emacs instance on my server (current git master) which is configured like this:
With the emacs built locally (also master but with toolkit/pgtk & native compliation) I can't reproduce the error, no matter if TTY frame or not.