Adam Porter
Adam Porter
Rebased on master.
> Maybe it's an issue on the Element side? Yes, "Element Android" has known problems with rendering of non-plain-text messages. They will only be resolved by switching to Element X....
Likely caused by using `shr` to render the reply inside an HTML `blockquote` tag. Maybe we need to duplicate newlines, or replace them with `br` tags. What do you think?
> Haven't had much time to dig into the source, but is there a way to separate the quoted portion of a reply from the body of the actual reply?...
Yes, and I wish it weren't. I see no reason to deprecate or obsolete it; it's a very useful Elisp idiom. I posted about it on emacs-devel, with regard to...
Ok, thanks. Being a one-letter change in a comment, I'll probably wait and merge this when I prepare v0.13-pre, which probably won't be soon.
Ok, I updated the version number before merging this, and it says I'm allowed to edit the PR, but it won't let me push a rebased commit to your remote:...
Thanks.
I see this symbol at that position: `:|hx-on:click|`. Prism was written initially for Emacs Lisp, which doesn't support that syntax. This should be fixable, but I probably won't have time...
@YueRen I've never tried Prism on Julia code. You might try `prism-whitespace-mode`, as it works with Python, which is closer to Julia's syntax than Lisp, I think. It's hard to...