[REBOL] Re: User Guide in PDF 8) Re:(4)

1999-12-12 Thread doncox
On 11-Dec-99, [EMAIL PROTECTED] wrote: Another interesting experiment is stand on a street corner and try to give money away. It's surprising how many people _won't_ take it! :-) Let me know when you're running this experiment in my neighborhood. Regards -- Don Cox [EMAIL PROTECTED]

[REBOL] RFF: empty? for blocks Re:(2)

1999-12-12 Thread news . ted
By the Dictionary: "empty? This is a synonym for TAIL? The check is made relative to the current location in the series." Most of the problems here seem to be semantics. When we create a series, we (usually) assign a variable to a location in that series. But the variable and the series are two

[REBOL] a bit off topic..

1999-12-12 Thread hmf
Hey guys, I use the editor "Nedit" quite a bit, and was wondering if anyone wrote any rebol language modes for it? it would be nice... Did I hear about a Rebol module for emacs? -- -t

[REBOL] RFF: empty? for blocks Re:(5)

1999-12-12 Thread meekerdb
On 13-Dec-99, [EMAIL PROTECTED] wrote: There is one painful exception that does not fit in this metaphor. That is the reported case: list: [1 2 3 4] list2: next list clear list list2 == [2 3 4] Here list2 should not report [2 3 4]. It should report []. Since the movie contains zero

[REBOL] User Guide in PDF 8) Re:(6)

1999-12-12 Thread allenk
Ah yes, but if Andrew was doing it, it would be in New Zealand money and people wouldn't accept unless it was in US :-) Allen K - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 12, 1999 11:42 PM Subject: [REBOL] Re: User Guide in PDF 8) Re:(4)

[REBOL] OT: P300 slower than P133

1999-12-12 Thread mailinglists
Elliott wrote: Oh yeah? Well my brother's (single) P-300 (16MB) can't keep up with Dad's P-133 (32MB). Any Windows95 helpers out there? Please reply directly. We know bro' needs more memory (and both need more HD), but it shouldn't be that bad, should it? Dad also has Norton Antivirus

[REBOL] Un blocking blocks Re:(4)

1999-12-12 Thread robert . lancaster
Thanks to all out there who supplied answers to my un blocking blocks question... I decide to go with a: make block! form roads As I ran a few tests and this seemed to be the quickest.. By the way did any one submit that b: to-block to-string a == [cow sheep dogpony cat pig horse

[REBOL] RFF: empty? for blocks Re:(7)

1999-12-12 Thread news . ted
If one insists on establishing two words referring to the same data, then before one clears one he should 'unset the other. Personally, I'd like a determination from REBOL Tech on whether "using two words to refer to the same data" is bad practice, or whether we're just encounting bugs in some

[REBOL] RFF: empty? for blocks Re:(6)

1999-12-12 Thread icimjs
It seems to me the problem is the command "clear". Consider the analogous sequence in Scheme The sequence in Scheme is not analogous. It is analogous to the following in REBOL: list: [1 2 3 4] list2: copy next list Elan

[REBOL] RFF: empty? for blocks Re:(2)

1999-12-12 Thread icimjs
Hi Eric, Clearing from the head of the data while you've got other pointers farther along in the series doesn't make sense, which is no doubt why this bug has taken so long to be discovered. Oh well, different things make sense to different people. I think that the evaluation of a sequence of

[REBOL] RFF: empty? for blocks - Ticket #1593 Re:(6)

1999-12-12 Thread icimjs
Hi News, you wrote: It's important to note that the (defective) behaviour is consistent regardless of whether you start by CLEARing LIST2 or LIST1 or any other pointer to the same (unnamed) series. So, it's not an exception, it's a bug (that proves the rule). I'm not sure how you mean this

[REBOL] RFF: empty? for blocks Re:(3)

1999-12-12 Thread larry
Hi Elan I agree. There is definitely a bug. And it is much worse than just getting an error message. a == [[1 2] [3 4]] b == [[1 2 3] [3 4 5]] a: [1 2 3 4] == [1 2 3 4] b: next a == [2 3 4] clear a == [] c: make block! form b == [2 3 4] head c == [2 3 4] d: make block! b Gives pop-up

[REBOL] RFF: empty? for blocks Re:(5)

1999-12-12 Thread whip
Wow. You may never know just how right on the money the above statement is! It is a very good analogy.In fact, in the same sense, all of REBOL is a movie, and all variables are frames of the big REBOL movie. :-) There isone painful exception that doesnot fit in

[REBOL] Re: DONT MAKE IT COMMERCIAL!!!! Re:(15)

1999-12-12 Thread ejolson
Hello, On 08-Dec-99, [EMAIL PROTECTED] wrote: In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes OK, then why don't Windows 95/98 users take over the product and get it open sourced? Because the *owner* of a product has to release it to open source for that to happen I think that is

[REBOL] Re: User Guide in PDF 8) Re:(2)

1999-12-12 Thread ejolson
Hello, On 09-Dec-99, [EMAIL PROTECTED] wrote: I, for one, disagree. Go ahead and produce the RTF file, but let's not always drop to the lowest common denominator (and lose some very nice features in the process). Lowest? I'd say that's ASCII. What would you suggest if not RTF? And

[REBOL] Re: A function bug Re:(8)

1999-12-12 Thread ejolson
Hello, On 09-Dec-99, [EMAIL PROTECTED] wrote: Hi Ladislav, Are you trying to get a free online tutorial in REBOL? Be my guest: Elan, are you talking about this on-going tutorial called the Rebol ML? :) Elliott

[REBOL] Re: User Guide in PDF 8) Re:(2)

1999-12-12 Thread ejolson
Hello, On 09-Dec-99, [EMAIL PROTECTED] wrote: Well, for who is interested, here are the PDF formatted UserGuide Draft1: Please, not PDF. Not everyone has PDF capabilities. Perhaps ASCII, or RTF if you need formatting, many word processors accept RTF. Please, not RTF. Not everyone has

[REBOL] Re: User Guide in PDF 8) Re:(2)

1999-12-12 Thread ejolson
Hello, On 09-Dec-99, [EMAIL PROTECTED] wrote: These URLs don't seem to work anymore. I'm also a little mystified at all the complaints about PDF. It's a quick, easy and effective way to convert a formatted file that would otherwise be unavailable into a format is that widely available.

[REBOL] Re: User Guide in PDF 8) Re:(3)

1999-12-12 Thread ejolson
Hello, On 09-Dec-99, [EMAIL PROTECTED] wrote: Hi Ingo, Please, not RTF. Not everyone has RTF capabilities. (I for one haven't found an editor on Linux that understood RTF _AND_ was worth having around.) How about Postscript, then? Or just the all-in-one-html? Have you tried AbiWord?

[REBOL] Re: User Guide in PDF 8) Re:(3)

1999-12-12 Thread ejolson
Hello, On 10-Dec-99, [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: How about Postscript, then? Or just the all-in-one-html? REBOL said they'll provide the all-in-one html file; other than that, I think the best is providing a PDF *AND* a PS version. Postscript file can be easyly

[REBOL] Re: Console GUI functions? Re:(6)

1999-12-12 Thread ejolson
Hello, On 10-Dec-99, [EMAIL PROTECTED] wrote: On 10-Dec-1999/12:45:21+1:00, [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: 2. I don't think the console will support graphical ANSI characters in the forseeable future. white screen. Also, the Amiga console colors are dependent on the

[REBOL] RFF: empty? for blocks Re:(6)

1999-12-12 Thread icimjs
Hi Jeff, Maybe so. It's sad an extra layer of logic has to be added across the board to deal with outlying cases. I was thinking the exact same thing. Do you thing it will introduce a signficant overhead? Can leaving it as is be justified with the additional overhead it would introduce?

[REBOL] RFF: empty? for blocks Re:(4)

1999-12-12 Thread icimjs
Hi Jerry, What do you think of this sequence of legal expressions? a: 1e150 print a * a Print a * a * a 1E+300 ** Math Error: Math or number overflow. ** Where: Print a * a * Numbers are defined together with a range that informs you about their limit (see the User's Guide). I don't think

[REBOL] User Guide in PDF 8) Re:(5)

1999-12-12 Thread allenk
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 13, 1999 3:59 PM Subject: [REBOL] User Guide in PDF 8) Re:(4) On Sun, 12 Dec 1999 [EMAIL PROTECTED] wrote: But the problem with PDF is that acrobat reader is not available for all platforms.

[REBOL] User Guide in PDF 8) Re:(6)

1999-12-12 Thread Al . Bri
Allen wrote: My next project will involve realtime conversion of database output to .pdf. So I will probably come up with a standard text to pdf converter for REBOL which I'll post to the group when finished. Just starting to read/learn the pdf specs manual now 500 + pages. You might be

[REBOL] A function bug Re:(10)

1999-12-12 Thread icimjs
At 04:08 PM 12/12/99 -0600, you wrote: Hello, On 09-Dec-99, [EMAIL PROTECTED] wrote: Hi Ladislav, Are you trying to get a free online tutorial in REBOL? Be my guest: Elan, are you talking about this on-going tutorial called the Rebol ML? :) Exactly. Best one around! ( Pssst: I've learned

[REBOL] User Guide in PDF 8) Re:(5)

1999-12-12 Thread icimjs
At 05:18 PM 12/12/99 -0600, you wrote: Hello, On 09-Dec-99, [EMAIL PROTECTED] wrote: Hi Ingo, Please, not RTF. Not everyone has RTF capabilities. (I for one haven't found an editor on Linux that understood RTF _AND_ was worth having around.) How about Postscript, then? Or just the