1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00

add note to docs about gds.el

* doc/ref/scheme-using.texi (GDS Getting Started): Add a note about gds
  el files.
This commit is contained in:
Andy Wingo 2010-08-25 10:14:47 -04:00
parent 96d98db12f
commit dcf7c03487

View file

@ -1,6 +1,6 @@
@c -*-texinfo-*- @c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual. @c This is part of the GNU Guile Reference Manual.
@c Copyright (C) 2006 @c Copyright (C) 2006, 2010
@c Free Software Foundation, Inc. @c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions. @c See the file guile.texi for copying conditions.
@ -598,6 +598,12 @@ GDS Emacs Lisp code when starting up, and to start the inferior GDS
server process so that it is ready and waiting for any Guile programs server process so that it is ready and waiting for any Guile programs
that want to use GDS. that want to use GDS.
The Scheme side of GDS is installed automatically by Guile. The Emacs
Lisp side, however, is not. You will have to grab
@file{gds-server.el}, @file{gds-scheme.el}, and @file{gds.el} from
Guile's source distribution, and make sure they end up in Emacs' load
path.
(If GDS's Scheme code is not installed in one of the locations in (If GDS's Scheme code is not installed in one of the locations in
Guile's load path, you may find that the server process fails to start. Guile's load path, you may find that the server process fails to start.
When this happens you will see an error message from Emacs: When this happens you will see an error message from Emacs: