Difference between revisions of "SET TEDIT"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Specify an alternate text editor to be used when MODIFY COMMAND is issued. | Specify an alternate text editor to be used when MODIFY COMMAND is issued. | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | + | [[ALIAS]], [[ED]], [[MODIFY COMMAND]], [[RUN]], [[SET WP]], [[SPAWN]], [[VI]] | |
Line 23: | Line 16: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
set tedit to "wmc" | set tedit to "wmc" | ||
− | set tedit to "edit/nojournal"</ | + | set tedit to "edit/nojournal" |
+ | </code> | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
− | [[Category:Set_Commands]] | + | [[Category:Set_Commands|TEDIT]] |
+ | [[Category:Terminal Environment]] | ||
+ | [[Category:Terminal Environment Set Commands]] |
Latest revision as of 15:41, 25 November 2009
Purpose
Specify an alternate text editor to be used when MODIFY COMMAND is issued.
Syntax
SET TEDIT TO <expC>
See Also
ALIAS, ED, MODIFY COMMAND, RUN, SET WP, SPAWN, VI
Description
With the SET TEDIT TO <expC> command, you can specify an alternate text editor which will be used when you issue the MODIFY COMMAND <filename> command.
Example
set tedit to "wmc" set tedit to "edit/nojournal"
Products
Recital