[REBOL] How to reset VID/guide?

2004-05-31 Thread Carl Read
happens. Robert I never actually use guide, but this seems to give you what you want... view layout [ across a: txt test1 guide b: txt test2 return c: txt test3 return guide a/offset d: txt test4 return e: txt test5 ] Hope that helps. -- Carl Read

[REBOL] Re: [port/skip]

2004-05-30 Thread Carl Read
? Thanks for all the responses, -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] [port/skip]

2004-05-29 Thread Carl Read
use skip on an already opened port, ie... port: skip port 4 it'll work if it's a file, but if an URL it'll just hang with nothing returned. Easy enough to work around this behaviour with files, but does skip with URLs only work when opening the port? Or am I doing something wrong? -- Carl

[REBOL] Re: [port/skip]

2004-05-29 Thread Carl Read
example... write %test.txt abcdefghijkl fp: open/direct/binary %test.txt fp: skip fp 4 At that point it totally locks up. Esc's no use - have to use Ctrl/Alt/Delete to shut REBOL down. Using Win98SE. Is it the same for other Windows users? -- Carl Read Are there any known problems

[REBOL] Re: [VID] Strange problem

2004-05-23 Thread Carl Read
Hi Arie, Attachments are stripped with this list. If possible, just send the script in the body of the email, or if it's too large, place it on a website (if you have one) and just show us the URL. -- Carl Read. Hi all, currently I am developing a small application that displays flags from

[REBOL] Re: Latest View beta refuses to connect to the 'net...

2004-05-22 Thread Carl Read
/ ** Script Error: Feature not available in this REBOL ** Near: browse http://www.rebol.com/ (-: A case of swings and roundabouts, I think. Browse is working again in 1.2.46, though perhaps there's other problems with it. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL

[REBOL] Re: [VID//menu]

2004-05-21 Thread Carl Read
. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: [Truth test fails]

2004-05-19 Thread Carl Read
* Cyphre [EMAIL PROTECTED] [040519 02:18]: Hi Tim, just little notice...sometimes it is useful to know also this this kind of syntax(although in your case it is better to use get IMO) a: [false #[false]] == [false false] type? a/1 == word! type? a/2 == logic! I'll be

[REBOL] Re: View beta desktop startup

2004-05-14 Thread Carl Read
seem to work in 1.2.46. Adding DESKTOP to the end of your user.r script should work though. (I've just tested it and it worked with my settup.) -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: [text-list] faces

2004-05-12 Thread Carl Read
. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: [text-list] faces

2004-05-12 Thread Carl Read
: either iter/text = bbb [255.0.0][0.0.255] ; lines: at data id iter ] ] ] ] Thanks once again, -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: REBOL newsfeed?

2004-05-12 Thread Carl Read
On 09-May-04, Carl Read wrote: Off topic: And speaking of Live Journal, if someone wants a REBOL programming challenge, they might like to create an LJ client. See... http://www.livejournal.com/download/ If aimed at View 1.2.1, it'd produce a major increase in the number of platforms

[REBOL] ANN: 3D game engine

2004-05-11 Thread Carl Read
! :-) I tried changing viewport-size to 800x400, but it only made the window bigger... All in all, it looks very promising. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] text-list faces

2004-05-10 Thread Carl Read
What's the path to the faces of the text in a text-list? I assume they're a block of faces somewhere in the text-list object? Thanks, -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: REBOL newsfeed?

2004-05-08 Thread Carl Read
... http://www.livejournal.com/download/ If aimed at View 1.2.1, it'd produce a major increase in the number of platforms LJ clients are available for and might help to get REBOL noticed a bit more. Well over a half a million active LJ users about. -- Carl Read -- To unsubscribe from this list

[REBOL] Re: cgi question

2004-05-07 Thread Carl Read
sense, but there's only one sender, so a block for From: doesn't make sense. (At least not to me, anyway. Can anyone think of a reason for multiple sender addresses?) -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: frustrating pairs...

2004-05-07 Thread Carl Read
: - tmp * sf/data ] show bx ] ] ; Alain. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] help

2004-04-24 Thread Carl Read
How? :-) -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Creating thumbnails [view]

2004-04-22 Thread Carl Read
files without padding... -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: web counter, next-page method?

2004-04-07 Thread Carl Read
a week's results. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Presentation software

2004-04-07 Thread Carl Read
for IOS... http://www.rebol.com/reblets.html Don't know if there's any working presentation reblets available. With the REBOL plugin available now though, writing one that people would use is possibly a little bit easier. -- Carl Read -- To unsubscribe from this list, just send an email

[REBOL] Re: newbie q : value label in text-lists

2004-04-01 Thread Carl Read
. ;-) -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: newbie q : value label in text-lists

2004-03-31 Thread Carl Read
] ] (The [this is number 16] is just to show you you could have any data you like in my-data.) HTHs. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: FTP server

2004-03-29 Thread Carl Read
free to use and modify it as you wish. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: HTML/Javascript vs REBOL plugin (was Re: CitrusWeb sample - so you want to edit?)

2004-03-20 Thread Carl Read
extension on the script to .html to see what happens. ;-) -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: HTML/Javascript vs REBOL plugin (was Re: CitrusWeb sample - so you

2004-03-20 Thread Carl Read
comments in your REBOL header, searching for those comments will find the script. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Rebol web presence statistics

2004-03-19 Thread Carl Read
tool. HY Prætera censeo Carthaginem esse delendam -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: CitrusWeb sample - so you want to edit?

2004-03-19 Thread Carl Read
. Other people's experiences will differ, but take a look at this litte thread... http://www.flyingmice.com/cgi-bin/squidcgi/mbthread.pl/space/expand/176 as an example of the hassles of believing that 90% of everyone uses Windows IE. -- Carl Read -- To unsubscribe from this list, just send an email

[REBOL] Re: Rebol web presence statistics

2004-03-19 Thread Carl Read
On 20-Mar-04, Hallvard Ystad wrote: Dixit Carl Read (11.40 19.03.2004): One suggestion for the results: I'd like to see the URL's shown too, as they provide extra info not given by the webpages' headers. Three or four links all just saying REBOL.org Script Library are not that helpful. Yes

[REBOL] REBOL on a cell-phone? Was: Re: CitrusWeb sample - so you want to edit?

2004-03-19 Thread Carl Read
. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] This has to be a known text-list bug...

2004-03-16 Thread Carl Read
layout [t: text-list abc abc] probe t/data [a b c abc] So how come the first string has had its extra spaces removed?!? (Same result on View 1.2.1, 1.2.5 and 1.2.10.) And is there any known fix for this? -- Carl Read -- To unsubscribe from this list, just send

[REBOL] Re: This has to be a known text-list bug...

2004-03-16 Thread Carl Read
On 17-Mar-04, Carl Read wrote: layout [t: text-list abc abc] probe t/data [a b c abc] So how come the first string has had its extra spaces removed?!? (Same result on View 1.2.1, 1.2.5 and 1.2.10.) And is there any known fix for this? Well, found a work-around

[REBOL] Re: crashing...

2004-03-14 Thread Carl Read
one disapearing? -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Announcement: REBOL/Plugin Beta-1 Released!

2004-03-13 Thread Carl Read
, but is there an easier way? -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Announcement: REBOL/Plugin Beta-1 Released!

2004-03-13 Thread Carl Read
=== Original Message === Carl Read wrote: On 13-Mar-04, Josh Mitts wrote: To experience the plugin for yourself, go to: http://www.rebol.net/plugin/tests/test.html Is the plugin meant to update automatically? As it didn't for me. Obviously uninstalling the alpha version

[REBOL] Re: error? try load bad-path

2004-03-11 Thread Carl Read
the following loads quite happily and generates a block... test: load aa %bb cc == [aa %bb cc ] type? test/1 == word! type? test/2 == file! Hope this helps, but if it's not a file you're trying to load then it probably won't... -- Carl Read -- To unsubscribe from this list, just send an email

[REBOL] Re: Can browse be made to work with Linux?

2004-03-11 Thread Carl Read
for netscape as default browser. Hope this helps. It did, the second method working just fine. Many thanks. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: ANN: Serve-It! (PRE-release)

2004-03-10 Thread Carl Read
it be used for testing CGI scripts locally? That I could use. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Can browse be made to work with Linux?

2004-03-10 Thread Carl Read
As the subject-line says. Using KDE and Mozilla - though called Web Browser in the menus... -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: How to use ^ in string?

2004-03-07 Thread Carl Read
On 07-Mar-04, Raimund Dold wrote: Hi everybody, I need to have a ^ in a string. How do I get that done? print abc^^123 abc^123 print abc123 abc^^123 Thanx Raimund -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe

[REBOL] Re: Wake up ;-)

2004-03-05 Thread Carl Read
On 03-Mar-04, Carl Read wrote: On 03-Mar-04, Bruno G. Albuquerque wrote: Well, I didn't. I still can't use it. Anyway, the plugins install itself in C:\WINNT\Downloaded Internet Files (at least on my configuration) but there is no config file for it or anything. C:\WINDOWS\Downloaded

[REBOL] readmail.r Re: FYI: Plug-in bug with Windows NT 95

2004-03-03 Thread Carl Read
. . I'm trying our Mail Reader at the moment and it looks very good, but the default Prefs could do with a tweak I think. :) -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] readmail.r [was Re: FYI: Plug-in bug with Windows NT 95]

2004-03-03 Thread Carl Read
On 04-Mar-04, Carl Read wrote: I'm trying our Mail Reader at the moment and it looks very good, Should've been trying *out* of course. Mail Reader's Phil Bevan's program - I've only just discovered it this week. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL

[REBOL] Re: YAPAQ

2004-03-02 Thread Carl Read
? ie... parse {word1 word2 str 1 str 2} none == [word1 word2 str 1 str 2] parse {word1 word2 str 1 str 2} == [word1 word2 str 1 str 2] -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Wake up ;-)

2004-03-02 Thread Carl Read
... -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Another newbie stumper

2004-02-25 Thread Carl Read
if left in the function. You can now add your color-changing code to the block before the show face. HTH. Carl Read. Thansk for any help, Kai snip toggle_start: toggle 60 Start Stop mint #^s [ face/color:pick reduce [ sienna

[REBOL] Re: Time, seconds and scientific notation

2004-02-24 Thread Carl Read
though, because to-integer can't... 1234567891234567 == 1.2345678912346E+15 form-dec 1234567891234567 ** Math Error: Math or number overflow ** Where: to-integer ** Near: to integer! :value -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe

[REBOL] Re: Time, seconds and scientific notation

2004-02-24 Thread Carl Read
out different on different systems. Carl Read. On Mon, 23 Feb 2004, Hallvard Ystad wrote: Hi list, This is from a console session: third 0:00:01.09 == 1.09 third 0:00:0.09 == 9E-2 How can I have the second example printed without scientific notation (as seconds)? Thanks, HY

[REBOL] Re: Global Font settings

2004-02-21 Thread Carl Read
]] aface/font/style: union aface/font/style reduce [val] ] [set in aface/font word val] ] -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: (No In-reply-to: 4034EDEA.3050708@webz.dk

2004-02-20 Thread Carl Read
://www.rebol.net/cgi-bin/projects/track.r -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: (No In-reply-to: 4034EDEA.3050708@webz.dk

2004-02-20 Thread Carl Read
Odd - my mailer stripped the subject I was replying to, which was... Re: [Time frame for REBOL/VIEW 1.3] Carl Read. On 20-Feb-04, Carl Read wrote: On 20-Feb-04, Henrik Mikael Kristensen wrote: Maxim Olivier-Adlhoch wrote: is there anyone working on docs as the features are added/refined

[REBOL] Re: Always more and more show places for REBOL ... another opportunity!

2004-02-10 Thread Carl Read
to be mostly taken from glossary pages, (perl's a good example: http://www.google.co.nz/search?q=define:Perl ), so finding the right glossary to add REBOL to would be the way to achieve this. Regards, Gerard http://www.hypernews.org/HyperNews/get/computing/lang-list.html -- Carl Read

[REBOL] Re: oss revisited (briefly!)

2004-02-10 Thread Carl Read
mind stoopid - how about daunted? cheers tim -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Problem with CGI

2004-01-25 Thread Carl Read
and still are having problems, then a fuller explanation of your problem is probably needed. Carl Read. Regards -- ZikZak REBOL/Core 2.5.6.4.2 Copyright 1997-2003 REBOL Technologies REBOL is a Trademark of REBOL Technologies All rights reserved. Component: REBOL Mezzanine

[REBOL] Re: Request File

2004-01-20 Thread Carl Read
: field to-string now/time rate 1 feel [ engage: func [face action event][ if event/type = 'time [ time/text: to-string now/time show time ] ] ] ] -- Carl Read -- To unsubscribe from this list, just send an email

[REBOL] Re: A new interface paradigm without the usual windows ...

2004-01-17 Thread Carl Read
interesting, (though I'm one of the ones who can't test it), as I'm throughly sick of windows, menus and icons, which I think have passed their use-by date. It'd be nice to see REBOL skins appear that don't try and ape current GUIs but instead try to be a new and better one. -- Carl Read

[REBOL] Re: A new interface paradigm without the usual windows ...

2004-01-17 Thread Carl Read
a good GUI idea, trying to explain it's near impossible. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Tuples versus Deciamls

2004-01-13 Thread Carl Read
] Re: Tuples versus Deciamls Is, for example, 1.1 a tuple or a decimal? Decimal, a tuple must have at least three components. Perhaps pair! is what you want? ;) Regards, Ashley -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe

[REBOL] Re: How to remove words from objects?

2004-01-13 Thread Carl Read
object! head clear back back tail copy third obj probe obj make object! [ a: 1 b: 2 c: 3 ] probe obj2 make object! [ a: 1 b: 2 ] Not sure how it'd work for more complex objects though. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED

[REBOL] Re: What else don't I know

2004-01-10 Thread Carl Read
to see what they do. Is that what it takes? Am I just getting too lazy? Is the missing emailer function just a single omission that slipped through the cracks? Nope - you're not getting lazy. There should be a tome you can buy that makes it easy for you to find all this info. -- Carl Read

[REBOL] Language Comparison

2004-01-10 Thread Carl Read
, so it'd be interesting to know if REBOL would perform any better. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Rebol, Lists, Forums, archives, AltME...

2004-01-08 Thread Carl Read
with the Desktop is it /is/ a desktop and not a browser. It needs better navigation and good bookmark handling to move it more towards a browser. Still, the source has been released, so someone somewhere may be working on improving it. -- Carl Read -- To unsubscribe from this list, just send

[REBOL] Re: understanding rebol

2004-01-05 Thread Carl Read
write a program that's of use to you or others. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Forum Name

2004-01-05 Thread Carl Read
with a hyphen, so maybe rebol-whatever.com should be the format of the domain-name? -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Center object screen res.

2004-01-04 Thread Carl Read
called when the layout's first VIEWed and when it's resized would be one way to put parent-face to work. HTHs. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Center object screen res.

2004-01-04 Thread Carl Read
On 05-Jan-04, Defiant Mail wrote: Carl Your the bomb! With the small adjustment of removing the 200x100 (to allow for full screenage) Ah - a bit of test code left in there. :) It is very, very hot in front of a computer in New Zealand at the moment... -- Carl Read -- To unsubscribe

[REBOL] Re: Why no Forum?

2004-01-03 Thread Carl Read
there may not be enough REBOL users for too many alternative ways of getting info about it - it could lead to too much fragmentation and no quick responses to your questions. Still, nothing to stop you starting a REBOL forum somewhere of course. :) -- Carl Read -- To unsubscribe from this list, just

[REBOL] Re: sort/scramble

2004-01-03 Thread Carl Read
define unsorted... -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: This time of year...

2003-12-22 Thread Carl Read
to you Joel, and all the regulars here. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: REBOL/View 1.3 - invalid word datatype

2003-12-18 Thread Carl Read
== whatever you wish to word! 1,4 == 1,4 to word! fun(call, me, args) == fun(call, me, args) Hm... -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: What does REBOL fix?

2003-12-17 Thread Carl Read
on the site. ie... Pascal: Algol doesn't have enough data types. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: REBOL/View 1.3 - invalid word datatype

2003-12-16 Thread Carl Read
Flash dialect Oldes, have you thought about a two-pass approach? The first pass would parse the file as a string, converting your myFunc(a, 2, a + b)s and so on to strings (or what datatypes or group of datatypes best suit them), with the second pass performing the main parse. -- Carl Read

[REBOL] Re: What does REBOL fix?

2003-12-16 Thread Carl Read
On 14-Dec-03, [EMAIL PROTECTED] wrote: Can we find a snappy one-liner? http://www.paulgraham.com/fix.html REBOL: XML can't parse itself. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: A strange place to find Rebol

2003-12-16 Thread Carl Read
links) to people whose surname is Rebol. They're all from the same family I expect, as the links are all from the same newspaper. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Rebol/Gotcha Handling previously defined words

2003-12-10 Thread Carl Read
have such safeguards, but I haven't been able to get to that understanding yet. Any ideas? comments? I probably don't know what you mean, but doesn't PROTECT-SYSTEM do this for you now? -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe

[REBOL] Error trapping

2003-12-10 Thread Carl Read
way? -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Text width in VID

2003-12-06 Thread Carl Read
layout, which would simplify things further, but I can't remember how it was done - if it actually can be... :) -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Compressing image data (bugs?)

2003-12-05 Thread Carl Read
black box A picture] == make image! [140x140 #{ 000... length? pic == 78400 save/png shrunk-pic: make binary! [] pic length? shrunk-pic == 301 view layout [image load shrunk-pic] -- Carl Read

[REBOL] Odd...

2003-12-05 Thread Carl Read
I just searched http://www.completeplanet.com/ for REBOL and second link on the list was rebol.com. Which, apparently, belongs in these categories... Government, Government Resources, Colonies Colonialization. Make of that what you will. :) -- Carl Read -- To unsubscribe from this list

[REBOL] Re: Seeding the web with Rebol

2003-11-26 Thread Carl Read
of us used to it... -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Some other questions

2003-11-22 Thread Carl Read
appreciated !! Hope that helps! Hmm - the rugby's started... ;) -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: what a subject ;-) Re: Re:[enum][constructor][memory][cloning][vid] Some other questions

2003-11-22 Thread Carl Read
the thread subject I feel, so it appears as a new mail. (And congrats to England;) -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: ftp scheme (cont.)

2003-11-18 Thread Carl Read
]] pending Romano's comments on this error handling strategy. do http://www.codeconscious.com/ftp-testing/ftp-proposed.r trace/net true read ftp:// Regards, Brett. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: FTP scheme was Re: Reading empty directories via FTP error

2003-11-15 Thread Carl Read
Opening ASCII mode data connection for file list.} Net-log: [ none 226] Net-log: 226 Transfer complete. == [-10 files instead of 24-] Turning on passive mode (ie... system/schemes/ftp/passive: true ) makes no difference - it still returning just the 10 files. This any help? ... -- Carl Read

[REBOL] Re: FTP scheme was Re: Reading empty directories via FTP error

2003-11-15 Thread Carl Read
to grab every char that's sent would be useful to see if it's missing anything, but I've not looked into it yet. Would you know how to do that? Either REBOL's skipping stuff it shouldn't be - or not asking for stuff it should be asking for - I'm assuming... -- Carl Read -- To unsubscribe from

[REBOL] Re: FTP scheme was Re: Reading empty directories via FTP error

2003-11-15 Thread Carl Read
://www.codeconscious.com/ftp-testing/patch-ftp-nlst-handling.r print do http://www.codeconscious.com/ftp-testing/patch-ftp-error-handling.r ---8--- Happily, reading directories whether empty or otherwise works fine on all my sites after running those. -- Carl Read -- To unsubscribe from this list

[REBOL] Re: FTP scheme was Re: Reading empty directories via FTP error

2003-11-14 Thread Carl Read
only returns 10 of them. Anyone heard of this problem before? -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: FTP scheme was Re: Reading empty directories via FTP error

2003-11-14 Thread Carl Read
Type set to A. Net-log: [ [LIST] [150 125]] Net-log: {150 Opening ASCII mode data connection for file list.} Net-log: [ none 226] Net-log: 226 Transfer complete. == [ -10 files, not 24 like it should be- ] -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL

[REBOL] Re: Reading empty directories via FTP error

2003-11-12 Thread Carl Read
30A51C3E2D9FC341CABE7FFBF190F574BEE93B7466EA0F3D6FDF068E5F67EFB3 9EDEFFDB1CC1E392ED4166FBEDA5FAF5755232473D7CE94289120B4D3FC3B489 FF05216D37483E644A0B565B24AB7882F2665AC0CD745AF4222496092CCC0255 7D127BEF26B53630877254ACC55693BEC9A58AE9ED27CCD39C179E09B900896A ED9BBBD3D0695AA57F000CD92034C506 } -- Carl Read -- To unsubscribe from this list

[REBOL] Re: Reading empty directories via FTP error

2003-11-12 Thread Carl Read
right out of the original parse-dir-list and see what happens... Has anyone sent RT feedback about this? As it does seem as though parse-dir-list could attempt to close the same port twice, right? Which at least shouldn't happen, never mind the rest of the code, right? -- Carl Read

[REBOL] Re: Reading empty directories via FTP error

2003-11-11 Thread Carl Read
by the other posts to this thread, it looks like the problem is too loose FTP specs, rather than REBOL. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Reading empty directories via FTP error

2003-11-10 Thread Carl Read
] probe info? join ftp-site %dir/test-dir/ ** Access Error: Port none not open ** Where: parse-dir-list ** Near: info? join ftp-site %dir/test-dir/ G! -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Reading empty directories via FTP error

2003-11-09 Thread Carl Read
at using source, but it's code is way beyond me. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Reading empty directories via FTP error

2003-11-09 Thread Carl Read
On 10-Nov-03, G. Scott Jones wrote: Carl Read wrote: Brett Handley wrote: That's odd. I get an empty block returned when I create an empty directory on my website and then read it. Maybe you should trace the connection and see what conversation the server is having with REBOL

[REBOL] Re: Reading empty directories via FTP error

2003-11-08 Thread Carl Read
when there's files in the directory. Any way round this, other than by examining the error returned? -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: REBOL hosting

2003-11-07 Thread Carl Read
good service. Maybe you could now get them to add REBOL to this list... http://www.lowesthosting.com/glossary/ssi.html -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: REBOL hosting

2003-11-07 Thread Carl Read
work out how. 4) And those that'll say no if you ask them if you can install it. Then again, a host that offers Command would beat one that offers just Core. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Reading empty directories via FTP error

2003-11-07 Thread Carl Read
in the directory. Any way round this, other than by examining the error returned? -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Gregg's Article in OnLamp

2003-10-31 Thread Carl Read
third that! A good example of why I like REBOL too. -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Basic Script Calling Commands

2003-10-30 Thread Carl Read
from memory, but I think it's correct.) -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

  1   2   3   4   5   6   >