gurba-0.40/
gurba-0.40/bin/
gurba-0.40/lib/
gurba-0.40/lib/cmds/guild/fighter/
gurba-0.40/lib/cmds/monster/
gurba-0.40/lib/cmds/race/catfolk/
gurba-0.40/lib/cmds/race/dwarf/
gurba-0.40/lib/cmds/verb/
gurba-0.40/lib/daemons/data/
gurba-0.40/lib/data/boards/
gurba-0.40/lib/data/messages/
gurba-0.40/lib/data/players/
gurba-0.40/lib/design/
gurba-0.40/lib/domains/gurba/
gurba-0.40/lib/domains/gurba/guilds/fighter/
gurba-0.40/lib/domains/gurba/monsters/
gurba-0.40/lib/domains/gurba/objects/armor/
gurba-0.40/lib/domains/gurba/objects/clothing/
gurba-0.40/lib/domains/gurba/objects/weapons/
gurba-0.40/lib/domains/gurba/vendors/
gurba-0.40/lib/kernel/cmds/admin/
gurba-0.40/lib/kernel/daemons/
gurba-0.40/lib/kernel/include/
gurba-0.40/lib/kernel/lib/
gurba-0.40/lib/kernel/net/
gurba-0.40/lib/kernel/sys/
gurba-0.40/lib/logs/
gurba-0.40/lib/pub/
gurba-0.40/lib/std/modules/languages/
gurba-0.40/lib/std/races/
gurba-0.40/lib/std/races/monsters/
gurba-0.40/lib/wiz/fudge/
gurba-0.40/lib/wiz/spud/
gurba-0.40/src/host/beos/
gurba-0.40/src/host/pc/res/
gurba-0.40/src/kfun/
gurba-0.40/src/lpc/
gurba-0.40/src/parser/
gurba-0.40/tmp/
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
	If the number of active editor instances is equal to the value of the
	ST_ETABSIZE field of the array returned by status(), where ST_ETABSIZE
	is defined in the include file <status.h>, attempting to add another
	one will result in an error.
	It is not possible to start an editor instance for a user object.

SEE ALSO
	kfun/read_file, kfun/write_file