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

Words missing from the REBOL Dictionary

 [1/3] from: larry::ecotope::com at: 12-May-2001 18:02


Hi all, As a service to both RT and the user community, I made an exhaustive list of words missing from the new REBOL dictionary. I found all values of type any-function this way: echo %funcs.r what echo none I then compared that list with the dictionary. I am using View/Pro 1.2.0.3.1 and I have a license, so the list includes some words that may become defined only when the license is present. There are 71 words missing from the dictionary. Some relate to relatively new features, some have been in View or even Core for a long time (presumably inadvertent omissions), and some are likely leaks into the global namespace. -Larry --------------------------missing words---------------------------- action? [value] and~ [value1 value2] boot-prefs [] call [cmd /input in /output out /error err /wait /console /shell] cp [value /part range /deep] crypt-strength? [] cvs-date [date] cvs-version [str] decode-url [url] deflag-face [face 'flag] demo [] desktop [] dh-compute-key [obj public-key] dh-generate-key [obj] dh-make-key [/generate length generator] do-boot [target args dependent] do-face [face value] do-face-alt [face value] dsa-generate-key [obj] dsa-make-key [/generate length] dsa-make-signature [/sign obj data] dsa-verify-signature [obj data signature] dump-face [face] dump-pane [face] editor [file] emailer [/to target /subject what] exists-key? [keypath /hkcr /hkcu /hklm /hku /hkcc /hkdd] exists-thru? [url /check info] find-key-face [face keycode] find-window [face] get-modes [target modes] get-net-info [] get-style [name /styles ss] insert-event-func [funct] inside? [p1 p2] launch-thru [url /update /check info] link-app? [] link? [] maximum-of [series /skip size /case] minimum-of [series /skip size /case] net-error [info] open-events [] or~ [value1 value2] outside? [p1 p2] path-thru [url] q [] reboot [] remove-event-func [funct] rsa-encrypt [obj data /decrypt /private /padding padding-type] rsa-generate-key [obj length generator] rsa-make-key [] save-prefs [] save-user [] screen-offset? [face] scroll-para [tf sf] set-font [aface 'word val] set-modes [target modes] set-para [aface 'word val] set-style [name new-face /styles ss] set-user [/wait] set-user-name [str] textinfo [face line-info line] type-name [value] uninstall [/wait] vbug [msg] view-install [] view-prefs [/wait] view? [] viewed? [face] win-offset? [face] xor~ [value1 value2]

 [2/3] from: larry:ecotope at: 12-May-2001 22:27


Hi all Sorry, I missed two words in my previous post: to-local-file [path] to-rebol-file [path] That brings the total to 73 missing words. Let me know if you find any others. -Larry PS I suspect that exists-key? may be unique to the Windows version. ----- Original Message ----- From: "Larry Palmiter" <[larry--ecotope--com]> To: <[rebol-list--rebol--com]> Cc: <[docs--rebol--com]>; <[feedback--rebol--com]>

 [3/3] from: larry:ecotope at: 13-May-2001 16:13


Hi all, Looking through the missing words I posted yesterday, I spotted yet another that I had overlooked. So much for human ability to compare long lists while tracking a baseball game. :-( So I used REBOL to compare the words in the output of WHAT and the words in the ref-data.r file used in creating the REBOL Dicitonary and turned up a few more, 78 total. The (hopefully final and exhaustive) list of missing words replaces the old one at the bottom of this post. Sorry for the confusion -Larry
> As a service to both RT and the user community, I made an exhaustive list
of
> words missing from the new REBOL dictionary. I found all values of type > any-function this way: > > echo %funcs.r > what > echo none > > I then compared that list with the dictionary. I am using View/Pro
1.2.0.3.1
> and I have a license, so the list includes some words that may become > defined only when the license is present.
There are 78 words missing from the dictionary. Some relate to relatively new features, some have been in View for a long time, or even previous versions of the Core dictionary (presumably inadvertent omissions), some are likely leaks into the global namespace, and one, exists-key?, is likely unique to the Windows version. --------------------------missing words---------------------------- action? [value] and~ [value1 value2] boot-prefs [] call [cmd /input in /output out /error err /wait /console /shell] confine [offset size origin margin] cp [value /part range /deep] crypt-strength? [] cvs-date [date] cvs-version [str] decode-url [url] deflag-face [face 'flag] demo [] desktop [] dh-compute-key [obj public-key] dh-generate-key [obj] dh-make-key [/generate length generator] do-boot [target args dependent] do-face [face value] do-face-alt [face value] dsa-generate-key [obj] dsa-make-key [/generate length] dsa-make-signature [/sign obj data] dsa-verify-signature [obj data signature] dump-face [face] dump-pane [face] editor [file] else [] emailer [/to target /subject what] exists-key? [keypath /hkcr /hkcu /hklm /hku /hkcc /hkdd] exists-thru? [url /check info] find-key-face [face keycode] find-window [face] flag-face [face 'flag] flag-face? [face 'flag] get-modes [target modes] get-net-info [] get-style [name /styles ss] insert-event-func [funct] inside? [p1 p2] launch-thru [url /update /check info] link-app? [] link? [] maximum-of [series /skip size /case] minimum-of [series /skip size /case] net-error [info] open-events [] or~ [value1 value2] outside? [p1 p2] path-thru [url] q [] reboot [] remove-event-func [funct] rsa-encrypt [obj data /decrypt /private /padding padding-type] rsa-generate-key [obj length generator] rsa-make-key [] save-prefs [] save-user [] screen-offset? [face] scroll-para [tf sf] set-font [aface 'word val] set-modes [target modes] set-para [aface 'word val] set-style [name new-face /styles ss] set-user [/wait] set-user-name [str] textinfo [face line-info line] to-local-file [path] to-rebol-file [path] type-name [value] uninstall [/wait] vbug [msg] view-install [] view-prefs [/wait] view? [] viewed? [face] win-offset? [face] write-user [] xor~ [value1 value2]