[REBOL] Re: The big idea of Rebol

2002-06-01 Thread Andrew Martin
> > Everything is a dialect. > > Hmmm. (Did you forget to put the "Discuss." on the end of that Andrew? I'm sure they will, anyway:) Hmmm... It was my Zen Moment from 1/June/2002. Other big ideas are: LISP: Everything is a list. Feel free to discuss. :) Andrew Martin ICQ: 26227169 http://va

[REBOL] Re: The big idea of Rebol

2002-06-01 Thread Carl Read
On 02-Jun-02, Andrew Martin wrote: > Everything is a dialect. Hmmm. (Did you forget to put the "Discuss." on the end of that Andrew? I'm sure they will, anyway:) Hmmm... -- Carl Read -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the sub

[REBOL] Re: Prefix colon question

2002-06-01 Thread Volker Nitsch
Am Samstag, 1. Juni 2002 23:03 schrieb Tim Johnson: > * Jason Cunliffe <[EMAIL PROTECTED]> [020601 12:30]: > > > Could anyone help to enlighten me here? > > > > It's the same as "get" > > I that the key is that everything in REBOL is a value.. > > I can't give you deep golden answers but try this:

[REBOL] The big idea of Rebol

2002-06-01 Thread Andrew Martin
Everything is a dialect. Andrew Martin ICQ: 26227169 http://valley.150m.com/ -><- -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Re: view-linux

2002-06-01 Thread Gerard Cote
Hi Patrick, as an old Unix user I suppose you simply have to get the exec privileges - inside a particular group or as any other user of the system or else to become the new owner of the rebol executable. To help you start with the doc without involving all the details, simply look for the follo

[REBOL] Re: view-linux

2002-06-01 Thread Adrian
Did you solve your problem ? With a little more info I can probably help you. - Original Message - From: "pat665" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 25, 2002 3:32 AM Subject: [REBOL] view-linux > Hi, > > I am trying to run View on Linux and I am an absolute n

[REBOL] Re: Prefix colon question

2002-06-01 Thread Andrew Martin
The difference between: c and: :c is that ":c" doesn't evaluate the value of "c". >> o: make object! [m: 123] >> c: first [o/m] == o/m >> probe :c o/m == o/m >> probe c 123 == 123 >> f: func [arg] [print ["I'm F!" arg "I've been evaluated!"]] >> f 123 I'm F! 123 I've been

[REBOL] Re: path evaluation feature request

2002-06-01 Thread Andrew Martin
I think that Anton's suggestion is really great. If we're voting, this is my "YES!" vote. Andrew Martin ICQ: 26227169 http://valley.150m.com/ -><- - Original Message - From: "Anton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 3:35 AM Subject: [REBOL] path ev

[REBOL] Re: Prefix colon question

2002-06-01 Thread Jason Cunliffe
> Could anyone help to enlighten me here? It's the same as "get" I that the key is that everything in REBOL is a value.. I can't give you deep golden answers but try this: >> pwd: :what-dir >> pwd == %/C/rebol/view/ >> source pwd pwd: func [ "Prints the active directory path" ][ system/s

[REBOL] Re: Prefix colon question

2002-06-01 Thread Tim Johnson
* Jason Cunliffe <[EMAIL PROTECTED]> [020601 12:30]: > > Could anyone help to enlighten me here? > > It's the same as "get" > I that the key is that everything in REBOL is a value.. > I can't give you deep golden answers but try this: [] Thanks Jason: I understand that fully. Let me 'probe de

[REBOL] Prefix colon question

2002-06-01 Thread Tim Johnson
Hello All: I'm embarassed to have to admit that I don't fully understand the use of the prefix colon http://www.alaska-internet-solutions.com http://www.johnsons-web.com -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject

[REBOL] Re: Decode-CGI

2002-06-01 Thread Andreas Bolka
Saturday, June 1, 2002, 4:03:14 AM, Andrew wrote: > I've noticed there's a problem with Rebol's standard decode-cgi > function. [...source...] > Note that 'plus-to-space is created inside 'decode-cgi each time > it's used. It can also be easily replaced with 'replace/all. actually plus-to-spa

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

2002-06-01 Thread Gabriele Santilli
Hi Ashley, On Thursday, May 30, 2002, 3:04:15 AM, you wrote: ahca> You can use 'rename to rename files in the same directory (eg. rename ahca> %/c/view/a.txt %b.txt), but must do a copy/delete if the rename (actually a ahca> move) spans directories. Actually it depends on the platform I think.

[REBOL] Re: rebol postscript/pdf

2002-06-01 Thread Gabriele Santilli
Hi jose, On Saturday, June 01, 2002, 12:06:56 AM, you wrote: jj> I just run pdf-maker-doc.r to get your documentation jj> but I get a PDF file with just one page and 2 jj> horizontal lines. Which version? It works here. I can send you the files directly if you want. Regards, Gabriele. -- G

[REBOL] Re: rebol postscript/pdf

2002-06-01 Thread Robert M. Muench
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Gabriele Santilli > Sent: Friday, May 31, 2002 9:47 PM > To: Graham Chiu > Subject: [REBOL] Re: rebol postscript/pdf > BTW, I have a function that creates a table from a "data source" > if anyone is

[REBOL] Re: Newbie: Trouble filling a form using "http-post.r"

2002-06-01 Thread Graham Chiu
> > Error: HTTP/1.1 405 Method Not Allowed > > tmp: http-post-form > http://www.rogers.com/english/wireless/sendpcs.html > reduce [ >"area" "416" >"num1" "555" >"num2" "" >"text" "testing" > ] > > Can someone please help? You need to post to the

[REBOL] Re: rebol postscript/pdf

2002-06-01 Thread jose
Fixed ! It worked great via your rebsite I must have used someone else modified version Thanks --- "jose (jm)" <[EMAIL PROTECTED]> escribió: > Hi Gabriele, > > I just run pdf-maker-doc.r to get your documentation > but I get a PDF file with just one page and 2 > horizontal lines. > > What a

[REBOL] Newbie: Trouble filling a form using "http-post.r"

2002-06-01 Thread Matthew Kim
Hi, I'm very new at REBOL and I'm stuck! I'm trying to write code that will automatically fill out the form on http://www.rogers.com/english/wireless/sendpcs.html, but I get this error: Error: HTTP/1.1 405 Method Not Allowed What does this mean? In the http-post.r code, within the "eng