Skip to content
Snippets Groups Projects
Commit c9c845b9 authored by ram's avatar ram
Browse files

Documented "Typescript Slave Status".

parent 3aafd041
No related branches found
No related tags found
No related merge requests found
...@@ -296,6 +296,7 @@ which buffer is waiting for input. ...@@ -296,6 +296,7 @@ which buffer is waiting for input.
@defcom[com "Typescript Slave BREAK", bind (Typescript: H-b)] @defcom[com "Typescript Slave BREAK", bind (Typescript: H-b)]
@defcom1[com "Typescript Slave to Top Level", bind (Typescript: H-g)] @defcom1[com "Typescript Slave to Top Level", bind (Typescript: H-g)]
@defcom1[com "Typescript Slave Status", bind (Typescript: H-s)]
Some typescripts have associated information which these commands access Some typescripts have associated information which these commands access
allowing @hemlock to control the process which uses the typescript. allowing @hemlock to control the process which uses the typescript.
...@@ -306,6 +307,16 @@ or @f[^\] in the editor process). ...@@ -306,6 +307,16 @@ or @f[^\] in the editor process).
@hid[Typescript Slave to Top Level] causes the current process to throw to the @hid[Typescript Slave to Top Level] causes the current process to throw to the
top-level @f[read-eval-print] loop. This is similar in effect to a quit signal top-level @f[read-eval-print] loop. This is similar in effect to a quit signal
(@f[^\]). (@f[^\]).
@hid[Typescript Slave Status] causes the current process to print status
information on @var[error-output]:
@lisp
; Used 0:06:03, 3851 faults. In: SYSTEM:SERVE-EVENT
@endlisp
The message displays the process run-time, the total number of page faults and
the name of the currently running function. This command is useful for
determining whether the slave is in an infinite loop, waiting for input, or
whatever.
@enddefcom @enddefcom
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment