summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-12-21 02:56:32 +0000
committerjao <jao@gnu.org>2021-12-21 02:56:44 +0000
commit67c4689da3b05495ef8a7ab0e2a04dbaf1f49f89 (patch)
treef793b3b00a04a8c81807b8987283bee5daa5f295 /readme.org
parent8bc53c168e72d9ec2ce9353298c3df6d0ab59a4f (diff)
downloadgeiser-67c4689da3b05495ef8a7ab0e2a04dbaf1f49f89.tar.gz
geiser-67c4689da3b05495ef8a7ab0e2a04dbaf1f49f89.tar.bz2
Documentation updates
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