[REBOL] Re: Error handling problems revisited

2007-11-15 Thread Gregg Irwin
Hi Kai, KP disarm mysql-error mysql-error: disarm mysql-error DISARM doesn't disarm in place. -- Gregg -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.

[REBOL] What's your favorite tool for Rebol coding under MacOSX ?

2007-11-15 Thread Karim El Founas
Hello, I have a Mac since some years (Mac Mini) but it was a complementary computer (at start for testing a MacOSX version of rebol which never came out in final release). Now I completely switched (for other reasons than REBOL ;-) )and my main computer is a brand new MacBook Pro with

[REBOL] Re: What's your favorite tool for Rebol coding under MacOSX ?

2007-11-15 Thread Alessandro Manotti
Hello, I'm not a MAC user (sorry), but if you can run java, then try JEDIT. It is a powerful (free) editor, and natively supports Rebol ;-) I think it is a great choice! On Nov 15, 2007 4:17 PM, Karim El Founas [EMAIL PROTECTED] wrote: Hello, I have a Mac since some years (Mac Mini) but it

[REBOL] Re: What's your favorite tool for Rebol coding under MacOSX ?

2007-11-15 Thread Gregg Irwin
Hi Karim, KEF Is somebody already made a Textmate bundle for Rebol ? Yes! Will Arp did one, and Chris Ross-Gill added to it (or the other way around, can't remember). I haven't been able to make the switch yet, but may in the near future. I tinkered a bit with extending the bundle the others

[REBOL] Re: What's your favorite tool for Rebol coding under MacOSX ?

2007-11-15 Thread Alan
I go back and forth between windows and Linux. I use Crimson Editor on Windows and have been happy enough but I have not been able to find an editor on Linux that I like. I just found wscite which seems ok and runs on both win and linux. I quick look at JEdit looks positive. Is there a simple

[REBOL] Re: What's your favorite tool for Rebol coding under MacOSX ?

2007-11-15 Thread françois jouen
Hello I'm using Rebol on Mac OSX and my favorite text editor is Textwrangler from Bare Bones Software because this editor can directly execute Rebol code in the terminal. Best regards François Jouen (aka LDCI) Laboratoire Développement et Complexité Ecole Pratique des Hautes Etudes 41,

[REBOL] Re: What's your favorite tool for Rebol coding under MacOSX ?

2007-11-15 Thread Gregg Irwin
Hi Ged, GB Any idea where we can get the bundle from? If Chris or Will don't jump in, I'll see if I can find their links. I could email you mine as well. I don't know how, or if, people want to collaborate on it, but I'm happy to host it on my site, so it's readily available. I'm just short of

[REBOL] Re: What's your favorite tool for Rebol coding under MacOSX ?

2007-11-15 Thread Henrik Mikael Kristensen
On 15/11/2007, at 19.29, Alan wrote: I use TextMate as well and there is a fairly okay REBOL bundle for it. I like it because it's very easy to make projects with it by dragging and dropping a source code folder onto its dock icon. -- Regards, Henrik Mikael Kristensen -- To unsubscribe

[REBOL] Re: Image won't display under OS X

2007-11-15 Thread Kai Peters
Actually, it was false alarm. The source file with the embedded image did not copy over to my Mac due to some rights issue (that still needs to be investigated) and the line that's supposed to be loading the image in my script didn't hiccup: lockimage: load load %padlock.r Hmm, would have

[REBOL] Re: Development rebol scripts on Linux

2007-11-15 Thread Alan
I like Linux but I do not enjoy Rebol programming on it. Mostly due to the lack of rebol console on Linux. When I run a program from an icon and it fails you do not get the error info as no console pops up. I'm not a big console guy so I tend not to start programs from the linux command line.

[REBOL] Re: Image won't display under OS X

2007-11-15 Thread Alessandro Manotti
Hello, maybe the problem, regarding binary files, could be realted to the so called big-endian and little-endian. It is a problem related to the most significative bit in a byte. On Nov 15, 2007 10:07 PM, Kai Peters [EMAIL PROTECTED] wrote: I am trying to run a script under OS X that runs

[REBOL] Image won't display under OS X

2007-11-15 Thread Kai Peters
I am trying to run a script under OS X that runs fine under Win32 which displays an image from an embedded binary string (originating from a GIF). In all but one aspect the script runs fine under OS X - the embedded image= doesn't display Does anyone know why this might be? Thanks! Kai

[REBOL] Re: What's your favorite tool for Rebol coding under MacOSX ?

2007-11-15 Thread Peter Wood
Hi Karim I tend to use JEdit because I can use it on Mac OS X, Linux and Windows. It's not the best editor in the world but I do find it works pretty well. Regards Peter On 15/11/2007, Gregg Irwin [EMAIL PROTECTED] wrote: Hi Karim, KEF Is somebody already made a Textmate bundle for Rebol