[REBOL] Re: Windows Crash

2003-10-01 Thread Gabriele Santilli
Hi Steffen, On Tuesday, September 30, 2003, 8:24:08 PM, you wrote: SKP A simple way to freeze REBOL/View 1.2.1.3.1 on my machine is: It's not that it is freezing, it is that you're asking it to MOLD a *HUGE* object a a big number of circular references (which View 1.2.1's MOLD does not

[REBOL] Re: Windows Crash

2003-10-01 Thread Cyphre
Hi Steffen, - Original Message - From: Steffen Kahr Pedersen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 8:24 PM Subject: [REBOL] Re: Windows Crash I'm running Windows 2000 with all service packs and updates installed. A simple way to freeze

[REBOL] Re: to-number does not work

2003-10-01 Thread Ladislav Mecir
Hi all, - Original Message - From: Brett Handley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 6:40 AM Subject: [REBOL] Re: to-number does not work It looks like these to-* functions have been created for the pseudo types.. I think my pick of the bunch

[REBOL] Re: Smart Client

2003-10-01 Thread bryan
Instead, what I'm planning on doing is having DotNet and C# for rich clients (Colenso uses Windows), with Rebol as the intermediate layer, which communicates through the DotNet client, via TCP or CGI, or through using Soccer, Rugby, or it's successor (Sorry, can't remember it's name). That way

[REBOL] Newbie: promote REBOL

2003-10-01 Thread Arie van Wingerden
Hi all, since I like REBOL (and IOS) very much I would like the world to know about it's virtues. I decided to create a website with the sole purpose to promote REBOL: http://home.zonnet.nl/rebolution/ As a side effect I learnt how to build a website ;-) Perhaps you, experienced guys,

[REBOL] Re: Smart Client

2003-10-01 Thread Maxim Olivier-Adlhoch
Would a dynamically skinnable and dynamically locale switchable alternative to vid change your mind about using windows ui? -max --- meteor Studios, T.D. --- Never Argue with an idiot. They will bring you down to their level and beat you with experience -Original

[REBOL] Re: to-number does not work

2003-10-01 Thread Maxim Olivier-Adlhoch
Brett: Just looking up the public bug tracking system... oops we don't have one! You better send it then :^) LOL... well I shouldn't be laughing, but I found your approach pretty funny... AFAIK this list is the bug list. But it has a human interface. :-) Plus many bugs come with

[REBOL] Re: Smart Client

2003-10-01 Thread Ingo Hohmann
Hi Romano, Romano Paolo Tenca wrote: Hi Andrew, .. What I do not understand well is that people often seems to wait everything from RT. I used many languages in my life and I have always used external libraries and third party tools, why cannot it happen with Rebol? There is some obscure

[REBOL] Re: Smart Client

2003-10-01 Thread Bohdan or Rosemary Lechnowsky
Well said, Gregg! -Bo At 09:53 AM 9/30/03 -0600, you wrote: Hi Andrew, AJM It reminds me of the promise of Rebol, but seems to deliver. :-/ Ouch! And I disagree; I don't see the promise of REBOL in those terms at all. I would also say we need to define seems to deliver. I think only time

[REBOL] Re: Windows Crash

2003-10-01 Thread Bohdan or Rosemary Lechnowsky
At 09:53 AM 10/1/03 +0200, you wrote: On Tuesday, September 30, 2003, 8:24:08 PM, you wrote: SKP I gives me the feeling that it's a bit bit early for commercial aplications. I have delivered a number of commercial applications and will continue to do so. It has saved me a LOT of time and

[REBOL] Re: SMTP Server

2003-10-01 Thread Ingo Hohmann
Hi Matt, Matt MacDonald wrote: Would anyone tell me if this is possible? I'm trying to make a script that acts like an SMTP server. Basically, what I want it to do is recieve messages sent to it from an email client, then distribute the different portions (to-address, subject, content,

[REBOL] Re: help with function utilising extended life-time words ..

2003-10-01 Thread Maxim Olivier-Adlhoch
-Original Message- From: Petr Krenzelok [] start: now/time/precise do something ... print now/time/precise - start start: now/time/precise try this: it expects a block of code and even returns the value from it (and returns none for no value functions like print)... but

[REBOL] Re: REBOL in XEMACS

2003-10-01 Thread Ingo Hohmann
Hi Marcelo, Marcelo Fontes Castellani wrote: Someone have an mode REBOL to XEMACS to share with me ? Have a look at this ;-) http://www.rebol.com/tools/rebol.el Should work in both Emacses, IIRC. Hope that helps, Ingo -- To unsubscribe from this list, just send an email to [EMAIL

[REBOL] Re: REBOL in XEMACS

2003-10-01 Thread Tim Johnson
* Marcelo Fontes Castellani [EMAIL PROTECTED] [031001 06:05]: Someone have an mode REBOL to XEMACS to share with me ? Hi Marcelo: http://www.rebol.com/tools/rebol.el I haven't used it though. If you're interested in vim, I've done a little scripting for vim. I also have

[REBOL] Re: help with function utilising extended life-time words ..

2003-10-01 Thread Joel Neely
Hi, Petr, Here are a couple of simple approaches (which you can complicate as desired for more functionality ;-) -jn- Petr Krenzelok wrote: start: now/time/precise do something ... print now/time/precise - start start: now/time/precise I wanted to write myself short logger

[REBOL] Re: help with function utilising extended life-time words ..

2003-10-01 Thread Petr Krenzelok
Thanks all for answers! I was just thinking in a bit different way - I did not want to enclose measured task into special block to prevent myself from forgetting to include ending bracket :-) So, my initial intention was to have how-long? just marking current time substracted from last function

[REBOL] RES: Re: REBOL in XEMACS

2003-10-01 Thread Marcelo Fontes Castellani
send to me -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de Tim Johnson Enviada em: quarta-feira, 1 de outubro de 2003 15:33 Para: [EMAIL PROTECTED] Assunto: [REBOL] Re: REBOL in XEMACS * Marcelo Fontes Castellani [EMAIL PROTECTED] [031001 06:05]: Someone

[REBOL] Re: help with function utilising extended life-time words ..

2003-10-01 Thread Maxim Olivier-Adlhoch
man, just swap the variable names and our example are almost identical... ;-) I didn't use an object, just because I tought he really just wanted a function... it uses one global word for accumulated do times... it also safely returns a value, which can be cool if you also wish to test the

[REBOL] RES: Re: REBOL in XEMACS

2003-10-01 Thread Marcelo Fontes Castellani
Thanks.. -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de Ingo Hohmann Enviada em: quarta-feira, 1 de outubro de 2003 14:50 Para: [EMAIL PROTECTED] Assunto: [REBOL] Re: REBOL in XEMACS Hi Marcelo, Marcelo Fontes Castellani wrote: Someone have an mode

[REBOL] Re: Newbie: promote REBOL

2003-10-01 Thread Gregg Irwin
Hi Carlos, cl As a matter of fact I am doing the same cl here in Brazil with a Forum I am currently cl running (though no much visited yet :( ) cl For me it has been a nice experience to translate cl examples of REBOL to the Portuguese since cl I have learned a lot. Maybe we can exchange some

[REBOL] Re: Smart Client

2003-10-01 Thread Andrew Martin
max wrote: Would a dynamically skinnable and dynamically locale switchable alternative to vid change your mind about using windows ui? Yes, I'd to see Steel. :) Andrew J Martin Attendance Officer Grail Jedi. Colenso High School Arnold Street, Napier. Tel: 64-6-8310180 ext 826 Fax:

[REBOL] Re: Newbie: promote REBOL

2003-10-01 Thread Gregg Irwin
Hi Arie, AvW I decided to create a website with the sole purpose to promote REBOL: AvW http://home.zonnet.nl/rebolution/ That's great! AvW Perhaps you, experienced guys, could give me some critiques / advice in AvW order to improve my website and to promote REBOL even better. Since it's

[REBOL] Re: RES: Re: REBOL in XEMACS

2003-10-01 Thread Tim Johnson
* Marcelo Fontes Castellani [EMAIL PROTECTED] [031001 12:07]: send to me Send what? :-) http://www.rebol.com/tools/rebol.el for most current use this link above for the rebol emacs-mode. *Caution* you may have to resolve differences between emacs and xemacs syntax. My crude

[REBOL] steel... darn life

2003-10-01 Thread Maxim Olivier-Adlhoch
Quick and HAPPY Steel update. -Original Message- From: Andrew Martin [] max wrote: Would a dynamically skinnable and dynamically locale switchable alternative to vid change your mind about using windows ui? Yes, I'd to see Steel. :) that's glass... ;-) surprise ...

[REBOL] Re: RES: Re: REBOL in XEMACS

2003-10-01 Thread Andrew Martin
Tim noted: *note* that 'sub and 'def are not plain vanilla function constructs but are complements of Andrew Martin Note that Rebol has no key words which is why key word highlighting makes no real sense for Rebol, particularly if one is working with dialects of Rebol. Andrew J Martin

[REBOL] Re: steel... darn life

2003-10-01 Thread Andrew Martin
max wrote: The only thing I wish to ensure here is that there is no specific commercial use license. Would you accept money, if I and Colenso High School made money with your software? :) Andrew J Martin Attendance Officer Grail Jedi. Colenso High School Arnold Street, Napier. Tel:

[REBOL] Multi-lingual scripts

2003-10-01 Thread Andrew Martin
Carlos wrote: PS: I have added one of yours scripts (along with proper credits) published at REBOL's Cookbook to REBOLBRASIL Forum You're welcome to translate into Portuguese and publish my Rebol scripts on your site. The same applies to French people; they can translate my scripts into

[REBOL] Re: steel... darn life

2003-10-01 Thread Maxim Olivier-Adlhoch
well, my wife and kids would surely appreciate that some of the time I didn't spend with them working on steel and glass, could be reinvested in amusement park tickets, restaurant, new paint in the kitchen, or something of the like. ;-) -MAx --- You can either be part of the problem or

[REBOL] Re: Rebol/View on classic Mac OS

2003-10-01 Thread Ed O'Connor
- Original Message - From: Conrad Weyns Essentialy there can no longer be any incentive for any one to develop for classic mac os so it is a waste of time. Dangerous logic. // Ed -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the

[REBOL] Rebol and rsh ?

2003-10-01 Thread Mark Smith - IBM
Hi there, I'm currently looking after a number of NetApp Filers (NAS boxes) and it's usually easiest to issue commands to these devices by remote shell (rsh). Would Rebol allow me to open an rsh session to the Filer, issue a command to that Filer and then parse the output returned ? The

[REBOL] Rebol parsing 101

2003-10-01 Thread Mike Weber
im brand new to Rebol and not getting the hang of string parsing for example: assume i have string fcontents == {09/29/03 ATM/POS ACTIVITY $28.68 (pending) 09/29/03 ATM/POS ACTIVITY $11.41 09/29/03 ATM/POS ACTIVITY $ 21.71 ... i would like to convert this string into a set of blocks where

[REBOL] Re: Rebol and rsh ?

2003-10-01 Thread Maarten Koopmans
Hi Mark, I'm currently looking after a number of NetApp Filers (NAS boxes) and it's usually easiest to issue commands to these devices by remote shell (rsh). Would Rebol allow me to open an rsh session to the Filer, issue a command to that Filer and then parse the output returned ?

[REBOL] Re: Rebol parsing 101

2003-10-01 Thread Elan
Hi Mike. Which values - besides (pending) - are possible for the fourth, optional, item? Elan Mike Weber wrote: im brand new to Rebol and not getting the hang of string parsing for example: assume i have string fcontents == {09/29/03 ATM/POS ACTIVITY $28.68 (pending) 09/29/03 ATM/POS