[REBOL] Re: CASTRO (was: Will this mail arrive?)

2002-05-28 Thread Boleslav Brezovsky
I'm really sorry, it's on http://www.sweb.cz/rebolek/castro.r or sites/rebolek/castro and - if you does not have directories %/c/ and %/c/view/ then the script crashes so you have to change the sourcecode. it was written under View 1.2.5 (the new beta) so it may look strange in 1.2.1 *** > W

[REBOL] Re: VID pb!

2002-05-28 Thread Gregg Irwin
Hi Eric, << I'm beginner with rebol and i've some pb with rebol/view. I can't find some Exhaustive doc about the VID. Where can i find some good doc. I've read the system/view, but it's not a very good help for me. >> If you go to www.rebol.com and then to the documents page, there are some good

[REBOL] Any email samples out there?

2002-05-28 Thread Ed Dana
Does anyone have some sample REBOL code out there that can connect to a M$ OutHouse (OutLook =) mailbox, scan all the new messages in there and send out emails based on the subject line? I've found a couple of POP and Eudora examples, not sure if they will work with OutHouse. Any and all help

[REBOL] Re: Submitted, for your approval.

2002-05-28 Thread Ed Dana
Carl Read wrote: > > Hmmm. I hope that's enlightened you and not just confused you. (: As > you'll gather, REBOL's quite flexible. Not to mention fun. (; > It did. As I mentioned, I'm only on Chap 7 of the official guide. Object Oriented shtuff is a mere 4 chapters away. I guess I'll gets

[REBOL] ANN: Rebol/flash dialect updated

2002-05-28 Thread RebOldes
Hello rebol-list, I've fixed bug in the setting words in the Action parser. Now is possible to do multiple value settings at once as we know it from Rebol: info: movie.sprite1._x: movie._sprite2._y: random 500 what is same as this code in the ActionScript: info = random 500

[REBOL] Re: Enigma about Ladislav sameness

2002-05-28 Thread Gabriele Santilli
Hi Anton, On Tuesday, May 28, 2002, 6:44:53 PM, you wrote: A> How about this? A> a: does [mut-equal1?: func [a b][no]] A> Is that a special enough property for you? :) LOL ok I was only lucky to get to think about the right function in so few time. :) Anyway it's much simpler than it lo

[REBOL] Re: CASTRO (was: Will this mail arrive?)

2002-05-28 Thread [EMAIL PROTECTED]
I've send two mails last week and they still didn't made it to the list. Nevermind, they were just some bug reports (sent to feedback as well so I hope they've made it at least there). ** Well, this one appears to have made it. I'm starting to think that people should include a real-time

[REBOL] VID pb!

2002-05-28 Thread eric
Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello,=0D =0D I'm beginner with rebol and i've some pb with rebol/view. I can't find so= me Exhaustive doc about the VID.=0D Where can i find some good doc.=0D I've read the system/view, but it's not a v

[REBOL] view-linux

2002-05-28 Thread pat665
Hi, I am trying to run View on Linux and I am an absolute newbie with Linux. I have installed View in my /home directory as root. My problem is that I am only able to run View as root. root # ./rebol <= works fine pat665 $ ./rebol <= starts something but stops with a message "cannot find startx

[REBOL] Missing the list

2002-05-28 Thread pat665
Hi, I am getting nothing from the list for 2 days. Is there a problem? Patrick __ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http:

[REBOL] Re: Enigma about Ladislav sameness

2002-05-28 Thread Anton
For my joke to work, I actually needed this: a: does [mut-equal1?: func [a b][yes] ""] and here's a useful print [ identical? a b same? a b equal-state? a b strict-equal? a b equal? a b

[REBOL] Re: Enigma about Ladislav sameness

2002-05-28 Thread Anton
How about this? a: does [mut-equal1?: func [a b][no]] Is that a special enough property for you? :) Grr Anton. > Hi Romano, > > On Monday, May 27, 2002, 11:53:27 PM, you wrote: > > RPT> What is 'a? > > I expected it to be more difficult to find out. :) But then I got > to think about a

[REBOL] path evaluation feature request

2002-05-28 Thread Anton
Hello rebols, Is this a bad feature request? Would it be good if a path such as this: case: true find/match/:case file "key" would be the equivalent of this: find/match/case file "key" and case: none find/match/:case file "key" would be the equivalen

[REBOL] Will this mail arrive?

2002-05-28 Thread Boleslav Brezovsky
Hi, I've send two mails last week and they still didn't made it to the list. Nevermind, they were just some bug reports (sent to feedback as well so I hope they've made it at least there). Too much of clubs'n'pubs last week so I was at home yesterday evening and I was rebolling little bit. I sti

[REBOL] Re: bug: not able to convert integer variable with to-binary

2002-05-28 Thread tmo
Hi carl and romano. Thanks for help. All is right !!! :-) ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com -- To unsubscribe from this list, please send an email to [EMAIL PROTE

[REBOL] Re: Enigma about Ladislav sameness

2002-05-28 Thread Romano Paolo Tenca
Hi, Anton > Is this an unsolved problem No > or do you know the answer > and you are challenging us to also find out ? Yes :-) --- Ciao Romano -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Re: Enigma about Ladislav sameness

2002-05-28 Thread Gabriele Santilli
Hi Romano, On Monday, May 27, 2002, 11:53:27 PM, you wrote: RPT> What is 'a? I expected it to be more difficult to find out. :) But then I got to think about a function with a special property... ;-) Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amigan

[REBOL] Re: Enigma about Ladislav sameness

2002-05-28 Thread Ladislav Mecir
Hi Anton, Romano's enigma has got a known solution. It is just a challenge for you to find out. Ciao -L - Original Message - From: "Anton" Is this an unsolved problem or do you know the answer and you are challenging us to also find out ? Anton. > I have an enigma about Ladislav's mu

[REBOL] Re: Enigma about Ladislav sameness

2002-05-28 Thread Romano Paolo Tenca
Hi, Ladislav > nice. Thanks for pointing that out. I will let the others to find the > solution. Very very fast! I 'd like to see your solution. > Do you think that I should modify MUT-EQUAL1? a bit to correct this? I do not think it is a bug, mut-equal1 "sees" an identity that no other funct

[REBOL] Re: REBOL momentum builds

2002-05-28 Thread Maarten Koopmans
Yes it can. Works like this for a server: ; open the udp server port my-udp: open/no-wait udp://:9090 ; wait max 100ms for events on the port datagram?: wait [ my-udp 100] ;if there is a datagram copy the data if datagram? [ data: copy my-udp] And a client: my-udp: open udp://somehost:somepor

[REBOL] Re: Submitted, for your approval.

2002-05-28 Thread Carl Read
Hi Ed, On 28-May-02, Ed Dana wrote: >> If Begin [ >>Symbol_Set: [ "~" "!" "@" "#" "$" "%" "&" "*" ] >>Random/seed Now >> ] >> to... >> Begin: does [ >>Symbol_Set: [ "~" "!" "@" "#" "$" "%" "&" "*" ] >>Random/seed Now >> ] > It was a good excursive in using refinements and

[REBOL] Generic unview/only

2002-05-28 Thread atruter
As a public service I offer the following code to those who seek a simple alternative to the VIEW/VID LIFO unview model (apologies in advance if most folks have already figured this out . . . it had me stumped for a while so I thought I'd save someone else the frustration ;) ) REBOL [] show-w

[REBOL] Re: Enigma about Ladislav sameness

2002-05-28 Thread Ladislav Mecir
BTW, I found an error in the EQUAL-STATE? function as well. Ciao -L -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Re: Submitted, for your approval.

2002-05-28 Thread Ingo Hohmann
Hi Ed, Ed Dana wrote: <...> > This is because the ^ is not legal. I tried using it in REBOL and it > gave me the following grief: > > ** Syntax Error: Invalid string -- " ] > ** Near: (line 54) Symbol_Set: [ "~" "!" "@" "#" "$" "%" "^" "&" ] > > > It doesn't like the ^ symbol, for whatever re

[REBOL] Re: Enigma about Ladislav sameness

2002-05-28 Thread Ladislav Mecir
Hi Romano, nice. Thanks for pointing that out. I will let the others to find the solution. Do you think that I should modify MUT-EQUAL1? a bit to correct this? Ciao -L - Original Message - From: "Romano Paolo Tenca" Hi, I have an enigma about Ladislav's mut-equal1? (from http://www.r

[REBOL] Re: Upgrade now or wait?

2002-05-28 Thread Anton
Quite possibly yes, it will break a few scripts. Quite a few of my scripts needed fixing for the "less-agressive" path evaluation. In general, you need to replace path with do compose [(path)] There were some casualties amongst my graphic demo scripts, with the new effect pipelin