From a6e30918a7f729b3aeda89393f0fda3a82abc3ab Mon Sep 17 00:00:00 2001 From: sls Date: Mon, 5 Jun 1995 08:49:56 +0000 Subject: [PATCH] Initial revision --- Miscellany.html | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ Procs.html | 24 ++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 Miscellany.html create mode 100644 Procs.html diff --git a/Miscellany.html b/Miscellany.html new file mode 100644 index 0000000..f306363 --- /dev/null +++ b/Miscellany.html @@ -0,0 +1,49 @@ + +Miscellany + + + + +

Tkinspect Startup

+ +tkinspect sources ~/.tkinspect_opts after it has +initialized various defaults, but before it creates any windows. Here +you may place option add commands and the like to customize +tkinspect's look and function.

+ +tkinspect then creates a main window, and then sources +.tkinspect_opts (in the current directory). Here you might +put commands that automatically selects an interpreter, opens a +command line, sets up variable traces, etc. + +

Tkinspect Interface

+ +The following functions are available for controlling tkinspect +or for use in startup files: + + + +
+ +Last modified: Mon Jun 5 01:40:24 1995 + + diff --git a/Procs.html b/Procs.html new file mode 100644 index 0000000..34005b4 --- /dev/null +++ b/Procs.html @@ -0,0 +1,24 @@ + +Procs List + + + + +

Procs List

+ +The Procs List contains a list of the procedures of the target +application. This list has no list-specific operations. The default +list of patterns for the list filter is: + +
+    ^tk[A-Z].*
+    ^auto_.*
+
+ +And is read from the option *Procs_list.patterns. + +
+ +Last modified: Mon Jun 5 01:50:13 1995 + + -- 2.23.0