From 63ff73d1f5ec572bbd73b6c37d3f8ba83dc085f8 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Tue, 28 Jan 2020 02:50:24 +0000 Subject: 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. --- README.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.org') 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 | -- cgit v1.2.3