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

Make-doc-pro for rebol 2.5.2

 [1/2] from: rebol665::ifrance::com at: 9-May-2002 16:41


Hi rebollers, Hi Robert I have fixed make-doc-pro to run with rebol 2.5.2. The problem was in the emit-section function. --old version-- emit-section: func [num] [emit (to-word join "sect" num) text title: true] --new version-- emit-section: func [num /local new-word][ new-word: to-word join "sect" num emit :new-word text title: true ] It seems to me that it is the "Less Aggressive Evaluation" that is responsible for the change. I'll leave that to the guru ! Patrick

 [2/2] from: robert:muench:robertmuench at: 10-May-2002 11:03


> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of
<<quoted lines omitted: 13>>
> It seems to me that it is the "Less Aggressive Evaluation" that is > responsible for the change. I'll leave that to the guru !
Hi Patrick, thanks for posting this. And yes, that's the correct fix for the problem. Robert

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted