* MACHINEINDEPENDENT: better searching for foo-fie FINDFILE-WITH-EXTENSIONS, DOFILESLOAD * MEDLEY-UTILS, PRINTFN: WHEREIS/PF know about foo>foo-fie * WHERE-IS: Just MAKEFILE-NEW to get FUNCTIONS into the filemap * ACE does LOADCOMP itself * MACHINEINDEPENDENT: FINDFILE-WITH-EXTENSIONS recognized SUBDIRECTORY * SPELLFILE: Calls FINDFILE-WITH-EXTENSIONS at the top So FINDFILE and FILE-NOT-FOUND will consider FOO>FOO-FIE for file FOO-FIE * WINDOWOBJ: Missing GETFN does WHEREIS #748 * TMAX*: Localize IMAGEFNS The various IMAGEFNS were defined on TMAX itself, not on the file where the functions were (esp GETFN). Also fixed some dependencies. With new WINDOWOBJ, TMAX.TEDIT finds its image objects. * WINDOWOBJ again: SYSLOAD the GETFN file Co-authored-by: Larry Masinter <LMM@acm.org>
28 lines
1.4 KiB
Plaintext
28 lines
1.4 KiB
Plaintext
TMAX Introduction
|
|
|
|
|
|
TMAX (Tedit Macros And eXtensions) is a package that extends the
|
|
capabilities of TEdit by providing a menu of commands that allow the
|
|
user to do such things as indexing, writing a sorted index file,
|
|
arbitrary numbering, creating a list of notes, referencing numbered
|
|
objects by their numeric value, and writing a table-of-contents file.
|
|
There is also an extensive help file describing all the features of
|
|
TMAX. Rather than include examples of how to use these features, the
|
|
help file was written using these features and is both an example and
|
|
a description of using TMAX.
|
|
|
|
Before you can read the help file, you must first load the TMAX.DCOM
|
|
file from the {CSLI}<LISP.KOTO> directory. Then copy
|
|
{CSLI}<LISP.KOTO>TMAX.TEDIT to your local disk. Open up a TEdit window
|
|
and do a TEdit Get on {DSK}TMAX.TEDIT. The reason for copying the file
|
|
to the local disk is that, due to problems with the leaf server on
|
|
csli, TMAX runs a lot smoother when the source files are on non-leaf
|
|
hosts.
|
|
|
|
When you load the TMAX.TEDIT file, you will see the TMAX menu appended
|
|
to the top of your TEdit window. You invoke TMAX commands by buttoning
|
|
items in this menu. If you would like a hardcopy of the help file,
|
|
first button Update and then Insert Endnotes (both in the TMAX menu).
|
|
Then point the mouse at the black title bar at the top of the TEdit
|
|
window and select Hardcopy from the right button menu.
|