Garklein
Garklein
> What is the t variable really tracking? The t variable is the type of the array. In the Incunabulum there are only 2 types: unboxed, and boxed. See https://www.jsoftware.com/papers/AIOJ/typedefA.htm...
In modern versions of Vim (and Neovim), doing an action on something in parens will jump to the next instance of those parens and perform the action on them if...
https://github.com/mthom/scryer-prolog/blob/43556f6df02b22a48c96d7c618eea5d83b053883/src/lib/clpz.pl#L1738C21-L1738C21  There seems to be some backslash escaping happening when the docs are generated.
P.S. could x?:y be used [here](https://github.com/kparc/ksimple/blob/bee802e1cbb4cfbb306bf42b077f923f725d9963/a.c#L116), with the condition inverted? Same with assignment printing suppression [here](https://github.com/kparc/ksimple/blob/bee802e1cbb4cfbb306bf42b077f923f725d9963/a.c#L161-L162) I also found the use of `r=` [here](https://github.com/kparc/ksimple/blob/bee802e1cbb4cfbb306bf42b077f923f725d9963/a.c#L130-L131) weird, could that be an `x`...
When I run `(setq exwm-workspace-minibuffer-position 'bottom)`, EXWM lags whenever a lot of messages are sent (for example, `M-x eshell`). One of the reasons seems to be that whenever a message...
**Describe the bug** When tables of contents get too long and overflow, they can't be fully scrolled down. **To Reproduce** Steps to reproduce the behavior: 1. Put 2+ items in...