function commandEcho(ed::Editor, args::String) setStatusMessage(ed, args) end addCommand(:echo, commandEcho, help="echo : set the status message to ")