[REBOL] Fixed format/width field files in REBOL Re:(3)

1999-11-11 Thread Al . Bri
Thanks Sterling and Ron! Andrew Martin Who's been seduced by the strawberries... [EMAIL PROTECTED] http://members.xoom.com/AndrewMartin/ Online @ 33,600 Baud! --

[REBOL] performance Re:(3)

1999-11-11 Thread etf
Hello Thomas I use Amiga and Rebol too. I like Rebol and like Amiga. Forgive me my bad English. I live in Ukraine (exUSSR), so i got only A1200+fpu+4M. But i can start Rebol and other programs together. I must notice, that networking using rebol work wery well. Very soon I am going to launch my

[REBOL] Build-tag

1999-11-11 Thread Al . Bri
I've been doing some experimenting (and rewriting my %HTML.r script...) and came across this interesting behaviour for 'build-tag: build-tag [BODY BGCOLOR #F0 TEXT #00 LINK #CC VLINK #330099 ALINK #FF3300] == BODY BGCOLOR="F0" TEXT="00" LINK="CC" VLINK="330099"

[REBOL] [REBOL] [REBOL] dupes... Re:(3)

1999-11-11 Thread jim
Okay, I just wanted to make sure they weren't coming from me. I'm running my own sendmail here on a Linux box and I'm still getting used to it. Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, November 08, 1999 2:22 PM To: [EMAIL PROTECTED]

[REBOL] [REBOL] database testing

1999-11-11 Thread warp
ops.. valentina is there: www.paradigmasoft.com 8))

[REBOL] How to update port info? Re:

1999-11-11 Thread giesse
[EMAIL PROTECTED] wrote: Is there (is there going to be) any way to update port status, without the need to reconnect to my mailbox? I think it would be difficult, since your mailbox would be locked while you are connected via POP3; this means that those mail would be placed in a queue

[REBOL] Other undocumented feature .... Re:

1999-11-11 Thread giesse
[EMAIL PROTECTED] wrote: some few days I pointed out some not all that easily visible refinements, as email/host, email/user, time/julian, and now I found: port/state Petr, you could have discovered all of them with: probe port Ciao, /Gabriele./ o) .-^-.

[REBOL] Other undocumented feature .... Re:(2)

1999-11-11 Thread petr . krenzelok
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: some few days I pointed out some not all that easily visible refinements, as email/host, email/user, time/julian, and now I found: port/state Petr, you could have discovered all of them with: probe port I've never used probe. My

[REBOL] Sending and receiving email with realnames

1999-11-11 Thread ingo
Hi Rebols, I once again tried the send function ... So, now it is possible to send ["Ingo Hohmann" [EMAIL PROTECTED]] {message ...} And Mail-List-Rules/parse-mail-list returns a block of ["name" address ...]. (When there is no real-name, it is/may just be omitted.) Please email me any errors

[REBOL] import-email

1999-11-11 Thread ingo
Hi Rebols, can someone enlighten me, on how import-email is supposed to work? I saved an email that I sent locally and try to import it, that's what I get. ;; START OF Rebol session m: read %mail == {From [EMAIL PROTECTED] Thu Nov 11 14:36:01 1999 Received: from localhost (fuchur)

[REBOL] performance Re:(4)

1999-11-11 Thread meekerdb
Best wishes on your new web-site. Brent Meeker Camarillo CA USA Amiga A2060 On 11-Nov-99, [EMAIL PROTECTED] wrote: Hello Thomas I use Amiga and Rebol too. I like Rebol and like Amiga. Forgive me my bad English. I live in Ukraine (exUSSR), so i got only A1200+fpu+4M. But i can start Rebol and

[REBOL] import-email Re:(2)

1999-11-11 Thread icimjs
Hi Jeff, you wrote: [snip] The first line there confuses IMPORT-EMAIL. Set-words are being looked for, (from: subject: etc..) and the 'from' on the first line in UNIX mail format and eudora format doesn't have a colon after it. The fix is to either skip a line, or skip forward to a

[REBOL] Re: import-email

1999-11-11 Thread ingo
Answering my own question, its been the {From [EMAIL PROTECTED] Thu Nov 11 14:36:01 1999} line, that caused my problems. regards, Ingo -- _ ._ ingo@)|_ /| _| _ We ARE all ONE www._|_o _ _ ._ _ www./_|_) |o(_|(/_ We ARE all FREE ingo@| |(_|o(_)|

[REBOL] import-email Re:(3)

1999-11-11 Thread jeff
Howdy Elan: I believe that these multiple lines in the Received field threw header-rules/parse-head off as well. header-rules/parse-head expects to find a new field on each line (I believe, after quickly browsing the code), doesn't it? Good job! Would that everyone was

[REBOL] NT usage

1999-11-11 Thread Steven . Green
REBOL looks VERY interesting. We would like to use in on the Windows NT 4.0 platform. My questions to the list are: 1. Can it read from and write to the NT registry? 2. Can it execute a program (.EXE)? Steve Green Database Administrator "Have the courage to use your own understanding"

[REBOL] NT usage Re:

1999-11-11 Thread Al . Bri
Steve Green wrote: 1. Can it read from and write to the NT registry? Not yet. 2. Can it execute a program (.EXE)? Not yet. REBOL/Command can execute programs. It's soon to be released (like only days away from what the REBOL crew have said). With that facility, a simple

[REBOL] NT usage Re:

1999-11-11 Thread Andrew . M . Grossman
--- [EMAIL PROTECTED] wrote: 1. Can it read from and write to the NT registry? --- end of quote --- You could certainly use it to parse/read/write to the registry (assuming it's a text file like in 95/8). Whether that would be advisable... I've heard looking at the registry sorta mean can break

[REBOL] Fixing REBOL software

1999-11-11 Thread Al . Bri
Jeff wrote: Of course, I'm sure that if someone fixed IMPORT-EMAIL and sent it in, with a little due process on our part, we'd certainly include it in the core and give credit within the source of the code. Would the REBOL crew do that if we sent in fixes for other functions, etc in

[REBOL] NT usage Re:(2)

1999-11-11 Thread Steven . Green
Under NT the registry cannot be accessed as a file. You must using the API calls to read and write stuff to it. We use it to setup information that in-house developed applications use. We seldom touch the microsoft areas unless we know what we are doing. (That doesn't happen often.) Right now

[REBOL] REBOL Incursion - addition to the article ...

1999-11-11 Thread petr . krenzelok
Hi, for those interested, check out Czech Amiga News at http://www.realdreams.cz/amiga :-) -pekr-

[REBOL] [REBOL] Recursive data structures Re:(2)

1999-11-11 Thread ejolson
Hello, On 04-Nov-99, [EMAIL PROTECTED] wrote: Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]): --snip-- I already read this several minutes ago with only one [REBOL] in the subject line. Why is SELMA sending duplicates every so often? Elliott P.S. I see now there's even some with 3

[REBOL] Re: Removing obsolete scripts from REBOL.ORG

1999-11-11 Thread ejolson
Hello, On 08-Nov-99, [EMAIL PROTECTED] wrote: How does one go about removing a obsolete script from http://www.rebol.org ? I would like to remove my %Append.r script, as the 'append word in REBOL 2.2 now comes with the needed enhancement that this script provided. Otherwise, how about

[REBOL] Pushover

1999-11-11 Thread rryost
I just posted the board game, Pushover, at www.rebol.org. It's a 5x5 board, empty at first, you play versus the computer. The object is to get a row, column, or major diagonal of your pieces. To place a piece on the board you push it onto an edge square from off-board. The direction you push

[REBOL] Dates Re:(3)

1999-11-11 Thread petr . krenzelok
[EMAIL PROTECTED] wrote: Hello, still catching up on my mail... On 03-Nov-99, [EMAIL PROTECTED] wrote: Howdy Allen: Hi Rebols, Has anyone got an i-date to REBOL date formatter? Or is there one built in I haven't found. I actually thought that to-date might

[REBOL] Dates Re:(3)

1999-11-11 Thread rryost
Version 2.2 has to-idate, but it results in a different format from what you apparently want? ? to-idate Returns a standard Internet date string. Arguments: date -- (date) to-idate now/date == "Thu, 11 Nov 1999 none +" to-idate now == "Thu, 11 Nov 1999 23:20:51 -0700" Russell

[REBOL] REBOL/Media

1999-11-11 Thread newsletters
Hi, I remember seeing REBOL/Media mentioned as one of the planned extentions to REBOL. Anyone have any information on it?