[REBOL] Re: Core 2.6 - Last minute requests - take your chance!

2002-04-06 Thread Dr. Louis A. Turk
My greatest hope is that Core 2.6 will support unicode fonts. This is probably dreamy stuff, but a long time ago it was stated on this list that unicode support was planned. :) I am waiting with great hope. Louis -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED]

[REBOL] Re: direct http port access for web proxy

2002-04-06 Thread Rebolinth
Hello Anton, I think ! ( so therefor I am ...not 100% a rebol guru yet ;-) Because you use the /direct there is nothing to wait for. Your while [] loop will always be true. (R)egards, Norman -- dinner/conversation: How do you eat your Rebol in the morning? -- To unsubscribe from this

[REBOL] Re: direct http port access for web proxy

2002-04-06 Thread Rebolinth
Hiya anton, I did some sniffing and found this in the rebol/core manual: The copy function will return none when all data have been read from a port. When running in /nowait mode, the copy function will return an empty string if no data is available for the port. tp:

[REBOL] Core 2.6 - Last minute requests - take your chance!

2002-04-06 Thread Rebolinth
* On My WishList: ASN1 support. (R)egards, Norman. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] [ For: Carl Sassenrath ] please read?

2002-04-06 Thread Rebolinth
Hello Carl, Programming and liguistics are getting realy close, when I discovered Rebol I directly had to think about -- Aymara Its a spoken ancient language in South America. [ http://www.aymara.org; ] Have a look and Think about it :-) (R)egards, Norman. -- dinner/conversation: How do

[REBOL] Re: Business Object Versioning

2002-04-06 Thread Robert M. Muench
Hi, concerning all this object versioning stuff. I thought about using a pattern like Carl did for contacts. There he uses a block of name value pairs. Blocks can be altered quite easy. Might be a better approach. Than we only need a set of functions to search only for some name/value pairs etc.

[REBOL] Re: Business Object Versioning

2002-04-06 Thread Robert M. Muench
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Carl Read Sent: Friday, April 05, 2002 2:16 PM To: [EMAIL PROTECTED] Subject: [REBOL] Re: Business Object Versioning Others will know if you can do it directly, but you can access an object's block

[REBOL] Re: Business Object Versioning

2002-04-06 Thread Robert M. Muench
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gabriele Santilli Sent: Friday, April 05, 2002 9:19 PM To: Robert M. Muench Subject: [REBOL] Re: Business Object Versioning Well, I think you already know we can only workaround currently. ;-)

[REBOL] Core 2.6 - Last minute requests - take your chance!

2002-04-06 Thread Robolinth
I take my chances ;-) Enhancements on the Rebol-Console! * Even a more detailed/enhanced help on system/ * A console escape to the shell * Build-in Editor functions, Line numbers, Code that can be saved while programming on the console. Loading code inside a different segment for

[REBOL] Re: Core 2.6 - Last minute requests - take your chance!

2002-04-06 Thread Terry Brownell
How about find/whole switch eg: str: Hello Worldlings n: World find/whole str n == none Basically does a insert n append n before the find command, just saves a line of code. An error occurs if n is the last word as it doesn't find a space. I usually add a space to the start and end of

[REBOL] Re: Core 2.6 - Last minute requests - take your chance!

2002-04-06 Thread Holger Kruse
On Sat, Apr 06, 2002 at 01:04:49PM +0200, [EMAIL PROTECTED] wrote: * On My WishList: ASN1 support. That is for Command 3.0, not Core. -- Holger Kruse [EMAIL PROTECTED] -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without

[REBOL] Re: Core 2.6 - Last minute requests - take your chance!

2002-04-06 Thread Ladislav Mecir
Hi, 1) here is my version of the FOR function: Rebol [ Title: For File: %for.r Date: 20/2/2001/7:21 Author: [ Rebol Technologies Ladislav Mecir ] Email: [EMAIL PROTECTED] Purpose: { A corrected version of the Rebol mezzanine. - tail

[REBOL] Working with a combo-box

2002-04-06 Thread Didier Jacquemart
What is the syntax for defining and working with a combo-box. Thank you for your help. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] How to fill in a list with dynamic data ? (from a newbie)

2002-04-06 Thread Didier Jacquemart
Hello, I'm new in REBOL. My data are held in a Mysql database. I know how to read them. I want to display them in a list, then choose one line in this list by clicking or double-clicking and display all the datas related to this line. I have 3 questions about the processing of the list. 1 .

[REBOL] Re: Core 2.6 - Last minute requests - take your chance!

2002-04-06 Thread Tom Conlin
1) system calls (all the other kids have them) 2) sort/stable 3) non pdf docs On Fri, 5 Apr 2002, Petr Krenzelok wrote: Hello list, I had a nice chat with Carl on IOS Messenger, and we agreed upon following scenario: Core 2.6 is really near now, so we all have last chance to post

[REBOL] Re: Core 2.6 - Last minute requests - take your chance!

2002-04-06 Thread Holger Kruse
On Sat, Apr 06, 2002 at 11:48:10AM -0800, Tom Conlin wrote: 1) system calls (all the other kids have them) View/Pro and Command have them. 2) sort/stable sort already is stable. The only situation in which it may appear unstable is if you use your own comparison function and return

[REBOL] rebol at ucsd

2002-04-06 Thread Rishi Oswal
Hi all. I just sent an email to carl regarding a project I would like to work on this quarter at ucsd. I am posting the message here in case he misses it in his inbox. Hopefully someone at rebol will see it. In addition, I am would appreciate any feedback from the rebol community. - rishi

[REBOL] Re: Core 2.6 - Last minute requests - take your chance!

2002-04-06 Thread Tom Conlin
On Sat, 6 Apr 2002, Holger Kruse wrote: On Sat, Apr 06, 2002 at 11:48:10AM -0800, Tom Conlin wrote: 1) system calls (all the other kids have them) View/Pro and Command have them. Yes I know view/pro relies on X11 and I am not Command ... I'm saving my pennies, almost there. However,

[REBOL] Re: Core 2.6 - Last minute requests - take your chance!

2002-04-06 Thread Allen Kamp
* Intelligent command enlargement like under UNIX pressing Esc esc.. example: make-d^ESC^ESC will become make-dir using tab does this already. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Core 2.6 - Last minute requests - take your chance!

2002-04-06 Thread Larry Palmiter
Fix REBOL comparison operators (, , =, =, =, ) so they work correctly for decimal values. Example: a: 2 ** 52 == 4.5035996273705E+15 b: a + 1 == 4.5035996273705E+15 a = b == true b - a == 1 zero? b - a == false In this case a and b test equal although they differ by one. The comparison

[REBOL] Re: Core 2.6 - Last minute requests - take your chance!

2002-04-06 Thread Holger Kruse
On Sat, Apr 06, 2002 at 06:19:59PM -0800, Larry Palmiter wrote: Fix REBOL comparison operators (, , =, =, =, ) so they work correctly for decimal values. Example: a: 2 ** 52 == 4.5035996273705E+15 b: a + 1 == 4.5035996273705E+15 a = b == true b - a == 1 zero? b - a == false

[REBOL] Quick print question

2002-04-06 Thread Charles
Without having to reference docs (it's not actually that important - I'm simply curious) is there a quick and easy way to print separate lines? For instance, in the cases of: text: [ line 1 line 2 line 3 ] Or text: { line 1 line 2 line 4 } Some method such as

[REBOL] Re: Core 2.6 - Last minute requests - take your chance!

2002-04-06 Thread Petr Krenzelok
[EMAIL PROTECTED] wrote: I take my chances ;-) Enhancements on the Rebol-Console! * Even a more detailed/enhanced help on system/ * A console escape to the shell * Build-in Editor functions, Line numbers, Code that can be saved while programming on the console. Loading code inside a

[REBOL] Re: Newbie install problem: Undefined symbol : atexit

2002-04-06 Thread Charles
Hope they can help! I encountered this problem over a year ago, when someone else was working support/feedback. Haven't had as much communication with whomever's there now. Hmm, I don't know how familiar you are with your Linux system itself, but if you're overly familiar, some of the