
editor
NAME
editor - handle an editor command
SYNOPSIS
varargs string editor(string command)
DESCRIPTION
Execute an editor command for the current object. If the editor
command is the first for this object, an editor instance will be
created for it. The editor instance will remain active until an
editor command is specified that terminates it, or until the object
is destructed. Editor output will be returned as a string. The
editor status of an object can be queried with the kfun
query_editor().
File paths for reading and writing will be translated by
path_read()
and path_write(), respectively, in the
driver object.
ERRORS
SEE ALSO
HTMLised 1998 Greg Lewis
(glewis@maths.adelaide.edu.au)