diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 37 | 
1 files changed, 18 insertions, 19 deletions
| @@ -22,9 +22,7 @@     Currently supported implementations are Guile and PLT. -    - Guile works only with the development, vm-based binary. Be sure -      to customize `geiser-repl-guile-binary' to point to a correct vm -      binary. +    - Guile 1.9.x virtual machine required.      - PLT Scheme 4.1.5.5 or better required.  * Installation @@ -94,22 +92,23 @@  *** In the REPL -    |----------------+-------------------------------------------| -    | C-c C-z, C-c z | Start Scheme REPL (if it's not running)   | -    |----------------+-------------------------------------------| -    | M-.            | Edit identifier at point                  | -    | TAB, M-TAB     | Complete identifier at point              | -    | M-`, C-.       | Complete module name at point             | -    |----------------+-------------------------------------------| -    | M-p, M-n       | Prompt history, matching current prefix   | -    |----------------+-------------------------------------------| -    | C-c k          | Compile and load scheme file              | -    | C-c l          | Load scheme file                          | -    |----------------+-------------------------------------------| -    | C-c d          | See documentation for identifier at point | -    | C-c m          | See module documentation                  | -    | C-c a          | Toggle autodoc mode                       | -    |----------------+-------------------------------------------| +    |----------------+----------------------------------------------------| +    | C-c C-z, C-c z | Start Scheme REPL (if it's not running)            | +    |----------------+----------------------------------------------------| +    | M-.            | Edit identifier at point                           | +    | TAB, M-TAB     | Complete identifier at point                       | +    | M-`, C-.       | Complete module name at point                      | +    |----------------+----------------------------------------------------| +    | M-p, M-n       | Prompt history, matching current prefix            | +    |----------------+----------------------------------------------------| +    | C-c C-k, C-c k | Nuke REPL: use it if the REPL becomes unresponsive | +    |----------------+----------------------------------------------------| +    | C-c l          | Load scheme file                                   | +    |----------------+----------------------------------------------------| +    | C-c d          | See documentation for identifier at point          | +    | C-c m          | See module documentation                           | +    | C-c a          | Toggle autodoc mode                                | +    |----------------+----------------------------------------------------|  *** In the documentation browser: | 
