From e729185abdb51d82962237c45219188b1517b49d Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 29 Aug 2010 14:50:38 +0200 Subject: A bit more documentation. --- doc/fun.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc') diff --git a/doc/fun.texi b/doc/fun.texi index 4bd7e33..e56af68 100644 --- a/doc/fun.texi +++ b/doc/fun.texi @@ -362,6 +362,19 @@ error are clickable (you can navigate them using the @key{TAB} key). @node Jumping around, Geiser writes for you, Evaluating Scheme code, Fun between the parens @section Jumping around +This one feature is as sweet as easy to explain: @kbd{M-.} will open the +file where the identifier around point is defined and land your point on +its definition. To return to where you were, press @kbd{M-,}. + +Sometimes, the underlying Scheme will tell Geiser only the file where +the symbol is defined, but Geiser will use some heuristics (read, +regular expressions) to locate the exact line and bring you there. + +You can control how the destination buffer pops up by setting +@code{geiser-edit-symbol-method} to either @code{nil} (to open the file +in the current window), @code{'window} (other window in the same frame) +or @code{'frame} (in a new frame). + @node Geiser writes for you, , Jumping around, Fun between the parens @section Geiser writes for you -- cgit v1.2.3