ds26gte

Results 9 comments of ds26gte

If we agree to consolidate the signatures, what is the collective opinion on what we want `foldl(f, b, [list: x1, x2, x3])` to be? `f(x3, f(x2, f(x1, b)))` or `f(f(f(b,...

Please use the MIT license and the Apache version 2.0 license, at your option.

Project-specific `.lispwords` seem problematic to me: If you place the `.lispwords` in the project's root directory, then you're constrained to always start Vim in the project's root dir (and maybe...

While this would be nice, some folks may already be hardwiring the URLs of the chapters in other web pages, so changing it now would cause info misdirection.

Yes, set ``` \let\TZPsinglepage=1 ``` anywhere in your document. Described in subsection **Single output file** in section 6 (**Flags**) of the manual (https://ds26gte.github.io/tex2page/index-Z-H-6.html#TAG:__tex2page_sec_Temp_45). Doesn't affect print output as long as...

Re item no. 3, space causing the flicker is a bug. I should make space work the same as enter or click here. (Enter or click do work correctly, without...

Re item no. 4, what exactly is Tab is supposed to do in the REPL area? In WeScheme it does nothing. Should it not at least output one space?

Thanks. Will do. BTW, the default action for Tab -- pending a future enhancement -- seems to be to just lay down the character Tab. Making it a no-op is...