diff options
author | George D. Plymale II <georgedp@orbitalimpact.com> | 2017-09-29 01:21:39 -0400 |
---|---|---|
committer | George D. Plymale II <georgedp@orbitalimpact.com> | 2017-09-29 01:21:39 -0400 |
commit | 839dc555861dbb77ea2632b8dd4d58904f33a396 (patch) | |
tree | df3d3274ca6923d781d7fba3f78e52418f8e45ba | |
parent | 6945e6b03d2537d930095c72cb4fc65061827176 (diff) | |
download | geiser-guile-839dc555861dbb77ea2632b8dd4d58904f33a396.tar.gz geiser-guile-839dc555861dbb77ea2632b8dd4d58904f33a396.tar.bz2 |
make a link to the subheading in the previous commit in parens.texi
-rw-r--r-- | doc/parens.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/parens.texi b/doc/parens.texi index 26f0fd4..71bdc95 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -613,6 +613,14 @@ bound to @kbd{C-c C-e [}. With a numeric prefix (as in, say, @kbd{M-2 C-c C-e [}), it will perform that many toggles, forward for positive values and backward for negative ones. +@subheading Caveat about completion + +It is possible for Geiser to hang your Emacs process when trying to +complete symbols. This can happen in the REPL itself or even in a +Scheme buffer that is attached to the REPL process. For more details +on how to fix this problem, @ref{completion-caveat,,Caveat about +completion & the REPL} + @c Local Variables: @c mode: texinfo @c TeX-master: "geiser" |