Reepca
Reepca
After a bit of reading Guile's source, it looks like the intent behind thread-local fluids is that they can't be directly manipulated by any guile-side code - that way there's...
Some stuff worth noting: 1. Each scheduler (there are as many created as `#:parallelism` specifies, which by default is `(current-processor-count)`) requires at least 5 file descriptors: 2 for a wake...
So how would the buffer text being sent work? Would proper indentation only be assured for text that has already been sent, so for example I use C-M-x and the...
Oh, that makes a lot more sense then.
I think I see what you mean... we can have a behind-the-scenes MARKER for every word defined, and a command with a nice keybinding that can act as an "undo...