HDX -- This program reads and reports on HELP file indices in [1,2]. See HDX.HLP for more information. It provides a quick index to available HELP. See related TECO macros HDX.TES, TEH.TES and EDH.TES. The struc- ture of this program is terrible because it was based on the HDX TECO macro that I wrote first; however, it works beautifully. Here is an example of "HDX DCL TECO" for the TECO.HLP file in [333,100] Help file qualifiers for: DCL TECO rootfile is [1,2]DCL.HLP 1 TECO 2 BEGINNER 3 COMMANDS 3 EXAMPLE 3 MORE 2 INITIALIZATION 2 MANUAL 2 MEMORY 2 QUALIFIERS 2 VTEDIT 3 INITIALIZATION of VTEDIT 3 LOCATION of VTEDIT 3 COMMANDS(see KEYPAD) 3 KEYPAD 3 EXIT 3 TERMINAL 2 MUNG 3 SEARCH 3 TYPE 4 ANNOUNCE 4 HOLD 4 SEEALL 4 TRUNCATE 4 SEARCH 4 INSPECT 4 FLAG 4 SHORT 4 OVERPRINT 2 TERMINAL TECO MACROS to index and edit help files. HDX.TES is an unsquished macro that does the same thing as HDX.C (only much slower). TEH.TES initiates a TECO edit on a given portion of a HELP file; EDH.TES does the same but switches to EDT for editing (it spawns EDT from TECO!) for those who prefer EDT. For example, MUNG TEH DCL SET TERMINAL will locate the help file text for DCL SET TERMINAL and open the file for editing at that point. If the named topic does not exist, TEH will position you at the end of the correct help file or sub-help file to allow you to add the new topic. Complete documentation is in EDITHELP.DOC (and .RNO) for TEH and EDH and in HELPINDEX.DOC (.RNO) for HDX. It is possible that these TECO macros will not work with your TECO.INI, so I have included ours. APOLOGY: much of this stuff I did just before putting together this tape for Anaheim, and it is not yet polished up. I find it all so useful in the little time I've had it that I wanted to send it out. Next time around I will attempt to clean things up and document how it all hangs together just a little better.