[REBOL] Re: Rebol/Gotcha Handling previously defined words

2003-12-10 Thread Carl Read
On 11-Dec-03, Tim Johnson wrote: > Well, I did it again, and punished myself severely for the > transgression, but I can't bring back the time I lost > I created a subroutine in a context and called it 'reduce. And I > forgot to either redefine or provide an absolute path for > system/words/

[REBOL] Re: Rebol/Gotcha Handling previously defined words

2003-12-10 Thread Ammon Johnson
To: <[EMAIL PROTECTED]> Sent: Wednesday, December 10, 2003 12:45 PM Subject: [REBOL] Re: Rebol/Gotcha Handling previously defined words > > On 11-Dec-03, Tim Johnson wrote: > > > Well, I did it again, and punished myself severely for the > > transgression, but I can&#x

[REBOL] Re: Rebol/Gotcha Handling previously defined words

2003-12-10 Thread Volker Nitsch
Hi Tim, Am Mittwoch 10 Dezember 2003 20:30 schrieb Tim Johnson: > Well, I did it again, and punished myself severely for the > transgression, but I can't bring back the time I lost > > I created a subroutine in a context and called it 'reduce. And I forgot > to either redefine or provide an a

[REBOL] Re: Rebol/Gotcha Handling previously defined words

2003-12-10 Thread Volker Nitsch
Am Mittwoch 10 Dezember 2003 20:30 schrieb Tim Johnson: Quickly fixing myself: (forgot return-value, added object to checklist) my.context: func [[catch] block /local ctx] [ ctx: context block foreach word first ctx [ if all [ value? w: in system/words word

[REBOL] Re: Rebol/Gotcha Handling previously defined words

2003-12-10 Thread Maxim Olivier-Adlhoch
day, December 10, 2003 3:36 PM > To: [EMAIL PROTECTED] > Subject: [REBOL] Re: Rebol/Gotcha Handling previously defined words > > > > Am Mittwoch 10 Dezember 2003 20:30 schrieb Tim Johnson: > > Quickly fixing myself: > (forgot return-value, added object to checklist) &

[REBOL] Re: Rebol/Gotcha Handling previously defined words

2003-12-10 Thread Tim Johnson
* Volker Nitsch <[EMAIL PROTECTED]> [031210 12:08]: > > Am Mittwoch 10 Dezember 2003 20:30 schrieb Tim Johnson: > > Quickly fixing myself: > (forgot return-value, added object to checklist) Hiya Volker: That looks like the right track to me. Must check that out as soon as I'm done waltzing