On 2020/04/03 23:27:47, dak wrote: > On 2020/04/03 22:22:31, hanwenn wrote: > > note that this still doesn't fix the next error message for compilation which > is > > > > > > > > fatal error: Not a markup command: line > > > > which is triggered by the *definition* of the markup macro: > > > > (defmacro*-public markup (#:rest body) > > .. > > (car (compile-all-markup-expressions `(#:line ,body)))) > > > > the markup compilation tries to lookup the 'line' markup dynamically, and > fails. > > I propose to leave this new but related piece of crock for the next issue as it > seems a bit more involved and warrants separate analysis, testing and fixing.
I fully agree, I just wanted to register my insight. https://codereview.appspot.com/575930043/