From 7114c15d0969d5bf1969419f085f0889cd918324 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 30 Aug 2010 02:11:43 +0200 Subject: Docs: first complete version of Fun between the parens. --- doc/fun.texi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/fun.texi b/doc/fun.texi index b2a0e5f..b0b9e50 100644 --- a/doc/fun.texi +++ b/doc/fun.texi @@ -386,6 +386,25 @@ or @code{'frame} (in a new frame). @node Geiser writes for you, , Jumping around, Fun between the parens @section Geiser writes for you +No self-respecting programming mode would be complete without +completion. In geiser-mode, identifier completion is bound to +@kbd{M-@key{TAB}}, and will offer all visible identifiers starting with +the prefix before point. Visible here means all symbols imported or +defined in the current namespace plus locally bound ones. E.g., if +you're at the end of the following partial expression: + +@example +(let ((default 42)) + (frob def +@end example + +and press @kbd{M-@key{TAB}}, one of the possible completions will be +@code{definite}. + +Geiser also knows how to complete module names, but it's not yet smart +enough to infer by context that that's what you want. Instead, you must +use a separate command, bound to @kbd{M-`} (that's a backtick). + @c Local Variables: @c mode: texinfo @c TeX-master: "geiser" -- cgit v1.2.3