Hi Wei, Regarding the Racklog thing, I don't know how to fix the problem. %is has to rip apart the syntax and rebuild it and Racket is designed to protect against that. I don't know if the keyword implementation can change or if there's something Racklog is not doing that it should. I think we need advice from Matthew on it.
Jay On Sun, Feb 12, 2017 at 3:30 AM, Wei Tang <[email protected]> wrote: > Hi all, > > I'm recently starting to work on an org-mode alternative using Scribble and > Racklog. There are several features that I depend on, and I also hit bugs > during the process. I would really appreciate it if someone can do reviews > for those pull requests rather than keeping then staled. > > Scribble unicode support: allow input of unicode characters for LaTeX using > XeLaTeX (https://github.com/racket/scribble/pull/75), and support several > unicode character set in tags (https://github.com/racket/scribble/pull/77). > Scribble hidden elements: allow an element to be completely hidden during > render process (https://github.com/racket/scribble/pull/78). > Scribble local traverse get/set: add a #:local keyword for set function to > allow locally setting a value in traverse period > (https://github.com/racket/scribble/pull/74). > Bugs in Scribble: collect-element inside a traverse-element is not handled > (https://github.com/racket/scribble/pull/73). > Bugs in Racklog: %is does not support applying keyword arguments > (https://github.com/racket/racklog/issues/1). > > -- Wei > > -- > You received this message because you are subscribed to the Google Groups > "Racket Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-dev/ccd38b86-9c0b-44de-aaf6-39daf4aaa7f9%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- -=[ Jay McCarthy http://jeapostrophe.github.io ]=- -=[ Associate Professor PLT @ CS @ UMass Lowell ]=- -=[ Moses 1:33: And worlds without number have I created; ]=- -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/CAJYbDamb06vBjFBD62c61M1gVB1sk%2BKXf%3DAwPkyHXPNAzS8LFQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
