Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

System/Words

 [1/8] from: greggirwin:starband at: 6-Sep-2001 12:08


Ammon, << Some time ago I think I saw a system/words browser that someone created. I had no idea at that time how valuable that was.... Can someone help me locate it again? >> It's called Ref-Words on the docs page of the REBOL desktop. --Gregg

 [2/8] from: ammoncooke:y:ahoo at: 6-Sep-2001 14:48


Thanks!! Ammon

 [3/8] from: tim:johnsons-web at: 6-Sep-2001 12:05


On Thu, Sep 06, 2001 at 11:15:22AM -0700, Ammon Cooke wrote:
> Hi, > > Some time ago I think I saw a system/words browser that someone created. I had no idea at that time how valuable that was.... Can someone help me locate it again? > > Thanks!! > Ammon > > PS I browsed the Script Library for a while, but with its wonderful search capabilities...
Try browse-system.r also: You may want to try the following script, which will allow you to capture all sytem words in html content. WARNING: works on Linux, can't vouch for Windoooz #!/usr/bin/rebol -cs ; change to reflect your system REBOL[] print "Content-Type: text/html^/" ; comment, uncomment as you wish ;tst: first system/words ;tst: sort tst print "<pre>" ;repeat t tst[print mold t] print mold system/words ; will capture entire system object, might break on Windooz
> -- > To unsubscribe from this list, please send an email to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Tim Johnson <[tim--johnsons-web--com]> http://www.johnsons-web.com

 [4/8] from: ammoncooke:yah:oo at: 6-Sep-2001 16:16


It didn't break! Thanks!! Ammon ----- Original Message ----- From: "Tim Johnson" <[tim--johnsons-web--com]> To: <[rebol-list--rebol--com]> Sent: Thursday, September 06, 2001 1:05 PM Subject: [REBOL] Re: System/Words
> On Thu, Sep 06, 2001 at 11:15:22AM -0700, Ammon Cooke wrote: > > > > Hi, > > > > Some time ago I think I saw a system/words browser that someone
created. I had no idea at that time how valuable that was.... Can someone help me locate it again?

 [5/8] from: ammoncooke:yaho:o at: 6-Sep-2001 16:21


I can't seem to get it properly downloaded off of the rebsite. (View is not working that well with the internet right now) Could someone please zip the files, & email them to me? Thanks!! Ammon

 [6/8] from: greggirwin::starband::net at: 6-Sep-2001 16:55


>I can't seem to get it properly downloaded off of the rebsite. (View is not >working that well with the internet right now) Could someone please zip
the
>files, & email them to me?
On their way... --Gregg

 [7/8] from: ammoncooke:yaho:o at: 6-Sep-2001 18:10


Thanks!! ;D Ammon

 [8/8] from: ammoncooke:ya:hoo at: 6-Sep-2001 11:15


Hi, Some time ago I think I saw a system/words browser that someone created. I had no idea at that time how valuable that was.... Can someone help me locate it again? Thanks!! Ammon PS I browsed the Script Library for a while, but with its wonderful search capabilities...