summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.org b/readme.org
index 71ce8df..480c299 100644
--- a/readme.org
+++ b/readme.org
@@ -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