[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/general]
cedit
(/tools/hpmatlab/toolbox/matlab/general/cedit.m)
Function Synopsis
cedit(s)
Help text
CEDIT Set command line edit/recall facility parameters.
CEDIT('off') turns off command line recall/edit.
CEDIT('on') turns command line recall/edit back on.
CEDIT('vms') chooses VMS key definitions.
CEDIT('emacs') returns to the default Emacs key definitions.
Here is a table that shows which keystrokes are available
using the command line editor:
Previous line: ^p
Next line: ^n
One character left: ^b
One character right: ^f
Cursor word left: esc b, ^l
Cursor word right: esc f, ^r
Cursor to beginning of line: ^a
Cursor to end of line: ^e
Cancel line: ^u
In place delete: ^d
Insert toggle: ^t
Delete to end of line: ^k
Type CEDIT.M for more information.
The 'emacs' option is always in effect for MS-Windows and
the Macintosh, in addition to the normal fixed key bindings.
The Macintosh does not support esc b, ^l, esc f, ^r, or ^t.
Cross-Reference Information
This function calls
- computer /tools/hpmatlab/toolbox/matlab/elmat/computer.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- return /tools/hpmatlab/toolbox/matlab/lang/return.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON