Thuna-Cing
Thuna-Cing
This allows specifying the project name in the .projectile file. It is backwards compatible as the older versions will parse the name as a comment. All tests except one that...
The goal of this PR is to indent `CL:LOOP` forms by parsing the body instead of using regexps on the surrounding context. This is done in two steps: 1. The...
The second instance of `READ` in the third paragraph of [its description](https://www.lispworks.com/documentation/HyperSpec/Body/f_rd_rd.htm) appears to be a typo for `READ-PRESERVING-WHITESPACE`. This proposal fixes this. Some more implementations would be nice in...
In the description of [`READ-PRESERVING-WHITESPACE`](https://github.com/robert-strandh/Well-Specified-Common-Lisp/blob/3a31428100f9cbdbc69ed931c5d11195ab0219ce/dpANS/dict-reader.tex#L228), the second instance of `READ` (highlighted and crossed out below) in the third paragraph (denoted by the comment `22.2.1 13`) should instead be `READ-PRESERVING-WHITESPACE`: >...
Shadowing symbols only make sense if `use-package` respects it, so the omission of such a statement from its description is likely an oversight.
A multiline template like ``` wikitext {{eqn|l=1 |o=$\neq$ |r=2}} ``` should be highlighted as a template, but right now it is highlighted as though the first line was plaintext and...