Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Comments about make-doc-pro?

From: cybarite:sympatico:ca at: 10-Aug-2001 11:15

Robert, I had some ideas on make-doc a few months ago and sent them off to rebol tech. You can review them if you like at http://www.cybarite.com/public/make-doc-enhancements.html [Carl--rebol--com] responded with some comments that the highlighting tag would be a good idea but just have one and give it parameters that would enable different looks. P.S. I liked the recommendation to use more readable tags like [section] Comments rather than ===Comments but because there is now a legacy of "===", I think it will be hard to change. But that does not mean that "[section]" can not also be supported via a change to one line. From the version that I have Carl was already supporting an alternative to "===" which was "-1-". So the code was: ["===" | "-1-"] TEXT-LINE (EMIT-SECTION 1) | and it could become ["===" | "-1-" | "[section]" ] TEXT-LINE (EMIT-SECTION 1) |