This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
tutorials:editor [2014/01/28 16:00] papa created |
tutorials:editor [2016/08/17 07:31] (current) papa Specify TWENEX.ORG supported editors |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Default Editor ====== | ====== Default Editor ====== | ||
| + | |||
| + | EXEC provides two commands that invoke the default editor: **EDIT**, to edit an existing file, and **CREATE** to create a new file. The default editor is determined by the logical name **EDITOR: | ||
| + | |||
| + | < | ||
| + | @DEFINE EDITOR: SYS: | ||
| + | </ | ||
| + | |||
| + | You can specify the executable file for any editor you wish to use in place of SYS: | ||
| + | * EDIT | ||
| + | * EDT | ||
| + | * EMACS | ||
| + | * TV | ||
| + | |||
| + | You can check your current default editor with the command: | ||
| + | |||
| + | < | ||
| + | @INFORMATION LOGICAL-NAMES EDITOR: | ||
| + | </ | ||
| + | |||
| + | //(The TOPS-20 User's Guide also documents a **PERUSE** command for invoking the default editor, but this feature is not supported on TWENEX.ORG.)// | ||
| + | |||
| + | |||