summaryrefslogtreecommitdiff
path: root/doc/ref
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2008-05-05 22:31:07 +0100
committerNeil Jerram <neil@ossau.uklinux.net>2008-05-05 22:39:05 +0100
commitb20ef3a6afe57e07140185912d937f12da4eda6b (patch)
tree5afe71671c318d174fb50489c529383cd7cb8854 /doc/ref
parentcdbbe19250efa534a937dde381ae3d5a84960b68 (diff)
downloadguile-b20ef3a6afe57e07140185912d937f12da4eda6b.tar.gz
Add NEWS and concept index entries for traps infrastructure and Emacs support.
Diffstat (limited to 'doc/ref')
-rw-r--r--doc/ref/ChangeLog7
-rw-r--r--doc/ref/api-debug.texi1
-rw-r--r--doc/ref/scheme-using.texi2
3 files changed, 10 insertions, 0 deletions
diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog
index 24e5e33ab..d39180df4 100644
--- a/doc/ref/ChangeLog
+++ b/doc/ref/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-05 Neil Jerram <neil@ossau.uklinux.net>
+
+ * scheme-using.texi (Using Guile in Emacs): Add concept index
+ entries `GDS' and `Emacs'.
+
+ * api-debug.texi (Debugging): Add concept index entry `Debugging'.
+
2008-05-04 Ludovic Courtès <ludo@gnu.org>
* guile.texi (Guile Modules): Include `autoconf.texi'.
diff --git a/doc/ref/api-debug.texi b/doc/ref/api-debug.texi
index 0e8c6909f..d99a56724 100644
--- a/doc/ref/api-debug.texi
+++ b/doc/ref/api-debug.texi
@@ -8,6 +8,7 @@
@node Debugging
@section Debugging Infrastructure
+@cindex Debugging
In order to understand Guile's debugging facilities, you first need to
understand a little about how the evaluator works and what the Scheme
stack is. With that in place we explain the low level trap calls that
diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi
index 986252eac..092fb4e39 100644
--- a/doc/ref/scheme-using.texi
+++ b/doc/ref/scheme-using.texi
@@ -359,6 +359,8 @@ debugger to continue.)
@node Using Guile in Emacs
@section Using Guile in Emacs
+@cindex GDS
+@cindex Emacs
There are several options for working on Guile Scheme code in Emacs.
The simplest are to use Emacs's standard @code{scheme-mode} for
editing code, and to run the interpreter when you need it by typing