summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-02-16 22:21:28 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-02-16 22:21:28 +0100
commitf574939e5db2f64eab21493bb70ac6605f76646f (patch)
tree4530983f1f38f2ada52a000e85e70879671feba3 /README
parentdba34f8fdf4cf29703126abc498261ea410a9702 (diff)
downloadgeiser-f574939e5db2f64eab21493bb70ac6605f76646f.tar.gz
geiser-f574939e5db2f64eab21493bb70ac6605f76646f.tar.bz2
New command to open module file.
Diffstat (limited to 'README')
-rw-r--r--README39
1 files changed, 20 insertions, 19 deletions
diff --git a/README b/README
index 1a00d09..6eb8c18 100644
--- a/README
+++ b/README
@@ -14,25 +14,26 @@
*** In Scheme buffers:
- |---------------+-------------------------------------------------|
- | C-cC-z | Switch to REPL |
- |---------------+-------------------------------------------------|
- | M-. | Edit symbol at point |
- | M-, | Go back to where M-. was last invoked |
- |---------------+-------------------------------------------------|
- | C-M-x, C-cC-e | Eval definition around point |
- | C-cMe | Eval definition around point and switch to REPL |
- | C-xC-e | Eval sexp before point |
- | C-cC-r | Eval region |
- | C-cM-r | Eval region and switch to REPL |
- |---------------+-------------------------------------------------|
- | C-cC-k | Compile and load current file |
- | C-cC-l | Load current file |
- |---------------+-------------------------------------------------|
- | C-cC-dd | See docstring for symbol at point |
- | C-cC-dm | See module documentation |
- | C-cC-da | Toggle autodoc mode |
- |---------------+-------------------------------------------------|
+ |---------+-------------------------------------------------|
+ | C-cC-z | Switch to REPL |
+ |---------+-------------------------------------------------|
+ | M-. | Edit symbol at point |
+ | M-, | Go back to where M-. was last invoked |
+ | C-cC-em | Ask for a module and open its file |
+ |---------+-------------------------------------------------|
+ | C-M-x | Eval definition around point |
+ | C-cM-e | Eval definition around point and switch to REPL |
+ | C-xC-e | Eval sexp before point |
+ | C-cC-r | Eval region |
+ | C-cM-r | Eval region and switch to REPL |
+ |---------+-------------------------------------------------|
+ | 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 documentation |
+ | C-cC-da | Toggle autodoc mode |
+ |---------+-------------------------------------------------|
If `geiser-mode-smart-tab-p' is nil
|----------+-------------------------------|