Difference between revisions of "SET TEDIT"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET TEDIT=
 
 
 
 
==Class==
 
==Class==
 
Recital Terminal Developer Environment
 
Recital Terminal Developer Environment
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[ALIAS]], [[MODIFY COMMAND]], [[RUN]], [[SPAWN]], [[SET WP]]
+
[[ALIAS]], [[ED]], [[MODIFY COMMAND]], [[RUN]], [[SET WP]], [[SPAWN]], [[VI]]
  
  
Line 23: Line 20:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
set tedit to "wmc"
 
set tedit to "wmc"
set tedit to "edit/nojournal"</pre>
+
set tedit to "edit/nojournal"
 +
</code>
  
  

Revision as of 12:07, 20 April 2009

Class

Recital Terminal Developer Environment


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 Terminal Developer