[REBOL] Re: refinement for whois protocol

2002-04-22 Thread Andrew Martin
Adrian wrote: The problem I`m having is specifying the @rs.internic.net when I try to join whois:// + variable [EMAIL PROTECTED] I get a malformed email address error. Can I do a refinement to pre-specify the whois server resource ? Try something like: variable: www.rebol.com ==

[REBOL] Re: using Rebol for mail client app

2002-04-22 Thread kenlo
Thank you Phil, the mail client is good. I spotted a few issues. 1. Fetchmail should use user name instead of account name. 2. Sendmail dosen't authenticate. This can be done by opening and closing the pop server before and after the send. 3. Multiple account seems not working. -- To

[REBOL] Re: Rebol : The Official Guide

2002-04-22 Thread AUVERLOT Olivier
the book is announced on the page http://www.wileyeurope.com/cda/product/0,,0470846755,00.html Regards Olivier - Original Message - From: Dr. Louis A. Turk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 17, 2002 8:35 PM Subject: [REBOL] Re: Rebol : The Official Guide

[REBOL] Re: refinement for whois protocol

2002-04-22 Thread Charles
I've got a script on my website for executing whois through my web browser. I'm sure it can be done more elegantly, but this was still early for me. And it works, so why mess with it? ;) Anyways, here's what the script says: ; service: internic.net service: whois.geektools.com print

[REBOL] OT

2002-04-22 Thread pat665
Hi rebollers, How to find the two best ? results: [2.38 1.90 0.47 6.95 19.41 17.19 2.08 4.33 5.31 15.85 1.20 3.44 5.39 3.96 5.82 4.32] winners: append [] copy/part sort/reverse results 2 == [19.41 17.19] Lots of people here were expecting [19.41 15.85]. Patrick

[REBOL] Re: using Rebol for mail client app

2002-04-22 Thread philb
Hi, On 1 3 ... Multiple accounts should be working I have 2 seperate email acccounts here and I can fetch email for both accounts. On pressing the Fetch Mail button I just wanted to display the Account Name in the Pop-up window this shouldnt be input capable. The popup is only there

[REBOL] Re: Rebol : The Official Guide

2002-04-22 Thread atruter
This site: Relative-Expression Builder Object Language RT site: Relative Expression-Based Object Language A typo perhaps? ;) Regards, Ashley -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: OT

2002-04-22 Thread SunandaDH
Patrick: Lots of people here were expecting [19.41 15.85]. Maybe 'Sort needs a Gallic refinement g Sunanda. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: OT

2002-04-22 Thread Carl Read
On 22-Apr-02, pat665 wrote: Hi rebollers, How to find the two best ? results: [2.38 1.90 0.47 6.95 19.41 17.19 2.08 4.33 5.31 15.85 1.20 3.44 5.39 3.96 5.82 4.32] winners: append [] copy/part sort/reverse results 2 == [19.41 17.19] Lots of people here were expecting [19.41 15.85]. Ummm

[REBOL] Re: Rebol : The Official Guide

2002-04-22 Thread Carl Read
On 22-Apr-02, AUVERLOT Olivier wrote: the book is announced on the page http://www.wileyeurope.com/cda/product/0,,0470846755,00.html August 2002. How up-to-date will it be? Will it cover View 1.3 for instance, (perhaps written to coincide with its release), or just 1.2? (And has it an

[REBOL] Re: to pair! bug

2002-04-22 Thread Gabriele Santilli
Hi Romano, On Sunday, April 21, 2002, 9:34:48 PM, you wrote: symbol! : Gives symbol RPT Interesting. Yup. But I was never able to understand what it is, and why it is available in system/words as IIRC Holger once said is an internal thing only (like end!, context! etc.). none! : Gives none

[REBOL] View 1.3 ... Re: Re: Rebol : The Official Guide

2002-04-22 Thread Petr Krenzelok
Carl Read wrote: On 22-Apr-02, AUVERLOT Olivier wrote: the book is announced on the page http://www.wileyeurope.com/cda/product/0,,0470846755,00.html August 2002. How up-to-date will it be? Will it cover View 1.3 for instance, (perhaps written to coincide with its

[REBOL] Re: Rebol : The Official Guide

2002-04-22 Thread Gabriele Santilli
Hi Olivier, On Monday, April 22, 2002, 8:07:47 AM, you wrote: AO the book is announced on the page AO http://www.wileyeurope.com/cda/product/0,,0470846755,00.html Is it already available? Regards, Gabriele. -- Gabriele Santilli [EMAIL PROTECTED] -- REBOL Programmer Amigan -- AGI

[REBOL] Re: OT

2002-04-22 Thread Joel Neely
Hi, Patrick, pat665 wrote: Hi rebollers, How to find the two best ? results: [2.38 1.90 0.47 6.95 19.41 17.19 2.08 4.33 5.31 15.85 1.20 3.44 5.39 3.96 5.82 4.32] winners: append [] copy/part sort/reverse results 2 == [19.41 17.19] Why the append [] part, and not just

[REBOL] Re: OT

2002-04-22 Thread AUVERLOT Olivier
Please, let's not speak about very bad news :-( Olivier - Original Message - From: Carl Read [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 22, 2002 12:21 PM Subject: [REBOL] Re: OT On 22-Apr-02, pat665 wrote: Hi rebollers, How to find the two best ?

[REBOL] Re: pwd cd ls - anyone ??

2002-04-22 Thread Anton
Interesting, I hadn't noticed 'cp was already used. But, you can't say editor is equivalent to vi ! :) Anton. Some more trivial additions for you: mv: :rename rm: :delete vi: :editor cp: func [from to] [write/binary to read/binary from] Note that 'cp is already used by

[REBOL] Re: Rebol : The Official Guide

2002-04-22 Thread AUVERLOT Olivier
It is the translation of the French book : Core 2.5 View 1.2 Command 2.0 Regards Olivier ;-) - Original Message - From: Carl Read [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 22, 2002 12:16 PM Subject: [REBOL] Re: Rebol : The Official Guide On

[REBOL] Re: Returning from calendar to parent script...

2002-04-22 Thread Anton
Use of launch is limited to one level. That is; a launched rebol program cannot launch another rebol program. If Ronald tried his program from the desktop, that has already been launched once already. From the console it hasn't, that's why there is a difference. Try this in the console:

[REBOL] Re: File Browsers

2002-04-22 Thread Anton
Not right now. But I plan to - after I do a list style or someone else's list does everything I need. Anton. Is anyone working on a file browser ? More than just a list of the files ? adrian -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED]

[REBOL] Re: makespec.r

2002-04-22 Thread COFFRE Richard FTO
For example, the use of the tag FONT is deprecated and IMO it will be better to create some styles at the beginning of the HTML file and to use them through all the document. There are 3 advantages : the file is lighter, it respects the new W3C standards and it is easier to change the format of

[REBOL] Text-List Slider Question (reply to a lost email)

2002-04-22 Thread Brett Handley
Someone emailed me directly about a slider question for text-list. Unfortunately I lost the message when my machine crashed. So if the sender happens to be subscribed to this list - you're best off posting your question here - it is not as likely to be lost! :^) Nevertheless, I think it was

[REBOL] Re: Google + SOAP

2002-04-22 Thread Andreas Bolka
Sunday, April 21, 2002, 2:48:04 PM, Graham wrote: I could have attempted to programmatically discover the syntax for the soap body as in the form displayed here ... http://www.compkarori.com/soap/index.shtml If you plug in the google wsdl file, my script does seem to produce something.

[REBOL] Re: How to access files ' properties under Windows

2002-04-22 Thread Coussement Christophe
Thanks a lot, fellows REBOLians :) How could I think REBOL couldn't handle it directly ? Shame on me ;-P ==christophe -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: refinement for whois protocol

2002-04-22 Thread Ronald Gruss
Hi none, Monday, April 22, 2002, 12:56:08 AM, vous avez écrit: n Does anyone know how to set the server refinement for the whois scheme? n what I want to do is build a view interface so I can do a whois lookup n on the n name entered. The problem I`m having is specifying the

[REBOL] checksum methods

2002-04-22 Thread Gregg Irwin
This is a non-critical question. Is there a list, or a method to interrogate, what method values are supported by CHECKUM? I know 'md5 and 'sha1 work, but are there others as well (e.g. 'crc32)? Thanks! --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with

[REBOL] import-mail

2002-04-22 Thread Mat Bettinson
Folks, import-mail doesn't actually extract the name from the From: header field or am I missing something? Regards, Mat Bettinson -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Align bytes in the new Rebols

2002-04-22 Thread rebol-list
Hello rebol-list, writing my previous post about the bug in the debase, I've recalled one thing I would like to see in the new Rebol versions ;now using debase/base 1100 2 == #{FC} ;but: debase/base 11 2 == none ;so what about something like: debase/base/align 11 2 ==

[REBOL] Found a bug in dbms.r!

2002-04-22 Thread Gabriele Santilli
Hello all, just found a bug in dbms.r that was hiding probably since 1.x days. (I wonder how come I never saw it before...) Basically it goes into an infinite loop if you select with something like [col 1] and col is indexed. Anyone using dbms.r should fix it immediately to

[REBOL] Re: issue-to-tuple

2002-04-22 Thread rebol-list
Hello all, How about to-tuple form issue Anton. X If I understand it well Oldes needs that function for converting hexa X RGB values to REBOL format so this won't work. X I vote for [to-tuple debase/base clr 16] :) Yes, you are right Bolek, I need it for converting hexa RGB values in

[REBOL] Native Url-encode

2002-04-22 Thread rebol-list
Hello rebol-list, and... another thing I would vote as native in new Rebols - URL-ENCODE We already have native DEHEX so why not to have the opposite. Rebol is Internet messaging language and URL-ENCODing is the basic. thanks Oldes -- To unsubscribe from this list, please send an

[REBOL] Re: to pair! bug

2002-04-22 Thread Romano Paolo Tenca
Hi Gabriele none! : Gives none RPT M, everything can become none? Once Jeff wrote something like: this is a puzzle for you: what is to-none useful for?. I was never able to solve the puzzle. to none:-) image! : Gives image RPT But always an image sized 0x0 and I do not

[REBOL] Re: File analysis

2002-04-22 Thread rebol-list
Hello COFFRE, I'm really interested, do I understand it well, that you just want to write some simple parser that will join the function name to the propper code? I would like to try the Action Script Viewer at home (where to download it)... for some more exploration you can use my exam-swf.r

[REBOL] Re: OT

2002-04-22 Thread pat665
Hi joel, You are right. My goal with append [] was to force the result to be a block. I was wrong and it is a confort to learn something from this post. I apologize to the list for being out of topic expressing my sadness about the recent development in France with two lines of rebol. Patrick

[REBOL] Re: New Type of Variable

2002-04-22 Thread Philippe Oehler
Has someone made an object to create special datatypes ? Phillipe, there is no way to add datatypes at this time. The only way is to ask Rebol Technology to add your datatype :) (But first you should run it through this list to see what others think...) You could make an object to do

[REBOL] Linux fonts

2002-04-22 Thread Didier Jacquemart
Hello. I've been working on Rebol under Windows. Now, i'm trying it under Linux. I appreciate the high compatiblity for my programs. But the default font in VID is hardly readable. How to change it for all my programs and for the desktop too? Thank you. -- To unsubscribe from this list,

[REBOL] Re: File analysis

2002-04-22 Thread Richard Coffre
Hi Oliva The best for me should to split it into separate files for each function but I think reading your mail that a first step joining the name and the code should good. I'll read your code. To download a demo of Action Script Viewer go to http://buraks.com/asv/. Regards Richard