From 6765c7c28e8c5b91e039016791861999a04c09c8 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 6 Mar 2011 03:18:43 +0100 Subject: Racket: geiser-add-to-load-path implemented And we take the chance to lightly document the existence of this new command in the user manual. --- doc/cheat.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/cheat.texi') diff --git a/doc/cheat.texi b/doc/cheat.texi index d222a13..bdcd2aa 100644 --- a/doc/cheat.texi +++ b/doc/cheat.texi @@ -36,6 +36,9 @@ third key not modified by @key{Control}; e.g., @item C-c C-e C-m @tab @code{geiser-edit-module} @tab Ask for a module and open its file +@item C-c C-e C-l +@tab @code{geiser-add-to-load-path} +@tab Ask for a directory and add to Scheme load path @item C-c C-e C-[ @tab @code{geiser-squarify} @tab Toggle between () and [] for current form @@ -133,6 +136,9 @@ third key not modified by @key{Control}; e.g., @item M-`, C-. @tab @code{geiser-completion--complete-module} @tab Complete module name at point +@item C-c C-r +@tab @code{geiser-add-to-load-path} +@tab Ask for a directory and add to Scheme load path @item M-p, M-n @tab (comint commands) @tab Prompt history, matching current prefix -- cgit v1.2.3