diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-03-07 00:07:48 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-03-07 00:07:48 +0100 |
commit | 6d765e0f93254c1606e1d794b5376916750f3738 (patch) | |
tree | 8f4ff812f017407ed60916594c470b0d8a57bb85 /README | |
parent | 9276cd1276c5c00e1f36ebf7a2b2536178431621 (diff) | |
download | geiser-6d765e0f93254c1606e1d794b5376916750f3738.tar.gz geiser-6d765e0f93254c1606e1d794b5376916750f3738.tar.bz2 |
A bit of key bindings reorg: macro-related commands start with C-cC-m.
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -32,19 +32,20 @@ | C-cC-r | Eval region | | C-cM-r | Eval region and switch to REPL | |------------------+-------------------------------------------------| - | C-cC-xx | Macro-expand definition around point | - | C-cC-xe | Macro-expand sexp before point | - | C-cC-xr | Marcro-expand region | - | C-uC-cC-x[x,e,r] | (With prefix, macro expansions are recursive) | + | C-cC-mx | Macro-expand definition around point | + | C-cC-me | Macro-expand sexp before point | + | C-cC-mr | Marcro-expand region | + | C-uC-cC-m[x,e,r] | (With prefix, macro expansions are recursive) | |------------------+-------------------------------------------------| | C-cC-k | Compile and load current file | | C-cC-l | Load current file | |------------------+-------------------------------------------------| | C-cC-dd | See documentation for symbol at point | - | C-cC-dm | See module symbols documentation | - | C-cC-dp | See generic methods | + | C-cC-dm | See list of module symbols | | C-cC-da | Toggle autodoc mode | |------------------+-------------------------------------------------| + | C-cC-xf | See a generic's methods signatures | + |------------------+-------------------------------------------------| | M-TAB | Complete symbol at point | | C-. | Complete module name at point | | TAB | Complete symbol at point or indent | |