Next: Changes from version 1.0
Up: User's Manual for Psd
Previous: Customizing the Emacs Interface
As mentioned, you need the cmuscheme package for GNU Emacs in order to use psd. There is a version of cmuscheme.el along with comint.el in the psd distribution, but be warned that they may be a bit dated. For Emacs version 19 you only need cmuscheme.el, the comint package has been integrated into Emacs. If you do not have cmuscheme, Emacs will give an error message saying it can not find the file cmuscheme when you load psd.el. The following files need special care:
(autoload 'psd-mode "psd" "Minor mode for running psd (the Portable Scheme Debugger) in a cmuscheme buffer." t)
If you want to add a directory in your load path, put something like the following in your .emacs:
(setq load-path (cons "~/elisp" load-path))
Note: if you already have psd 1.0 installed, make sure that you remove at least the file psd-elk.scm from /usr/local/lib/psd, or wherever you have psd. It is generally a good idea to wipe out the old distribution before installing a new one, so you might just as well remove all the old psd files.
Gary T. Leavens