diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2006-08-18 13:14:46 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2006-08-18 13:14:46 +0000 |
commit | 9837893af2727944637b99a9b9625f034bf83d9a (patch) | |
tree | f8667a4c036628f5a28dbdbededbfc64c5192789 /doc/ref/scheme-using.texi | |
parent | 62ae95577a503e89114584ae8571b2b128d79ca5 (diff) | |
download | guile-9837893af2727944637b99a9b9625f034bf83d9a.tar.gz |
(Using Guile in Emacs): Unignore extra GDS
intro text. (I will edit this down later. For now it's
convenient to have it all appearing, so it's visible on paper.)
Diffstat (limited to 'doc/ref/scheme-using.texi')
-rw-r--r-- | doc/ref/scheme-using.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi index f7f49a45d..fc6821fc0 100644 --- a/doc/ref/scheme-using.texi +++ b/doc/ref/scheme-using.texi @@ -411,7 +411,6 @@ can also run a program until it hits a breakpoint, then examine, modify and reevaluate some of the relevant code, and then tell the program to continue running. -@ignore GDS is a user interface for working on Guile Scheme programs in Emacs. It aims to provide whatever facilities are needed to make the writing, debugging and maintenance of Scheme code in Emacs as fluid and @@ -487,7 +486,6 @@ Communication between the Guile client program and GDS uses a TCP socket, which means that it is orthogonal to any other interfaces that the client program has. In particular GDS does not interfere with a program's standard input and output. -@end ignore @menu * GDS Setup:: |