diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2008-05-05 22:31:07 +0100 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2008-05-05 22:39:05 +0100 |
commit | b20ef3a6afe57e07140185912d937f12da4eda6b (patch) | |
tree | 5afe71671c318d174fb50489c529383cd7cb8854 /doc/ref/scheme-using.texi | |
parent | cdbbe19250efa534a937dde381ae3d5a84960b68 (diff) | |
download | guile-b20ef3a6afe57e07140185912d937f12da4eda6b.tar.gz |
Add NEWS and concept index entries for traps infrastructure and Emacs support.
Diffstat (limited to 'doc/ref/scheme-using.texi')
-rw-r--r-- | doc/ref/scheme-using.texi | 2 |
1 files changed, 2 insertions, 0 deletions
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 |