<< Prev | - Up - | Next >> |
In this appendix, we present a summary table of all Oz-specific Emacs key bindings. This is intended as a convenient reference; more detailed explanations are given in previous chapters.
C-. is the short Oz-specific prefix; C-. C-. is the short Oz-specific tool prefix. Both have equivalent long prefixes: C-c . and C-c . C-c .; these are useful on terminals that cannot generate C-. (such as a VT100). The table below documents only the short prefix.
Editing Code | |
---|---|
forward expression | |
backward expression | |
kill expression | |
backward kill expression | |
mark expression | |
mark expression | |
indent expression | |
beginning of definition | |
end of definition | |
transpose expressions | |
next error | |
Managing Buffers | |
next Oz buffer | |
previous Oz buffer | |
new Oz buffer | |
Interacting With a Mozart Sub-Process | |
toggle emulator buffer | |
toggle compiler buffer | |
toggle temporary buffer | |
start Mozart sub-process | |
halt Mozart sub-process | |
halt Mozart sub-process (forced) | |
Executing Code | |
feed buffer | |
feed region | |
feed line | |
feed paragraph | |
feed paragraph | |
Evaluating Expression and Browsing Result | |
browse buffer | |
browse region | |
browse line | |
browse paragraph | |
Evaluating Expression and Showing Result | |
show buffer | |
show region | |
show line | |
show paragraph | |
Interacting With Tools | |
open system panel | |
open compiler panel | |
start profiler | |
start debugger | |
set breakpoint on current line |
<< Prev | - Up - | Next >> |