diff options
author | jao <jao@gnu.org> | 2021-12-21 02:56:32 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-12-21 02:56:44 +0000 |
commit | 67c4689da3b05495ef8a7ab0e2a04dbaf1f49f89 (patch) | |
tree | f793b3b00a04a8c81807b8987283bee5daa5f295 /readme.org | |
parent | 8bc53c168e72d9ec2ce9353298c3df6d0ab59a4f (diff) | |
download | geiser-67c4689da3b05495ef8a7ab0e2a04dbaf1f49f89.tar.gz geiser-67c4689da3b05495ef8a7ab0e2a04dbaf1f49f89.tar.bz2 |
Documentation updates
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 |