Adam Porter
Adam Porter
@YueRen You're welcome. I'm curious, would you mind sharing a screenshot of some Julia code viewed with `prism-whitespace-mode`?
@YueRen Thank you! I may add that to a showcase gallery sometime in the future. :)
> I've encountered the same bug as OP, also on `||` syntax in lisp. Are there any plans to fix this? I know it's not syntax you use terribly often,...
@gabrielshanahan Thanks, that will be helpful to me since my time is limited right now. The syntax table classification should be visible in the `describe-char` buffer displayed with `C-u C-x...
> Does that help in any way? Thanks. It might; I'll have to dig into the Elisp manual on the syntax table details when I have time (which might not...
Why are you using `prism-whitespace-mode` in a Lisp buffer? That mode is for whitespace-sensitive languages like Python. `prism-mode` is for Lisp.
Thanks. With that content in `python-mode` on Emacs 29.4, the messages buffer shows: ``` Error during redisplay: (jit-lock-function 148) signaled (error "prism: Infinite loop detected in ‘prism-match-whitespace’ (buffer:# point:150). Please...
Oops, thanks for reminding me of this. Will take care of it. Hm, it might be best for the user to be sure to specify the group in the file...
No, the best you could do would be to set that face to the docstring face.
I wouldn't recommend using Prism in a debugger window. It isn't intended for that. (But if it works and you prefer it, that's fine.) AFAIK changing this would require a...