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 | fb599601205edfcb0d2753f837d563e6ee59fd57 (patch) | |
tree | a4eebbfc216efe709e88265ec02e7f8a42e8b55a /README | |
parent | 3be75a9289bed76a1b96363c1a380d9371cf5f66 (diff) | |
download | geiser-fb599601205edfcb0d2753f837d563e6ee59fd57.tar.gz geiser-fb599601205edfcb0d2753f837d563e6ee59fd57.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. |