diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-10-16 03:36:49 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-10-16 03:38:07 +0200 |
commit | bb25fc4b46e9b82d9e0f119e30f2bda30c5e12d0 (patch) | |
tree | 80c0f7eaa808e8d3d4d661835b4b709794ea8cda /README | |
parent | fcfcf8f8dfd0a01dd269822fe9e44716f86be3c1 (diff) | |
download | geiser-guile-bb25fc4b46e9b82d9e0f119e30f2bda30c5e12d0.tar.gz geiser-guile-bb25fc4b46e9b82d9e0f119e30f2bda30c5e12d0.tar.bz2 |
Manual: cheat sheet
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -121,10 +121,8 @@ | C-c C-m x | Macro-expand definition around point | | C-c C-m e | Macro-expand sexp before point | | C-c C-m r | Marcro-expand region | - | C-u C-c C-m [x,e,r] | (With prefix, macro expansions are recursive) | |---------------------+-------------------------------------------------| | C-c C-k | Compile and load current file | - | C-c C-l | Load current file | |---------------------+-------------------------------------------------| | C-c C-d d | See documentation for identifier at point | | C-c C-d m | See a list of a module's exported identifiers | @@ -153,7 +151,6 @@ |-------------+----------------------------------------------------| | C-c C-m | Set current module | | C-c C-i | Import module into current namespace | - | C-c C-l | Load scheme file | |-------------+----------------------------------------------------| | C-c C-d C-d | See documentation for symbol at point | | C-c C-d C-m | See documentation for module | @@ -179,5 +176,5 @@ *** In backtrace (evaluation/compile result) buffers: - - TAB, M-TAB for error navigation. + - M-g n, M-g p, C-x ` for error navigation. - q to bury buffer. |