summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2020-01-28 02:50:24 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2020-01-28 02:50:24 +0000
commit63ff73d1f5ec572bbd73b6c37d3f8ba83dc085f8 (patch)
tree2355fc01c819a466f54a6284a6a14c5367675686 /README.org
parent1ad752e4b4735e65c30acfc5fed8c663fa93181d (diff)
downloadgeiser-63ff73d1f5ec572bbd73b6c37d3f8ba83dc085f8.tar.gz
geiser-63ff73d1f5ec572bbd73b6c37d3f8ba83dc085f8.tar.bz2
C-c \ and C-c [ in geiser-repl too
With a hat tip to Mikhail Kryshen, who was wondering in guile-user why oh why, and rightly so.
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.org b/README.org
index 3e07839..465b206 100644
--- a/README.org
+++ b/README.org
@@ -79,7 +79,7 @@
** Gambit Addendum
These steps are necessary to fully support Gambit Scheme.
-
+
1 - clone the last version of gambit
2 - configure gambit using --enable-rtlib-debug-source to activate autodoc
#+BEGIN_EXAMPLE
@@ -145,6 +145,7 @@
| C-c C-e m | Ask for a module and open its file |
| C-c C-e C-l | Add a given directory to Scheme's load path |
| C-c C-e [ | Toggle between () and [] for current form |
+ | c-c C-e \ | Insert λ |
| | |
|-------------+--------------------------------------------------|
| C-M-x | Eval definition around point |
@@ -200,6 +201,10 @@
| M-p, M-n | Prompt history, matching current prefix |
| | |
|-------------+----------------------------------------------------|
+ | C-c \ | Insert λ |
+ | C-c [ | Toggle between () and [] for current form |
+ | | |
+ |-------------+----------------------------------------------------|
| C-c C-m | Set current module |
| C-c C-i | Import module into current namespace |
| C-c C-r | Add a given directory to scheme's load path |