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 | e816dcd2047db3fec3db363cc6b4fea73e34f82b (patch) | |
tree | c51b7d4144b687cf08a65e758e6919ee4d759ee3 /doc | |
parent | f8d99a2d7e8bd46d0ce529c010aba9733f9ad049 (diff) | |
download | geiser-e816dcd2047db3fec3db363cc6b4fea73e34f82b.tar.gz geiser-e816dcd2047db3fec3db363cc6b4fea73e34f82b.tar.bz2 |
make a link to the subheading in the previous commit in parens.texi
Diffstat (limited to 'doc')
-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" |