On Mon, Aug 26, 2002 at 07:19:45PM +0200, Gabriele Santilli wrote: > Hi Joel, > > On Monday, August 26, 2002, 5:49:18 PM, you wrote: > > JN> Mac files are usually exchanged across the 'Net using a tool such > JN> as Stuffit, which creates a single data file containing all of the > JN> necessary components: > > So it's not a big deal, as long as you --- the developer --- can > tell MacOS that that file should be opened by REBOL and not by > your editor. What's the problem for the user? (I'm really asking, > since I don't know MacOS that much.) >
Know only oold macs. there each file knows its programm, there is no distinction by type. a normal web-server does not tell this special info. but if you do [write %file.r read %file.r] rebol adds this information afaik. so maybe a script to search directories and patch *.r-scripts could help. also rebol has special modes to access mac-forks and should be able to set the start-programm explicitely. but then modern macs should have settings somewhere how to associate mime-types/file-extensions from foreign systems? find and change them.. > Regards, > Gabriele. > -- -volker -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
