diff options
Diffstat (limited to 'readme.org')
-rw-r--r-- | readme.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -131,6 +131,7 @@ | C-c C-e C-l | Add a given directory to Scheme's load path | | C-c C-e [ | Toggle between () and [] for current form | | c-c C-e \ | Insert λ | + | C-c C-i | Interrupt on-going evaluation | | C-M-x | Eval definition around point | | C-c C-c | Eval definition around point | | C-c M-e | Eval definition around point and switch to REPL | @@ -194,7 +195,9 @@ ** In backtrace (evaluation/compile result) buffers: - - =M-g n=, =M-g p=, =C-x `= for error navigation. + - =M-g n=, =M-g p=, =C-x `= for error location navigation. + - =n=, =p= for moving among errors in the buffer. + - =,= to pop-up the debugger actions menu. - =q= to bury buffer. * How to support a new scheme implementation |