mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +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:
parent
96d98db12f
commit
dcf7c03487
1 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue