diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2020-01-28 02:50:24 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2020-01-28 02:50:24 +0000 |
commit | e2910bf4f12e15dfa89ba3870d95389672dc5825 (patch) | |
tree | f4dcdf262338c286b9422d0ab68e6a60c7b61fba /README.org | |
parent | 645e4775420c59bb10ef0693ed2631a8df8c0e29 (diff) | |
download | geiser-guile-e2910bf4f12e15dfa89ba3870d95389672dc5825.tar.gz geiser-guile-e2910bf4f12e15dfa89ba3870d95389672dc5825.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.org | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 | |