diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-02 23:06:03 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-02 23:06:03 +0200 |
commit | a0576387d7eaf3ef9d10d77630544b733fc51b76 (patch) | |
tree | 9306b2f39d01aac8a8905a296bb941de02834c4e /doc/parens.texi | |
parent | 3439cf7784cd6f1e18e5c71797f904575dac0271 (diff) | |
download | geiser-guile-a0576387d7eaf3ef9d10d77630544b733fc51b76.tar.gz geiser-guile-a0576387d7eaf3ef9d10d77630544b733fc51b76.tar.bz2 |
Image support documented in user manual
Diffstat (limited to 'doc/parens.texi')
-rw-r--r-- | doc/parens.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/parens.texi b/doc/parens.texi index b4df02e..3a6a0e0 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -440,9 +440,16 @@ way, but it also teleports you to REPL after the evaluation. region. Again, there's an @i{and-go} version available, @code{geiser-eval-region-and-go}, bound to @kbd{C-c M-r}. +@cindex evaluating images +@cindex image display For all the commands above, the result of the evaluation is displayed in the minibuffer, unless it causes a (Scheme-side) error (@pxref{To err -perchance to debug}). +perchance to debug}), or, for schemes supporting them (such as Racket), +the evaluation yields an image, in which case you'll see it in popping +up in the Geiser debug buffer (if your Emacs runs under the auspices of +a graphical toolkit), or via an external viewer if you set +@c{geiser-image-viewer} to the path of an appropriate visualization +program (see also @ref{Seeing is believing} for more on image support). At the risk of repeating myself, i'll remind you that all these evaluations will take place in the namespace of the module corresponding |