Larry,

How did you find this out?
Where's the source that understands the "service" dialect?
In which context are the words that you can use
with service; goto, help and quit?

Anton.

> > Just add a menu item that brings up the editor to edit one
> > of my remote files

> A service has to be either a word or a url/file. Make a script 
> called edit.r
> with these lines
> 
> REBOL []
> editor http://www.rebol.com        ;change file/url as necessary
> 
> and put in the view-root directory.
> 
> Add this line to services.r
> 
> service "Edit" %edit.r
> 
> This will invoke the editor on the file or url specified. The line
> 
> editor 'same
> 
> invokes the editor with a blank document.
> 
> -Larry

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to