[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Screen Hardcopy under program control?
:find symbol function
would be a good start. You might even guess it is in the TV package. You
might even guess there is a variable with that in its name. So
:FIND SYMBOL FUNCTION :PACKAGE TV :TYPE VARIABLE
would be a faster way to find TV:*FUNCTION-KEYS*.
Then again you could use the document examiner and do a show candidates on
FUNCTION KEY. You'll find the right stuff there too.
-------