The IDLWAVE Shell
*****************
The IDLWAVE shell is an Emacs major mode which allows to run the IDL
program as an inferior process of Emacs. It can be used to work with
IDL interactively, to compile and run IDL programs in Emacs buffers and
to debug these programs. The IDLWAVE shell uses `comint', an Emacs
packages which handles the communication with the IDL program.
Unfortunately IDL for Windows and MacOS does not allow the interaction
with Emacs(1), so the IDLWAVE shell only works under GNU and Unix.