From 67c4689da3b05495ef8a7ab0e2a04dbaf1f49f89 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 21 Dec 2021 02:56:32 +0000 Subject: Documentation updates --- readme.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'readme.org') 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 -- cgit v1.2.3