[REBOL] Parse Question: Why Doesn't This Work? Re:(10)

1999-09-29 Thread Al . Bri
> > > > Have a nice day/night/evening/morning! > > > Considering the 'random/seed help' thread: Is this a path? ;-) > > > If so the order confuses me a little... > > > > It's function refinements... ^_^ > > And morning! is a new datatype? Just different dialects for the 'net and rebol

[REBOL] Parse Question: Why Doesn't This Work? Re:(9)

1999-09-29 Thread timewarp
[EMAIL PROTECTED] wrote: > > > > Have a nice day/night/evening/morning! > > Considering the 'random/seed help' thread: Is this a path? ;-) > > If so the order confuses me a little... > > It's function refinements... ^_^ And morning! is a new datatype?

[REBOL] mail formatting

1999-09-29 Thread ejolson
Hello, On 27-Sep-99, [EMAIL PROTECTED] wrote: > I made the recommended change and got the following: > > Script: "REBOL HTTP Proxy" (4-Aug-1999) ---snip--- > -Original Message- > From:[EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] >

[REBOL] Parse Question: Why Doesn't This Work? Re:(8)

1999-09-29 Thread Al . Bri
> > Have a nice day/night/evening/morning! > Considering the 'random/seed help' thread: Is this a path? ;-) > If so the order confuses me a little... It's function refinements... ^_^ Andrew Martin [EMAIL PROTECTED] http://members.xoom.com/AndrewMartin/ Online @ 33,600 Baud! -><-

[REBOL] Send mail with groupwise Re:(3)

1999-09-29 Thread Al . Bri
Ed wrote: > Anybody got any other suggestions ? Look really closely at the headers of a email that works. To see what the headers look like. Andrew Martin [EMAIL PROTECTED] http://members.xoom.com/AndrewMartin/ Online @ 33,600 Baud! -><-

[REBOL] [REBOL] Send mail with groupwise Re:(2)

1999-09-29 Thread dforsi
[REBOL] Send mail with groupwise Re:(2) > From: [EMAIL PROTECTED] > Date: Wed, 29 Sep 1999 14:56:36 + > >From what I have read of the groupwise API docs it appears to need a header > >in the format: Is that header in the RFC header of the message (that is directly after standard headers an

[REBOL] Function overloading via alias Re:(2)

1999-09-29 Thread bo
On 29-Sep-1999/14:00:28-5:00, [EMAIL PROTECTED] wrote: >Geza Lakner wrote: >>BTW how can I "unalias" a word (without restarting REBOL :-) ) > >As far as I can tell, you can't. That is correct. You can't. I believe 'alias was included only for the sake of internationalization, therefore, once s

[REBOL] Function overloading via alias Re:

1999-09-29 Thread brian . hawley
Geza Lakner wrote: >I would like to "overload" the system SEND function >with a default action of SEND/HEADER thus I tried to alias it like: > >alias 'send/header "send" > >Unfortunately, it didn't work. Don't do that :) Try something like this: system-send: :send send: func [ "Send a messa

[REBOL] Constructor semantics? Re:(3)

1999-09-29 Thread brian . hawley
Hi Robert! [EMAIL PROTECTED] wrote: >Hi, well this works but you have to keep the stuff in sync. So >the problem isn't to put a name into an object but to refer to >the Rebol-used-name of the object. Objects in REBOL don't have names - they are just values that can be assigned to words or refere

[REBOL] Subject: Is proxy setting used automatically by pop? Re:

1999-09-29 Thread sterling
So the problem is that you need to go through the proxy for web activity but not for POP? In that case you may need a more advanced setup than just using set-net. "... Yo, pekr, try reading the proxy how-to" :-))) Or do I misunderstand the problem? Sterling > Hi, > > I will try to describe p

[REBOL] Parse Question: Why Doesn't This Work? Re:(7)

1999-09-29 Thread t_degrav
[EMAIL PROTECTED] wrote: ... > Have a nice day/night/evening/morning! Considering the 'random/seed help' thread: Is this a path? ;-) If so the order confuses me a little... Tom

[REBOL] Continuous Refinement Propagation (Was random/seed help) Re:(4)

1999-09-29 Thread icimjs
Hi Gabriele, you wrote: >[EMAIL PROTECTED] ha scritto: > >> (Right now, COMPOSE [()] == [unset], but this has >> been changed so COMPOSE [()] = []) > >Jeff, this works already using COMPOSE [([])] ! > The difference between your version, COMPOSE [([])], and Jeff's vers

[REBOL] Re: Constructor semantics? Re:(2)

1999-09-29 Thread dm98411
On 29-Sep-99, [EMAIL PROTECTED] wrote: >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >> Sent: Wednesday, September 29, 1999 10:13 AM >> To: [EMAIL PROTECTED] >> Subject: [REBOL] Constructor semantics? Re: > >> wouldn't self work? obj: make object! > >>

[REBOL] Parse Question: Why Doesn't This Work? Re:(7)

1999-09-29 Thread Russ
Personally, I've found restarting REBOL to be a very healthy thing to do... when it's not doing what seems reasonable. I'm sure some of the newbie things I ask of it drive IT's "mind" insane! :) Taking breaks is also good medicine.. sigh, when one can tear themselves away from a notion and MAKE

[REBOL] Send mail with groupwise Re:(2)

1999-09-29 Thread collins-e
>--- end of quote --- >Andrew seems to have gotten this a bit backwards. To avoid >confusion, you may wish to switch that around a bit: > >send/header [EMAIL PROTECTED] {Your Appointment message here} make >system/standard/email [... >] Sorry I hadn`t given enough information before. I had tri

[REBOL] Function overloading via alias

1999-09-29 Thread glakner
Hello ! I would like to "overload" the system SEND function with a default action of SEND/HEADER thus I tried to alias it like: alias 'send/header "send" Unfortunately, it didn't work. BTW how can I "unalias" a word (without restarting REBOL :-) ) Thank you for your input Geza Lakner MD [E

[REBOL] Is proxy setting used automatically by pop?

1999-09-29 Thread petr . krenzelok
Hi, I will try to describe problems we encountered in our company. It's not directly related to REBOL, but well, at least partly it is. So, our daughter company is our Inet provider. They are connecting us to external world thru firewall. All I had to do a few days ago, was to set my Netscape' S

[REBOL] Constructor semantics? Re:(2)

1999-09-29 Thread robert . muench
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 29, 1999 10:13 AM > To: [EMAIL PROTECTED] > Subject: [REBOL] Constructor semantics? Re: > wouldn't self work? > >> obj: make object! > val-1: "this is me." > print-val:

[REBOL] Continuous Refinement Propagation (Was random/seed help) Re:(3)

1999-09-29 Thread giesse
[EMAIL PROTECTED] ha scritto: > (Right now, COMPOSE [()] == [unset], but this has > been changed so COMPOSE [()] = []) Jeff, this works already using COMPOSE [([])] ! Ciao, /Gabriele./ o) .-^-. (--o | Gabriele Sa

[REBOL] Send mail with groupwise Re:

1999-09-29 Thread Al . Bri
If you look at the refinements 'send requires, that should solve your problem: >> help send Send a message to an address (or block of addresses) Arguments: address -- An address or block of addresses (email block) message -- Text of message. First line is subject. Refinements: /only -

[REBOL] Send mail with groupwise

1999-09-29 Thread collins-e
Hi, Here is a question for ya. Is it possible to write a rebol script that can be used with Novell Groupwise5 to not only send mails (which is no problem to do) but to also be used to make appointments ? It appears to use a custom header file to identify what type of item is being sent (email, app

[REBOL] Constructor semantics? Re:(2)

1999-09-29 Thread robert . muench
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 29, 1999 10:00 AM > To: [EMAIL PROTECTED] > Subject: [REBOL] Constructor semantics? Re: > There is already a 'this' but it's called 'self.. > ... Hi, thanks for the info, the 'make self

[REBOL] Parse Question: Why Doesn't This Work? Re:(6)

1999-09-29 Thread Al . Bri
Sometimes it's good to take a break, and restart REBOl. ^_^ Have a nice day/night/evening/morning! Andrew Martin [EMAIL PROTECTED] http://members.xoom.com/AndrewMartin/ Online @ 33,600 Baud! -><- -- > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: [REBOL] Parse Question: W

[REBOL] Parse Question: Why Doesn't This Work? Re:(5)

1999-09-29 Thread timewarp
... so you only need word: :word if you want to go back to the index of the beginning of the sought after characters. Parse automagically moves the index just beyond the set of characters in the parse statement ... Hrrrmm Cheerfulness,

[REBOL] Parse Question: Why Doesn't This Work? Re:(5)

1999-09-29 Thread timewarp
[EMAIL PROTECTED] wrote: > I didn't follow the conversation but: > Why traverse the string again? You already traversed it by "--- ".. then you can > leave out the mark: :mark clause.. also you should use [thru newline] to prevent > another 'dumb' loop of the parser... > > rule: [ > "==="

[REBOL] Parse Question: Why Doesn't This Work? Re:(4)

1999-09-29 Thread oosterve
I didn't follow the conversation but: Why traverse the string again? You already traversed it by "--- ".. then you can leave out the mark: :mark clause.. also you should use [thru newline] to prevent another 'dumb' loop of the parser... rule: [ "===" copy header thru newline

[REBOL] Constructor semantics? Re:

1999-09-29 Thread icimjs
Hi Robert, Haven't had time to think about your first item. As for: >Further I would like to have a way to refer to the literal object >name or to the 'this' object. Things like this/name, this/size, >this/constructed? etc. would be really nice. What do you think? > wouldn't self work? >> obj:

[REBOL] Parse Question: Why Doesn't This Work? Re:(3)

1999-09-29 Thread timewarp
[EMAIL PROTECTED] wrote: > > EAT, I think this is what you need: > > headrule: [ > some [ > thru "=== " copy head to newline ( > append head " (FIRST LEVEL)" append full-contents head > ) > | >

[REBOL] Constructor semantics? Re:

1999-09-29 Thread oosterve
>Hi, I just have come to a point where a Ctor semantic for objects >would help a lot. I have several objects (with functions, >variables etc.) in my script, which are created from a prototype: > >obj1: make! Prototype[ ] >obj2: make! Prototype[ ] >obj3: make! Prototype[ ] > >I want t