[REBOL] Re: url problem

2001-12-30 Thread Dr. Louis A. Turk
Tom, I just tried your url-encode function. Very nice and useful for my present needs. Many thanks! Louis At 12:12 PM 12/29/2001 -0800, you wrote: >Hi Louis, > >Many moons ago I wrote %url-encode.r with a /re(encode) refinement that >will help your current situation. > > >> do http://www.r

[REBOL] Re: Hack

2001-12-30 Thread Romano Paolo Tenca
Hi Sunanda, > Here I've adapted you code to work in that case, I don't know if there is > another way to specify a /local in a Vid action facet, but I've used 'Use to Good choice, i think. BTW, to change the spec of all action func, you could change the function: face/multi/block: func[face b

[REBOL] Re: Hack

2001-12-30 Thread SunandaDH
Hi Romano, > I forgot the un-named func, the new version of hackme follow this message. Another case of unnamed functions is VID action facets. Here I've adapted you code to work in that case, I don't know if there is another way to specify a /local in a Vid action facet, but I've used 'U

[REBOL] Re: how to display multi-line text

2001-12-30 Thread pat665
Thanks, You are right ! for my purpose, it's ok. Do you know by any chance why negative heights are used in easyvid.r ? I dare not ask the author :) Patrick - Original Message - From: "Allen Kamp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 30, 2001 8:48 PM Subje

[REBOL] Re: how to display multi-line text

2001-12-30 Thread Allen Kamp
- Original Message - From: "Patrick Philipot" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 30, 2001 7:22 PM Subject: [REBOL] how to display multi-line text > Hi all rebol-lister > > Happy New Year to all, and a new FAQ. > > Patrick at Euro - 2 > > > How to display

[REBOL] how to display multi-line text

2001-12-30 Thread Patrick Philipot
Hi all rebol-lister Happy New Year to all, and a new FAQ. Patrick at Euro - 2 How to display multi-line text? Short answer: Using as-is and a negative height such as 400x-1 Problem illustration: = rebol [] ;--- ; This program shows a one line

[REBOL] Re: Hack

2001-12-30 Thread Romano Paolo Tenca
Hi, Sunanda > In case you didn't pick it up in my earlier email, the Sept 2000 (the latest, At the end the mail arrived to me, with a great delay. > I think) Rebol/Core User Guide says of the Error/Where field > > "The where field is reserved" > > This is the only place I can find in th

[REBOL] Re: RFC: REBOL Home Multimedia Platform (RHMP)

2001-12-30 Thread Robert M. Muench
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Petr Krenzelok > Sent: Saturday, December 29, 2001 6:17 PM > To: [EMAIL PROTECTED] > Subject: [REBOL] Re: RFC: REBOL Home Multimedia Platform (RHMP) > img: load %coins.jpg > parse img [img-ptr:] ; a co

[REBOL] Re: RFC: REBOL Home Multimedia Platform (RHMP)

2001-12-30 Thread Robert M. Muench
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Petr Krenzelok > Sent: Saturday, December 29, 2001 11:42 PM > To: [EMAIL PROTECTED] > Subject: [REBOL] Re: RFC: REBOL Home Multimedia Platform (RHMP) > However, for Rebol, the solution is to bring unif

[REBOL] Reflexology limits?

2001-12-30 Thread SunandaDH
Rebol is a reflective language. The Core User Guide says, for example: "Reflective Properties: The specification of all functions can be obtained and manipulated during run-time." ALL functions? That, and Romano's thread "Hack", got me thinking about (what Joel rightly named) a parlor game to