langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
changeset 38539 71874886920f
parent 38531 c449daa25b45
child 38613 2a8e50869b08
equal deleted inserted replaced
38538:8bdc63ff6961 38539:71874886920f
    35 jshell.msg.terminated =\
    35 jshell.msg.terminated =\
    36 State engine terminated.\n\
    36 State engine terminated.\n\
    37 Restore definitions with: /reload -restore
    37 Restore definitions with: /reload -restore
    38 
    38 
    39 jshell.msg.use.one.of = Use one of: {0}
    39 jshell.msg.use.one.of = Use one of: {0}
    40 jshell.err.def.or.id.not.found = No applicable definition or id found named: {0}
       
    41 jshell.msg.see.classes.etc = See /types, /methods, /vars, or /list
    40 jshell.msg.see.classes.etc = See /types, /methods, /vars, or /list
    42 jshell.err.arg = Invalid ''{0}'' argument: {1}
    41 jshell.err.arg = Invalid ''{0}'' argument: {1}
    43 jshell.msg.see = See {0} for help.
    42 jshell.msg.see = See {0} for help.
    44 
    43 
    45 jshell.err.file.not.accessible = File ''{1}'' for ''{0}'' is not accessible: {2}
    44 jshell.err.file.not.accessible = File ''{1}'' for ''{0}'' is not accessible: {2}
    89 For example ''/help /list'' or ''/help intro''.  Subjects:\n
    88 For example ''/help /list'' or ''/help intro''.  Subjects:\n
    90 
    89 
    91 jshell.err.drop.arg =\
    90 jshell.err.drop.arg =\
    92 In the /drop argument, please specify an import, variable, method, or class to drop.\n\
    91 In the /drop argument, please specify an import, variable, method, or class to drop.\n\
    93 Specify by id or name. Use /list to see ids. Use /reset to reset all state.
    92 Specify by id or name. Use /list to see ids. Use /reset to reset all state.
    94 jshell.err.drop.not.active = The argument did not specify an active import, variable, method, or class to drop.
       
    95 jshell.err.drop.ambiguous = The argument references more than one import, variable, method, or class.
    93 jshell.err.drop.ambiguous = The argument references more than one import, variable, method, or class.
    96 jshell.err.failed = Failed.
    94 jshell.err.failed = Failed.
    97 jshell.msg.native.method = Native Method
    95 jshell.msg.native.method = Native Method
    98 jshell.msg.unknown.source = Unknown Source
    96 jshell.msg.unknown.source = Unknown Source
    99 jshell.msg.goodbye = Goodbye
    97 jshell.msg.goodbye = Goodbye
   100 
    98 
   101 jshell.msg.help.for.help = Type /help for help.
    99 jshell.msg.help.for.help = Type /help for help.
   102 
   100 
   103 jshell.err.feedback.expected.new.feedback.mode = Expected new feedback mode -- {0}
   101 jshell.err.mode.name = Expected a feedback mode name: {0}
   104 jshell.err.feedback.expected.mode.name = Expected a new feedback mode name. ''{0}'' is a known feedback mode -- {1}
   102 jshell.err.missing.mode = Missing the feedback mode -- {0}
   105 jshell.err.feedback.command.quiet = Specify either ''-command'' or ''-quiet'' -- {0}
   103 jshell.err.field.name = Expected a field name: {0} -- {1}
   106 jshell.err.feedback.expected.field = Expected field name missing -- {0}
   104 jshell.err.missing.field = Missing the field name -- {0}
   107 jshell.err.feedback.expected.mode = Expected a feedback mode -- {0}
   105 jshell.err.mode.unknown = No feedback mode named: {0} -- {1}
       
   106 
   108 jshell.err.feedback.does.not.match.mode = Does not match any current feedback mode: {0} -- {1}
   107 jshell.err.feedback.does.not.match.mode = Does not match any current feedback mode: {0} -- {1}
   109 jshell.err.feedback.ambiguous.mode = Matches more then one current feedback mode: {0} -- {1}
   108 jshell.err.feedback.ambiguous.mode = Matches more then one current feedback mode: {0} -- {1}
   110 jshell.err.feedback.expected.format = Expected format missing -- {0}
   109 jshell.err.feedback.expected.format = Expected format missing -- {0}
   111 jshell.err.feedback.must.be.quoted = Format ''{0}'' must be quoted -- {1}
   110 jshell.err.feedback.must.be.quoted = Format ''{0}'' must be quoted -- {1}
   112 jshell.err.feedback.not.a.valid.selector = Not a valid selector ''{0}'' in ''{1}'' -- {2}
   111 jshell.err.feedback.not.a.valid.selector = Not a valid selector ''{0}'' in ''{1}'' -- {2}
   118 jshell.msg.feedback.mode.following = The feedback mode should be one of the following:
   117 jshell.msg.feedback.mode.following = The feedback mode should be one of the following:
   119 
   118 
   120 jshell.err.truncation.expected.length = Expected truncation length -- {0}
   119 jshell.err.truncation.expected.length = Expected truncation length -- {0}
   121 jshell.err.truncation.length.not.integer = Truncation length must be an integer: {0} -- {1}
   120 jshell.err.truncation.length.not.integer = Truncation length must be an integer: {0} -- {1}
   122 
   121 
   123 jshell.err.not.valid.with.predefined.mode = Not valid with predefined modes: {0} -- {1}
   122 jshell.err.not.valid.with.predefined.mode = Not valid with a predefined mode: {0} -- {1}
   124 jshell.err.retained.feedback.mode.must.be.retained.or.predefined = \
   123 jshell.err.retained.feedback.mode.must.be.retained.or.predefined = \
   125 ''/retain feedback <mode>'' requires that <mode> is predefined or has been retained with ''/retain mode'' -- {0}
   124 ''/retain feedback <mode>'' requires that <mode> is predefined or has been retained with ''/retain mode'' -- {0}
       
   125 
       
   126 jshell.err.unknown.option = Unknown option: {0} -- {1}
       
   127 jshell.err.default.option.or.program = Specify -default option or program, not both -- {0}
       
   128 jshell.err.option.or.filename = Specify either one option or a startup file name -- {0}
       
   129 jshell.err.unexpected.at.end = Unexpected arguments at end of command: {0} -- {1}
       
   130 jshell.err.conflicting.options = Conflicting options -- {0}
       
   131 jshell.err.cannot.delete.current.mode = The current feedback mode ''{0}'' cannot be deleted, use ''/set feedback'' first -- {1}
       
   132 jshell.err.cannot.delete.retained.mode = The retained feedback mode ''{0}'' cannot be deleted, use ''/retain feedback'' first -- {1}
       
   133 jshell.err.may.not.specify.options.and.snippets = Options and snippets must not both be used: {0}
       
   134 jshell.err.no.such.snippets = No such snippet: {0}
       
   135 jshell.err.the.snippet.cannot.be.used.with.this.command = This command does not accept the snippet ''{0}'' : {1}
       
   136 jshell.err.retained.mode.failure = Failure in retained modes (modes cleared) -- {0} {1}
   126 
   137 
   127 jshell.console.see.more = <press tab to see more>
   138 jshell.console.see.more = <press tab to see more>
   128 jshell.console.do.nothing = Do nothing
   139 jshell.console.do.nothing = Do nothing
   129 jshell.console.choice = Choice: \
   140 jshell.console.choice = Choice: \
   130 
   141 
   339      each will be displayed.  Example:  /help /li\n\n\
   350      each will be displayed.  Example:  /help /li\n\n\
   340 /help <subject>\n\t\
   351 /help <subject>\n\t\
   341      Display information about the specified help subject. Example: /help intro
   352      Display information about the specified help subject. Example: /help intro
   342 
   353 
   343 help.set.summary = set jshell configuration information
   354 help.set.summary = set jshell configuration information
   344 help.set.args = editor|start|feedback|newmode|prompt|truncation|format ...
   355 help.set.args = editor|start|feedback|mode|prompt|truncation|format ...
   345 help.set =\
   356 help.set =\
   346 Set jshell configuration information, including:\n\
   357 Set jshell configuration information, including:\n\
   347 the external editor to use, the start-up definitions to use, a new feedback mode,\n\
   358 the external editor to use, the start-up definitions to use, a new feedback mode,\n\
   348 the command prompt, the feedback mode to use, or the format of output.\n\
   359 the command prompt, the feedback mode to use, or the format of output.\n\
   349 \n\
   360 \n\
   352      The <command> is an operating system dependent string.\n\n\
   363      The <command> is an operating system dependent string.\n\n\
   353 /set start <file>\n\t\
   364 /set start <file>\n\t\
   354      The contents of the specified <file> become the default start-up snippets and commands.\n\n\
   365      The contents of the specified <file> become the default start-up snippets and commands.\n\n\
   355 /set feedback <mode>\n\t\
   366 /set feedback <mode>\n\t\
   356      Set the feedback mode describing displayed feedback for entered snippets and commands.\n\n\
   367      Set the feedback mode describing displayed feedback for entered snippets and commands.\n\n\
   357 /set newmode <new-mode> [-command|-quiet [<old-mode>]]\n\t\
   368 /set mode <mode> [<old-mode>] [-command|-quiet|-delete]\n\t\
   358      Create a user-defined feedback mode, optionally copying from an existing mode.\n\n\
   369      Create or update a user-defined feedback mode, optionally copying from an existing mode.\n\n\
   359 /set prompt <mode> "<prompt>" "<continuation-prompt>"\n\t\
   370 /set prompt <mode> "<prompt>" "<continuation-prompt>"\n\t\
   360      Set the displayed prompts for a given feedback mode.\n\n\
   371      Set the displayed prompts for a given feedback mode.\n\n\
   361 /set truncation <mode> <length> <selector>...\n\t\
   372 /set truncation <mode> <length> <selector>...\n\t\
   362      Set the maximum length of a displayed value\n\
   373      Set the maximum length of a displayed value\n\
   363 /set format <mode> <field> "<format>" <selector>...\n\t\
   374 /set format <mode> <field> "<format>" <selector>...\n\t\
   450 help.set.format = \
   461 help.set.format = \
   451 Set the format for reporting a snippet event.\n\
   462 Set the format for reporting a snippet event.\n\
   452 \n\t\
   463 \n\t\
   453 /set format <mode> <field> "<format>" <selector>...\n\
   464 /set format <mode> <field> "<format>" <selector>...\n\
   454 \n\
   465 \n\
   455 Where <mode> is the name of a previously defined feedback mode -- see '/help /set newmode'.\n\
   466 Where <mode> is the name of a previously defined feedback mode -- see '/help /set mode'.\n\
   456 Where <field> is the name of context-specific format to define.\n\
   467 Where <field> is the name of context-specific format to define.\n\
   457 Where <format> is a quoted string which will be the value of the field if one of\n\
   468 Where <format> is a quoted string which will be the value of the field if one of\n\
   458 the selectors matches (or there are no selectors). When the format is used,\n\
   469 the selectors matches (or there are no selectors). When the format is used,\n\
   459 field names enclosed in braces are replaced with the value of the field at that\n\
   470 field names enclosed in braces are replaced with the value of the field at that\n\
   460 time. These fields may have been previously defined with this command or may be\n\
   471 time. These fields may have been previously defined with this command or may be\n\
   526 help.set.truncation = \
   537 help.set.truncation = \
   527 Set the max length a displayed value.\n\
   538 Set the max length a displayed value.\n\
   528 \n\t\
   539 \n\t\
   529 /set truncation <mode> <length> <selector>...\n\
   540 /set truncation <mode> <length> <selector>...\n\
   530 \n\
   541 \n\
   531 Where <mode> is the name of a previously defined feedback mode -- see '/help /set newmode'.\n\
   542 Where <mode> is the name of a previously defined feedback mode -- see '/help /set mode'.\n\
   532 Where <length> is an unsigned integer representing a maximum length.\n\
   543 Where <length> is an unsigned integer representing a maximum length.\n\
   533 Where <format> is a quoted string which will be the value of the field if one of\n\
   544 Where <format> is a quoted string which will be the value of the field if one of\n\
   534 Where <selector> is only needed if you wish to fine-tune value truncation length\n\
   545 Where <selector> is only needed if you wish to fine-tune value truncation length\n\
   535 by context, <selector> is the context in which the truncation is applied.\n\
   546 by context, <selector> is the context in which the truncation is applied.\n\
   536 The structure of selector is a hyphen separated list of selector kind lists.\n\
   547 The structure of selector is a hyphen separated list of selector kind lists.\n\
   559 \n\t\
   570 \n\t\
   560 /set feedback <mode>\n\
   571 /set feedback <mode>\n\
   561 \n\
   572 \n\
   562 Where <mode> is the name of a previously defined feedback mode.\n\
   573 Where <mode> is the name of a previously defined feedback mode.\n\
   563 You may use just enough letters to make it unique.\n\
   574 You may use just enough letters to make it unique.\n\
   564 User-defined modes can be added, see '/help /set newmode'\n\
   575 User-defined modes can be added, see '/help /set mode'\n\
   565 Currently defined feedback modes:\n
   576 Currently defined feedback modes:\n
   566 
   577 
   567 help.set.newmode = \
   578 help.set.mode = \
   568 Create a user-defined feedback mode, optionally copying from an existing mode.\n\
   579 Create a user-defined feedback mode, optionally copying from an existing mode.\n\
   569 \n\t\
   580 \n\t\
   570 /set newmode <new-mode> [-command|-quiet [<old-mode>]]\n\
   581 /set mode <mode> [<old-mode>] [-command|-quiet|-delete]\n\
   571 \n\
   582 \n\
   572 Where <new-mode> is the name of a mode you wish to create.\n\
   583 Where <new-mode> is the name of a mode you wish to create.\n\
   573 Where <old-mode> is the name of a previously defined feedback mode.\n\
   584 Where <old-mode> is the name of a previously defined feedback mode.\n\
   574 If <old-mode> is present, its settings are copied to the new mode.\n\
   585 If <old-mode> is present, its settings are copied to the new mode.\n\
   575 '-command' vs '-quiet' determines if informative/verifying command feedback is displayed.\n\
   586 '-command' vs '-quiet' determines if informative/verifying command feedback is displayed.\n\
   589 The continuation-prompt is used on the second and subsequent lines of a multi-line snippet.\n
   600 The continuation-prompt is used on the second and subsequent lines of a multi-line snippet.\n
   590 
   601 
   591 help.set.editor =\
   602 help.set.editor =\
   592 Specify the command to launch for the /edit command.\n\
   603 Specify the command to launch for the /edit command.\n\
   593 \n\t\
   604 \n\t\
   594 /set editor <command>\n\
   605 /set editor <command>|-default\n\
   595 \n\
   606 \n\
   596 The <command> is an operating system dependent string.\n\
   607 The <command> is an operating system dependent string.\n\
   597 The <command> may include space-separated arguments (such as flags)\n\
   608 The <command> may include space-separated arguments (such as flags)\n\
   598 When /edit is used, the temporary file to edit will be appended as the last argument.
   609 When /edit is used, the temporary file to edit will be appended as the last argument.\n\
       
   610 If instead the -default option is specified, the built-in default editor will be used.
   599 
   611 
   600 help.set.start =\
   612 help.set.start =\
   601 Set the start-up configuration -- a sequence of snippets and commands read at start-up.\n\
   613 Set the start-up configuration -- a sequence of snippets and commands read at start-up.\n\
   602 \n\t\
   614 \n\t\
   603 /set start <file>\n\
   615 /set start <file>|-default|-none\n\
   604 \n\
   616 \n\
   605 The contents of the specified <file> become the start-up snippets and commands used\n\
   617 The contents of the specified <file> become the start-up snippets and commands used\n\
   606 when the /reset or /reload commands are used in this session.\n\
   618 when the /reset or /reload commands are used in this session.\n\
       
   619 If instead the -default option is specified, the predefined start-up snippets\n\
       
   620 will be used.\n\
       
   621 If the -none option is used, the start-up will be empty -- no start-up snippets\n\
       
   622 or commands will be used.\n\
   607 This command is good for testing the start-up settings.  To retain them for future\n\
   623 This command is good for testing the start-up settings.  To retain them for future\n\
   608 runs of the jshell tool use the command:\n\t\
   624 runs of the jshell tool use the command:\n\t\
   609 /retain start\n
   625 /retain start\n
   610 
   626 
   611 help.retain.feedback = \
   627 help.retain.feedback = \
   624 This mode will be available in this and future sessions of the jshell tool.
   640 This mode will be available in this and future sessions of the jshell tool.
   625 \n\t\
   641 \n\t\
   626 /retain mode <mode>\n\
   642 /retain mode <mode>\n\
   627 \n\
   643 \n\
   628 Where <mode> is the name of a mode you wish to retain.\n\
   644 Where <mode> is the name of a mode you wish to retain.\n\
   629 The <mode> must previously have been created with /set newmode and\n\
   645 The <mode> must previously have been created with /set mode and\n\
   630 configured as desired with /set prompt, /set format, and /set truncation.\n
   646 configured as desired with /set prompt, /set format, and /set truncation.\n
   631 
   647 
   632 help.retain.editor =\
   648 help.retain.editor =\
   633 Retain the command to launch for the /edit command.  This command will be invoked when\n\
   649 Retain the command to launch for the /edit command.  This command will be invoked when\n\
   634 the /edit command is used in this and future sessions of the jshell tool.\n\
   650 the /edit command is used in this and future sessions of the jshell tool.\n\
   635 \n\t\
   651 \n\t\
   636 /retain editor [<command>]\n\
   652 /retain editor [<command>|-default]\n\
   637 \n\
   653 \n\
   638 The <command> is an operating system dependent string.\n\
   654 If <command> is specified, it is an operating system dependent string which\n\
   639 The <command> may include space-separated arguments (such as flags)\n\
   655 may include space-separated arguments (such as flags). When /edit is used, the\n\
   640 When /edit is used, the temporary file to edit will be appended as the last argument.\n\
   656 temporary file to edit will be appended as the last argument.\n\
   641 If <command> is not specified, the command last specified in a /set editor or\n\
   657 If instead the -default option is specified, the built-in default editor will be used.\n\
   642 /retain editor command will be retained.\n
   658 If neither is specified, the editor set in the last /set editor or /retain editor\n\
       
   659 command will be used.\n\
       
   660 The editor will be retained and used in this and future runs of the jshell tool.
   643 
   661 
   644 help.retain.start =\
   662 help.retain.start =\
   645 Retain the start-up configuration -- a sequence of snippets and commands read at start-up.\n\
   663 Retain the start-up configuration -- a sequence of snippets and commands read\n\
   646 \n\t\
   664 at start-up.\n\
   647 /retain start [<file>]\n\
   665 \n\t\
   648 \n\
   666 /retain start [<file>|-default|-none]\n\
   649 The contents of the specified <file> become the default start-up snippets and commands --\n\
   667 \n\
   650 which are run when the jshell tool is started or reset.\n\
   668 If <file> is specified, the contents of the specified <file> become the\n\
   651 If <file> is not specified, the start-up last specified in a /set start or\n\
   669 start-up snippets\n\
   652 /retain start command will be retained.\n
   670 and commands.\n\
       
   671 If instead the -default option is specified, the predefined start-up snippets\n\
       
   672 will be the start-up.\n\
       
   673 If the -none option is used, the start-up will be empty -- no start-up snippets\n\
       
   674 or commands will be used.\n\
       
   675 If none of these is specified, the start-up is the last specified in a\n\
       
   676 ''/set start'' or ''/retain start'' command.\n\
       
   677 The start-up will be retained and used when the jshell tool is started or reset
   653 
   678 
   654 startup.feedback = \
   679 startup.feedback = \
   655 /set newmode verbose -command    \n\
   680 /set mode verbose -command    \n\
   656 \n\
   681 \n\
   657 /set prompt verbose '\\njshell> '   '   ...> '    \n\
   682 /set prompt verbose '\\njshell> '   '   ...> '    \n\
   658 \n\
   683 \n\
   659 /set format verbose pre '|  '    \n\
   684 /set format verbose pre '|  '    \n\
   660 /set format verbose post '%n'    \n\
   685 /set format verbose post '%n'    \n\
   700 /set format verbose typeKind 'enum'                   enum    \n\
   725 /set format verbose typeKind 'enum'                   enum    \n\
   701 /set format verbose typeKind 'annotation interface'   annotation    \n\
   726 /set format verbose typeKind 'annotation interface'   annotation    \n\
   702 \n\
   727 \n\
   703 /set format verbose result '{name} ==> {value}{post}'                                        added,modified,replaced-ok-primary    \n\
   728 /set format verbose result '{name} ==> {value}{post}'                                        added,modified,replaced-ok-primary    \n\
   704 \n\
   729 \n\
   705 /set format verbose display '{result}{pre}created scratch variable {name} : {type}{post}'    expression-primary    \n\
   730 /set format verbose display '{result}{pre}created scratch variable {name} : {type}{post}'    expression-added,modified,replaced-primary    \n\
   706 /set format verbose display '{result}{pre}value of {name} : {type}{post}'                    varvalue-primary    \n\
   731 /set format verbose display '{result}{pre}value of {name} : {type}{post}'                    varvalue-primary    \n\
   707 /set format verbose display '{result}{pre}assigned to {name} : {type}{post}'                 assignment-primary    \n\
   732 /set format verbose display '{result}{pre}assigned to {name} : {type}{post}'                 assignment-primary    \n\
   708 /set format verbose display '{result}{pre}{action} variable {name} : {type}{resolve}{post}'  varinit,vardecl    \n\
   733 /set format verbose display '{result}{pre}{action} variable {name} : {type}{resolve}{post}'  varinit,vardecl    \n\
   709 /set format verbose display '{pre}{action} variable {name}{resolve}{post}'                   vardecl,varinit-notdefined    \n\
   734 /set format verbose display '{pre}{action} variable {name}{resolve}{post}'                   vardecl,varinit-notdefined    \n\
   710 /set format verbose display '{pre}{action} variable {name}{post}'                            dropped-vardecl,varinit    \n\
   735 /set format verbose display '{pre}{action} variable {name}{post}'                            dropped-vardecl,varinit,expression    \n\
   711 /set format verbose display '{pre}{action} variable {name}, reset to null{post}'             replaced-vardecl,varinit-ok-update    \n\
   736 /set format verbose display '{pre}{action} variable {name}, reset to null{post}'             replaced-vardecl,varinit-ok-update    \n\
   712 \n\
   737 \n\
   713 /set format verbose display '{pre}{action} {typeKind} {name}{resolve}{post}'                 class,interface,enum,annotation    \n\
   738 /set format verbose display '{pre}{action} {typeKind} {name}{resolve}{post}'                 class,interface,enum,annotation    \n\
   714 /set format verbose display '{pre}{action} method {name}({type}){resolve}{post}'             method    \n\
   739 /set format verbose display '{pre}{action} method {name}({type}){resolve}{post}'             method    \n\
   715 \n\
   740 \n\
   717 /set format verbose display '{pre}attempted to call method {name}({type}){resolve}{post}'    used-method    \n\
   742 /set format verbose display '{pre}attempted to call method {name}({type}){resolve}{post}'    used-method    \n\
   718 \n\
   743 \n\
   719 /set truncation verbose 80\n\
   744 /set truncation verbose 80\n\
   720 /set truncation verbose 500                                                                  varvalue\n\
   745 /set truncation verbose 500                                                                  varvalue\n\
   721 \n\
   746 \n\
   722 /set newmode normal -command verbose    \n\
   747 /set mode normal -command verbose    \n\
   723 /set format normal display ''                                                               added,modified,replaced,overwrote,dropped-update    \n\
   748 /set format normal display ''                                                               added,modified,replaced,overwrote,dropped-update    \n\
   724 /set format normal display '{pre}{action} variable {name}, reset to null{post}'             replaced-vardecl,varinit-ok-update    \n\
   749 /set format normal display '{pre}{action} variable {name}, reset to null{post}'             replaced-vardecl,varinit-ok-update    \n\
   725 /set format normal display '{result}'                                                       added,modified,replaced-expression,varvalue,assignment,varinit,vardecl-ok-primary    \n\
   750 /set format normal display '{result}'                                                       added,modified,replaced-expression,varvalue,assignment,varinit,vardecl-ok-primary    \n\
   726 /set newmode concise -quiet normal    \n\
   751 /set mode concise -quiet normal    \n\
   727 \n\
   752 \n\
   728 /set prompt concise 'jshell> '   '   ...> '    \n\
   753 /set prompt concise 'jshell> '   '   ...> '    \n\
   729 \n\
   754 \n\
   730 /set format concise display ''                                                              class,interface,enum,annotation,method,assignment,varinit,vardecl-ok    \n\
   755 /set format concise display ''                                                              class,interface,enum,annotation,method,assignment,varinit,vardecl-ok    \n\
   731 \n\
   756 \n\
   732 /set feedback normal    \n\
   757 /set feedback normal    \n\
   733 \n\
   758 \n\
   734 /set newmode silent -quiet    \n\
   759 /set mode silent -quiet    \n\
   735 /set prompt silent '-> ' '>> '    \n\
   760 /set prompt silent '-> ' '>> '    \n\
   736 /set format silent pre '|  '    \n\
   761 /set format silent pre '|  '    \n\
   737 /set format silent post '%n'    \n\
   762 /set format silent post '%n'    \n\
   738 /set format silent errorpre '|  '    \n\
   763 /set format silent errorpre '|  '    \n\
   739 /set format silent errorpost '%n'    \n\
   764 /set format silent errorpost '%n'    \n\