changeset 29773:bdbce902ea81

Update to idlwave 4.2
author Carsten Dominik <dominik@science.uva.nl>
date Tue, 20 Jun 2000 12:46:55 +0000
parents 265fdb06f294
children 8eff9cc9cbae
files man/idlwave.texi
diffstat 1 files changed, 786 insertions(+), 283 deletions(-) [+]
line wrap: on
line diff
--- a/man/idlwave.texi	Tue Jun 20 12:46:32 2000 +0000
+++ b/man/idlwave.texi	Tue Jun 20 12:46:55 2000 +0000
@@ -9,26 +9,27 @@
 @synindex ky cp
 @syncodeindex vr cp
 @syncodeindex fn cp
-@set VERSION 3.15
-@set EDITION 1.10
+@set VERSION 4.2
+@set EDITION 4.2
 @set IDLVERSION 5.3
-@set NSYSROUTINES 1226
-@set NSYSKEYWORDS 5229
-@set DATE February 2000
+@set NSYSROUTINES 1251
+@set NSYSKEYWORDS 5287
+@set DATE June 2000
 @set AUTHOR Carsten Dominik
 @set AUTHOR-EMAIL dominik@@astro.uva.nl
 @set MAINTAINER Carsten Dominik
 @set MAINTAINER-EMAIL dominik@@astro.uva.nl
+@set IDLWAVE-HOMEPAGE http://www.strw.leidenuniv.nl/~dominik/Tools/idlwave
 @c %**end of header
 @finalout
 
 @ifinfo 
 This file documents IDLWAVE, a major mode for editing IDL and
 WAVE/CL files with Emacs.  It also implements a shell for running IDL as
-a subprocess.@refill
+a subprocess.
 
 This is edition @value{EDITION} of the IDLWAVE User Manual for
-IDLWAVE @value{VERSION}@refill
+IDLWAVE @value{VERSION}
 
 Copyright (c) 1999, 2000 Free Software Foundation, Inc.
 
@@ -68,10 +69,11 @@
 
 @sp 2
 This is edition @value{EDITION} of the @cite{IDLWAVE User Manual} for
-IDLWAVE version @value{VERSION}, @value{DATE}.@refill
+IDLWAVE version @value{VERSION}, @value{DATE}.
 
 @sp 2
 
+@cindex Copyright, of IDLWAVE
 Permission is granted to make and distribute verbatim
 copies of this manual provided the copyright notice and
 this permission notice are preserved on all copies.
@@ -89,16 +91,19 @@
 translation approved by the Free Software Foundation.
 
 @end titlepage
+@contents
+
 @page
 
-@ifinfo
+@ifnottex
+
 @node Top, Introduction, (dir), (dir)
 
 IDLWAVE is a package to support editing command files for the
 Interactive Data Language (IDL), and for running IDL as an inferior
-shell.  @refill
+shell.
 
-@end ifinfo
+@end ifnottex
 
 @menu
 * Introduction::                What IDLWAVE is and what not
@@ -111,15 +116,16 @@
 * Configuration Examples::      The user is king...
 * Index::                       Fast access
 
-@detailmenu
-
- --- The Detailed Node Listing ---
+@detailmenu --- The Detailed Node Listing ---
 
 The IDLWAVE Major Mode
 
 * Code Formatting::             Making code look nice
-* Routine Info::                Calling Sequences and Keywords
+* Routine Info::                Calling Sequence and Keyword List
+* Online Help::                 One key press from source to help
 * Completion::                  Completing routine names and Keywords
+* Routine Source::              How to visit the source file of routine XYZ
+* Resolving Routines::          Force the Shell to compile a routine
 * Code Templates::              Abbreviations for frequent constructs
 * Actions::                     Changing case, Padding, End checking
 * Doc Header::                  Inserting a standard header
@@ -154,14 +160,17 @@
 Installation
 
 * Installing IDLWAVE::          How to install the distribution
+* Installing Online Help::      Where to get the additional files needed
 * Upgrading from idl.el::       Necessary configuration changes
 
 Sources of Routine Info
 
 * Routine Definitions::         Where IDL Routines are defined.
-* Routine Information Sources:: So how does IDLWAVE know about...
+* Routine Information Sources::  So how does IDLWAVE know about...
 * Library Scan::                Scanning the Libraries for Routine Info
-* Updating idlw-rinfo.el::      Scanning the Reference Manual
+* Load-Path Shadows::           Routines defined in several places
+* Documentation Scan::          Scanning the IDL Manuals
+
 @end detailmenu
 @end menu
 
@@ -169,7 +178,11 @@
 @chapter Introduction
 @cindex Introduction
 @cindex CORBA (Common Object Request Broker Architecture)
+@cindex Interface Definition Language
+@cindex Interactive Data Language
 @cindex cc-mode.el
+@cindex @file{idl.el}
+@cindex @file{idl-shell.el}
 @cindex Feature overview
 
 IDLWAVE is a package to support editing command files for the
@@ -189,7 +202,7 @@
 IDLWAVE consists of two parts: A major mode for editing command files
 (@code{idlwave-mode}) and a mode to allow running the IDL program as an
 inferior shell (@code{idlwave-shell-mode}).  Both modes work closely
-together and form a complete development environment.@refill
+together and form a complete development environment.
 
 Here is a brief summary of what IDLWAVE does.
 
@@ -200,7 +213,11 @@
 Font-lock support on three levels. 
 @item 
 Display of calling sequence and keywords of more than 1000 IDL
-routines. 
+routines routines and any routines in your local IDL library.
+@item
+Name space conflict search.
+@item
+Fast context-sensitive online help.
 @item
 Context sensitive completion of routine names and keywords.
 @item
@@ -210,6 +227,8 @@
 @item
 Block structure check.
 @item
+Support for @file{imenu} (Emacs) and @file{func-menu} (XEmacs).
+@item
 Documentation support.
 @item
 Running IDL as inferior process.
@@ -225,6 +244,7 @@
 @ifnottex
 @cindex Screenshots
 Here are a number of screenshots showing IDLWAVE in action.
+
 @itemize @bullet
 @item
 @uref{http://www.strw.leidenuniv.nl/~dominik/Tools/idlwave/font-lock.gif,
@@ -253,6 +273,7 @@
 @chapter IDLWAVE in a Nutshell
 @cindex Quick-Start
 @cindex Getting Started
+@cindex Summary of important commands
 @cindex IDLWAVE in a Nutshell
 @cindex Nutshell, IDLWAVE in a
 
@@ -270,6 +291,8 @@
 @item @kbd{C-c ?}
 @tab Display calling sequence, keywords of the procedure/function call
 at point.
+@item @kbd{M-?}
+@tab Context sensitive online help.
 @item @kbd{M-@key{TAB}}
 @tab Complete a procedure name, function name or keyword in the buffer.
 @item @kbd{C-c C-i}
@@ -287,8 +310,6 @@
 @multitable @columnfractions .15 .85
 @item @kbd{C-c C-s}
 @tab Start IDL as a subprocess and/or switch to the interaction buffer.
-@item @kbd{C-u C-c C-s}
-@tab Start the shell in a separate frame.
 @item @kbd{M-p}
 @tab Cycle back through IDL command history matching command line input.
 @item @kbd{M-n}
@@ -320,13 +341,11 @@
 (setq idlwave-expand-generic-end t)
 ;; Syntax Highlighting
 (add-hook 'idlwave-mode-hook 'turn-on-font-lock)
-
 ;; Automatically start the shell when needed, in dedicated frame
 (setq idlwave-shell-automatic-start t
       idlwave-shell-use-dedicated-frame t)
-
-;; Specify a file where library info can be stored.
-(setq idlwave-libinfo-file "~/idlinfo.el")
+;; Where are the online help files?
+(setq idlwave-help-directory "~/.idlwave")
 @end lisp
 
 @node The IDLWAVE Major Mode, The IDLWAVE Shell, IDLWAVE in a Nutshell, Top
@@ -340,8 +359,11 @@
 
 @menu
 * Code Formatting::             Making code look nice
-* Routine Info::                Calling Sequences and Keywords
+* Routine Info::                Calling Sequence and Keyword List
+* Online Help::                 One key press from source to help
 * Completion::                  Completing routine names and Keywords
+* Routine Source::              How to visit the source file of routine XYZ
+* Resolving Routines::          Force the Shell to compile a routine
 * Code Templates::              Abbreviations for frequent constructs
 * Actions::                     Changing case, Padding, End checking
 * Doc Header::                  Inserting a standard header
@@ -373,6 +395,7 @@
 
 @cindex Foreign code, adapting
 @cindex Indentation, of foreign code
+@kindex M-C-\
 To re-indent a larger portion of code (e.g. when working with foreign code
 written with different conventions), use @kbd{M-C-\}
 (@code{indent-region}) after marking the relevant code.  Useful marking
@@ -383,23 +406,23 @@
 @defopt idlwave-main-block-indent (@code{0}) 
 Extra indentation for the main block of code.  That is the block between
 the FUNCTION/PRO statement and the END statement for that program
-unit.@refill
+unit.
 @end defopt
 
-@defopt idlwave-block-indent (@code{4})
+@defopt idlwave-block-indent (@code{5})
 Extra indentation applied to block lines.  If you change this, you
-probably also want to change @code{idlwave-end-offset}.@refill
+probably also want to change @code{idlwave-end-offset}.
 @end defopt
 
 @defopt idlwave-end-offset (@code{-4})
 Extra indentation applied to block END lines.  A value equal to negative
 @code{idlwave-block-indent} will make END lines line up with the block
-BEGIN lines.@refill
+BEGIN lines.
 @end defopt
 
 @defopt idlwave-continuation-indent (@code{2})
-Extra indentation applied to continuation lines and insided unbalanced
-parenthesis.@refill
+Extra indentation applied to continuation lines and inside unbalanced
+parenthesis.
 @end defopt
 
 @node Comment Indentation, Continuation Lines, Code Indentation, Code Formatting
@@ -422,32 +445,30 @@
 @tab Lines starting with a single semicolon are indent to a minimum column.
 @end multitable
 
+@noindent
 The indentation of comments starting in column 0 is never changed.
 
 @defopt idlwave-no-change-comment
-The indentation of a comment that starts with this regular
-expression will not be changed.
+The indentation of a comment starting with this regexp will not be changed.
 @end defopt
 
 @defopt idlwave-begin-line-comment
-A comment anchored at the beginning of line.  A comment matched by this
-regular expression will not have its indentation changed.@refill
+A comment anchored at the beginning of line.
 @end defopt
 
 @defopt idlwave-code-comment
-A comment that starts with this regular expression on a line by itself
-is indented as if it is a part of IDL code.@refill
+A comment that starts with this regexp is indented as if it is a part of
+IDL code.
 @end defopt
 
 @node Continuation Lines, Syntax Highlighting, Comment Indentation, Code Formatting
 @subsection Continuation Lines and Filling
 @cindex Continuation lines
 @cindex Line splitting
+@cindex String splitting
 @cindex Splitting, of lines
-@cindex Filling
-@cindex @code{auto-fill-mode}
-@cindex Hanging paragraphs
 
+@kindex M-@key{RET}
 In IDL, a newline character terminates a statement unless preceded by a
 @samp{$}.  If you would like to start a continuation line, use
 @kbd{M-@key{RET}} which calls the command @code{idlwave-split-line}.  It
@@ -456,22 +477,21 @@
 new line.  The command @kbd{M-@key{RET}} can also be used in the middle
 of a line to split the line at that point.  When used inside a long
 string constant, the string is split with the @samp{+} concatenation
-operator.  You could even use @code{auto-fill-mode} to automatically
-break code lines into several lines while you type.  For this, set the
-variable @code{idlwave-fill-comment-line-only} to @code{nil} and turn on
-@code{auto-fill-mode}.  @code{auto-fill-mode} can be toggled with
-@kbd{C-c C-a}.
+operator.
 
+@cindex Filling
+@cindex @code{auto-fill-mode}
+@cindex Hanging paragraphs
 When filling comment paragraphs, IDLWAVE overloads the normal filling
 functions and uses a function which creates hanging paragraphs as they
 are customary in the IDL routine headers.  When @code{auto-fill-mode} is
-turned on, comments will be auto-filled.  If the first line of a
-paragraph is matched by @code{idlwave-hang-indent-regexp}, subsequent
-lines are indented to after the position of this match, as in the
-following example.
+turned on (toggle with @kbd{C-c C-a}), comments will be auto-filled.  If
+the first line of a paragraph is matched by
+@code{idlwave-hang-indent-regexp}, subsequent lines are indented to
+after the position of this match, as in the following example.
 
 @example
-; INPUTS
+; INPUTS:
 ; x - an array containing
 ;     lots of interesting numbers.
 ;
@@ -480,6 +500,7 @@
 ;     to describe it.
 @end example
 
+@kindex M-q
 You also refill a comment paragraph with @kbd{M-q}.
 
 @defopt idlwave-fill-comment-line-only (@code{t})
@@ -496,31 +517,33 @@
 @samp{+}.
 @end defopt
 
-@defopt idlwave-hanging-indent 
+@defopt idlwave-hanging-indent (@code{t})
 Non-@code{nil} means comment paragraphs are indented under the hanging
 indent given by @code{idlwave-hang-indent-regexp} match in the first
-line of the paragraph.@refill
+line of the paragraph.
 @end defopt
 
 @defopt idlwave-hang-indent-regexp
 Regular expression matching the position of the hanging indent
-in the first line of a comment paragraph.@refill
+in the first line of a comment paragraph.
 @end defopt
 
 @defopt idlwave-use-last-hang-indent (@code{nil})
 Non-@code{nil} means use last match on line for
-@code{idlwave-indent-regexp}.@refill 
+@code{idlwave-indent-regexp}. 
 @end defopt
 
 @node Syntax Highlighting,  , Continuation Lines, Code Formatting
 @subsection Syntax Highlighting
 @cindex Syntax highlighting
+@cindex Highlighting of syntax
 @cindex Font lock
 
 Highlighting of keywords, comments, strings etc. can be accomplished
-with @code{font-lock}.  To enable @code{font-lock} for IDL files, place
-the following line into your @file{.emacs} (see
-@ref{Configuration Examples})@refill
+with @code{font-lock}.  If you are using @code{global-font-lock-mode}
+(on Emacs), or have @code{font-lock} turned on in any other buffer in
+XEmacs, it should also automatically work in IDLWAVE buffers.  If not,
+you can enforce it with the following line in your @file{.emacs}
 
 @lisp
 (add-hook 'idlwave-mode-hook 'turn-on-font-lock)
@@ -531,13 +554,18 @@
 
 @defopt idlwave-default-font-lock-items
 Items which should be fontified on the default fontification level
-2.@refill 
+2. 
 @end defopt
 
-@node Routine Info, Completion, Code Formatting, The IDLWAVE Major Mode
+@node Routine Info, Online Help, Code Formatting, The IDLWAVE Major Mode
 @section Routine Info
 @cindex Routine info
+@cindex Updating routine info
+@cindex Scanning buffers for routine info
+@cindex Buffers, scanning for routine info
+@cindex Shell, querying for routine info
 
+@kindex C-c C-i
 IDL defines more than one thousand procedures, functions and object
 methods.  This large command set makes it difficult to remember the
 calling sequence and keywords of a command.  IDLWAVE contains a list of
@@ -546,11 +574,12 @@
 errors.  Please report any detected errors to the maintainer, so that
 they can be fixed.}.  It also scans Emacs buffers and library files for
 routine definitions and queries the IDLWAVE-Shell for the properties of
-modules currently compiled under the shell.  When you have edited a
-buffer or compiled additional routines under the shell, use @kbd{C-c
-C-i} (@code{idlwave-update-routine-info}) to update IDLWAVE's idea about
-these routines.@refill
+modules currently compiled under the shell.  This information is updated
+automatically.  If you think the information is not up-to-date, use
+@kbd{C-c C-i} (@code{idlwave-update-routine-info}) to enforce a global
+update.
 
+@kindex C-c ?
 To display the information about a routine, press @kbd{C-c ?} which
 calls the command @code{idlwave-routine-info}.  When the current cursor
 position is on the name or in the argument list of a procedure or
@@ -562,7 +591,7 @@
   1  2   3   4   5  6  7    8
 @end example
 
-@cindex Object methods
+@cindex Default routine, for info and help
 On positions 1,2 and 8, information about the @samp{plot} procedure will
 be shown.  On positions 3,4, and 7, the @samp{alog} function will be
 described, while positions 5 and 6 will select the @samp{sin} function.
@@ -572,81 +601,292 @@
 
 @cindex Calling sequences
 @cindex Keywords of a routine
+@cindex Routine source information
 The description displayed contains the calling sequence, the list of
-keywords and the origin of this information (@emph{system routine},
-@emph{library routine}, @emph{Emacs buffer}, or @emph{compiled
-module}).  It looks like this:
+keywords and the source location of this routine.  It looks like this:
 
 @example
-Usage:    MAP_PROJ_INFO, iproj
-Keywords: CIRCLE CURRENT CYLINDRICAL NAME UV_LIMITS WIDTH
-Origin:   buffer visiting /soft1/idl/lib/map_set.pro
+Usage:    XMANAGER, NAME, ID
+Keywords: BACKGROUND CATCH CLEANUP EVENT_HANDLER GROUP_LEADER
+          JUST_REG MODAL NO_BLOCK
+Source:   SystemLib   [CSB] /soft1/idl53/lib/xmanager.pro
 @end example
 
-Some of the text in the @file{*Help*} buffer will be active (it
-highlights when you move the mouse over it).  Clicking with the middle
-mouse button on any of the active fields will try to find the source file of
-the routine and display it in another window.  Another click on the same
-line will switch back to the buffer from which @kbd{C-c ?} was
-called.  Clicking with the right mouse button on an active field will
-search the IDL online help for this item.@refill
+@cindex Categories, of routines
+@cindex Load-path shadows
+@cindex Shadows, load-path
+@cindex IDL variable @code{!PATH}
+@cindex @code{!PATH}, IDL variable
+@cindex IDL variable @code{!DIR}
+@cindex @code{!DIR}, IDL variable
+
+If a definition of this routine exists in several files accessible to
+IDLWAVE, several @samp{Source} lines will point to the different files.
+This may indicate that your routine is shadowing a library routine,
+which may or may not be what you want (@pxref{Load-Path Shadows}).  The
+information about the calling sequence and the keywords is derived from
+the first source listed.  Library routines can only be supported if you
+have scanned the local IDL library (@pxref{Library Scan}).  The source
+entry consists of a @emph{source category}, a set of @emph{flags} and
+the path to the @emph{source file}.  The following categories
+exist:
 
-@cindex Routine source file
-@cindex Module source file
-Another way to find the source file of a routine is the command @kbd{C-c
-C-v} (@code{idlwave-find-module}).  It asks for a module name, offering
-the same default as @code{idlwave-routine-info} would have used.  In the
-minibuffer, specify a complete routine name (including the class part).
-IDLWAVE will display the source file in another window.@refill
+@multitable @columnfractions .15 .85
+@item @i{System}
+@tab A system routine, but we do not know if it is @i{Builtin} or
+@i{SystemLib}.  When the system library has bee scanned
+(@pxref{Library Scan}), this category will automatically split into the
+next two. 
+@item @i{Builtin}
+@tab A builtin routine with no source code available.
+@item @i{SystemLib}
+@tab A library routine in the official lib directory @file{!DIR/lib}.
+@item @i{Obsolete}
+@tab A library routine in the official lib directory @file{!DIR/lib/obsolete}.
+@item @i{Library}
+@tab A file on IDL's search path @code{!PATH}.
+@item @i{Other}
+@tab Any other file not known to be on the search path.
+@item @i{Unresolved}
+@tab The shell lists this routine as unresolved.
+@end multitable
 
-@cindex @code{RESOLVE_ROUTINE}
-@cindex Compiling library modules
-@cindex Routines, resolving
-@cindex Online help, for IDL routines
-The two other commands that work with the routine at point need a
-running IDLWAVE shell.  The key sequence @kbd{M-?} calls the command
-@code{idlwave-routine-info-from-idlhelp}.  This sends the command line
-@samp{ONLINE_HELP, '@var{routine_name}'} to IDL in order to display the
-documentation of the routine in the IDL online documentation.  The key
-sequence @kbd{C-c =} calls the command @code{idlwave-resolve} and sends
-the line @samp{RESOLVE_ROUTINE, '@var{routine_name}'} to IDL in order to
-resolve (compile) it.
+You can define additional categories based on the file name and path
+with the variable @code{idlwave-special-lib-alist}.
+
+@cindex Flags, in routine info
+@cindex Duplicate routines
+@cindex Multiply defined routines
+@cindex Routine definitions, multiple
+The flags @code{[CSB]} indicate if the file is known to IDLWAVE from the
+library catalog (@w{@code{[C--]}}, @pxref{Library Scan}), from the Shell
+(@w{@code{[-S-]}}) or from an Emacs buffer (@w{@code{[--B]}}).
+Combinations are possible.  If a file contains multiple definitions of
+the same routine, the file name will be prefixed with @samp{(Nx)} where
+@samp{N} is the number of definitions.
 
-@code{idlwave-resolve} is one way to get a library module within reach
-of IDLWAVE's routine info collecting functions.  A better way is to
-prescan (parts of) the library (@pxref{Library Scan}).  Routine info on
-library modules will then be available without the need to compile the
-modules first, and even without a running shell.
-
-@xref{Sources of Routine Info}, for in-depth information where IDLWAVE
-collects data about routines, and how to update this information.
+@cindex Online Help from the routine info buffer
+@cindex Active text, in routine info
+@cindex Inserting keywords, from routine info
+@cindex Source file, access from routine info
+Some of the text in the @file{*Help*} buffer will be active (it
+highlights when you move the mouse over it).  Clicking on these items
+will have the following effects:
 
-@defopt idlwave-scan-all-buffers-for-routine-info (@code{t})
-Non-@code{nil} means, scan all buffers for IDL programs when updating
-info.  When this variable is @code{nil}, it only parses the current
-buffer.@refill
-@end defopt
-
-@defopt idlwave-query-shell-for-routine-info (@code{t})
-Non-@code{nil} means query the shell for info about compiled routines.
-@end defopt
+@multitable @columnfractions 0.15 0.85
+@item @i{Usage}
+@tab If online help is installed, a click with the @emph{right} mouse
+button on the @i{Usage:} line will access the help for the
+routine (@pxref{Online Help}).  
+@item @i{Keyword}
+@tab Online help about keywords is also available with the
+@emph{right} mouse button.  Clicking on a keyword with the @emph{middle}
+mouse button will insert this keyword in the buffer from where
+@code{idlwave-routine-info} was called.  Holding down @key{SHIFT} while
+clicking also adds the initial @samp{/}.
+@item @i{Source}
+@tab Clicking with the @emph{middle} mouse button on a @samp{Source} line
+finds the source file of the routine and visits it in another window.
+Another click on the same line switches back to the buffer from which
+@kbd{C-c ?} was called.  If you use the @emph{right} mouse button, the
+source will not be visited by a buffer, but displayed in the online help
+window.
+@end multitable
 
 @defopt idlwave-resize-routine-help-window (@code{t})
 Non-@code{nil} means, resize the Routine-info @file{*Help*} window to
-fit the content.@refill
+fit the content.
+@end defopt
+
+@defopt idlwave-special-lib-alist
+Alist of regular expressions matching special library directories.
+@end defopt
+
+@defopt idlwave-rinfo-max-source-lines (@code{5})
+Maximum number of source files displayed in the Routine Info window.
 @end defopt
 
+@page
 
-@node Completion, Code Templates, Routine Info, The IDLWAVE Major Mode
+@node Online Help, Completion, Routine Info, The IDLWAVE Major Mode
+@section Online Help
+
+@cindex Online Help
+@cindex @file{idlw-help.txt}
+@cindex @file{idlw-help.el}
+@cindex IDL manual, ASCII version
+@cindex Installing online help
+@cindex Online Help, Installation
+@cindex Speed, of online help
+For IDL system routines, RSI provides extensive documentation.  IDLWAVE
+can access an ASCII version of this documentation very quickly and
+accurately.  This is @emph{much} faster than using the IDL online help
+application, also because usually IDLWAVE gets you to the right place in
+the docs directly, without additional browsing and scrolling.  For this
+online help to work, you need an ASCII version of the IDL documentation
+which is not part of the standard IDLWAVE distribution.  The required
+files can be downloaded from @uref{@value{IDLWAVE-HOMEPAGE}, the
+maintainers webpage}.  As the text is extracted from PDF files, the
+formatting of the help text is good for normal text, but graphics and
+multiline equations will not be well represented.  See also
+@ref{Documentation Scan}.
+
+@cindex Source code, as online help
+@cindex DocLib header, as online help
+For routines which are not documented in the IDL manual (for example
+your own routines), the source code is used as help text.  If the
+requested information can be found in a (more or less) standard DocLib
+file header, IDLWAVE shows the header.  Otherwise the routine definition 
+statement (@code{pro}/@code{function}) is shown.
+
+@kindex M-?
+In any IDL program, press @kbd{M-?} (@code{idlwave-context-help}) or
+click with @kbd{S-mouse-3} to access context sensitive online help.  The
+following locations are recognized as context:
+
+@cindex Context, for online help
+@multitable @columnfractions .25 .75
+@item @i{Routine name}
+@tab The name of a routine (function, procedure, method).
+@item @i{Keyword Parameter}
+@tab Keyword parameter of a routine.
+@item @i{System Variable}
+@tab System variable like @code{!DPI}.
+@item @i{IDL Statement}
+@tab Like @code{PRO}, @code{REPEAT}, or @code{COMPILE_OPT}.
+@item @i{Class name}
+@tab Class name in @code{OBJ_NEW} call.
+@item @i{Executive Command}
+@tab Executive command like @code{.RUN}.  Mostly useful in the shell.
+@item @i{Default}
+@tab The routine that would be selected for routine info display.
+@end multitable
+
+@cindex @code{OBJ_NEW}, special online help
+Note that the @code{OBJ_NEW} function is special in that the help
+displayed depends on the cursor position: If the cursor is on the
+@samp{OBJ_NEW}, this function is described.  If it is on the class name
+inside the quotes, the documentation for the class is pulled up.  If the
+cursor is @emph{after} the class name, anywhere in the argument list,
+the documentation for the corresponding @code{Init} method and its
+keywords is targeted.
+
+@noindent Apart from source buffers, there are two more places from
+which online help can be accessed.
+
+@itemize @bullet
+@item
+Online help for routines and keywords can be accessed through the
+Routine Info display.  Click with @kbd{mouse-3} on an item to see the
+corresponding help (@pxref{Routine Info}).
+@item
+When using completion and Emacs pops up a window with possible
+completions, clicking with @kbd{mouse-3} on a completion item invokes
+help on that item (@pxref{Completion}).
+@end itemize
+@noindent
+In both cases, a blue face indicates that the item is documented in the
+IDL manual.
+
+@page
+
+@cindex Help application, keybindings
+@cindex Keybindings, in help application
+The help window is normally displayed in a separate frame.  The
+following commands can be used to navigate inside the help system.
+
+@multitable  @columnfractions .15 .85
+@item @kbd{@key{SPACE}}
+@tab Scroll forward one page.
+@item @kbd{@key{RET}}
+@tab Scroll forward one line.
+@item @kbd{@key{DEL}}
+@tab Scroll back one page.
+@item @kbd{n, p}
+@tab Browse to the next or previous topic (in physical sequence).
+@item @kbd{b, f}
+@tab Move back and forward through the help topic history.
+@item @kbd{c}
+@tab Clear the history.
+@item @kbd{mouse-2}
+@tab Follow a link.  Active links are displayed in a different font.
+Items under @i{See Also} are active, and classes have links to their
+methods and back.
+@item @kbd{o}
+@tab Open a topic.  The topic can be selected with completion.
+@item @kbd{*}
+@tab Load the whole help file into Emacs, for global text searches.
+@item @kbd{q}
+@tab Kill the help window.
+@end multitable
+
+@sp 1
+@noindent When the help text is a source file, the following commands
+are also available.
+@multitable  @columnfractions .15 .85
+@item @kbd{h}
+@tab Jump to DocLib Header of the routine whose source is displayed
+as help.
+@item @kbd{H}
+@tab Jump to the first DocLib Header in the file.
+@item @kbd{.} @r{(Dot)}
+@tab Jump back and forth between the routine definition (the
+@code{pro}/@code{function} statement) and the description of the help
+item in the DocLib header.
+@item @kbd{F}
+@tab Fontify the buffer like source code.  See the variable @code{idlwave-help-fontify-source-code}.
+@end multitable
+
+@defopt idlwave-help-directory
+The directory where idlw-help.txt and idlw-help.el are stored.
+@end defopt
+
+@defopt idlwave-help-use-dedicated-frame (@code{t})
+Non-nil means, use a separate frame for Online Help if possible.
+@end defopt
+
+@defopt idlwave-help-frame-parameters
+The frame parameters for the special Online Help frame.
+@end defopt
+
+@defopt idlwave-max-popup-menu-items (@code{20})
+Maximum number of items per pane in popup menus.
+@end defopt
+
+@defopt idlwave-extra-help-function
+Function to call for help if the normal help fails.
+@end defopt
+
+@defopt idlwave-help-fontify-source-code (@code{nil})
+Non-nil means, fontify source code displayed as help.
+@end defopt
+
+@defopt idlwave-help-source-try-header (@code{t})
+Non-nil means, try to find help in routine header when displaying source
+file.
+@end defopt
+
+@defopt idlwave-help-link-face
+The face for links to IDLWAVE online help.
+@end defopt
+
+@node Completion, Routine Source, Online Help, The IDLWAVE Major Mode
 @section Completion
 @cindex Completion
+@cindex Keyword completion
+@cindex Method completion
+@cindex Object method completion
+@cindex Class name completion
+@cindex Function name completion
+@cindex Procedure name completion
 
-IDLWAVE offers completion for routine names and keywords.  As in many
-programming modes, completion is bound to @kbd{M-@key{TAB}}.
-Completion uses the same internal information as routine info,
-so in order to update IDLWAVE's idea about your own routines after you
-have edited or compiled them, press @kbd{C-c C-i}
-(@code{idlwave-update-routine-info}).@refill
+@kindex M-@key{TAB}
+@kindex C-c C-i
+IDLWAVE offers completion for class names, routine names and keywords.
+As in many programming modes, completion is bound to @kbd{M-@key{TAB}}.
+Completion uses the same internal information as routine info, so when
+necessary it can be updated with @kbd{C-c C-i}
+(@code{idlwave-update-routine-info}).
 
 The completion function is context sensitive and figures out what to
 complete at point.  Here are example lines and what @kbd{M-@key{TAB}}
@@ -663,15 +903,24 @@
 a(2,3) = obj -> a*      @r{Object method (function)}
 x = obj_new('IDL*       @r{Class name}
 x = obj_new('MyCl',a*   @r{Keyword to @code{Init} method in class @code{MyCl}}
+pro A*                  @r{Class name}
+pro *                   @r{Fill in @code{Class::} of first method in this file}
 @end example
 
 @cindex Scrolling the @file{*Completions*} window
 @cindex Completion, scrolling
+@cindex Completion, Online Help
+@cindex Online Help in @file{*Completions*} buffer
 If the list of completions is too long to fit in the
 @file{*Completions*} window, the window can be scrolled by pressing
-@kbd{M-@key{TAB}} repeatedly.@refill
+@kbd{M-@key{TAB}} repeatedly.  Online help (if installed) for each
+possible completion is available by clicking with @kbd{mouse-3} on the
+item.  Items for which system online help (from the IDL manual) is
+available will be displayed in a different font.  For other items, the
+corresponding source code or DocLib header is available as help text.
 
 @cindex Case of completed words
+@cindex Mixed case completion
 The case of the completed words is determined by what is already in the
 buffer.  When the partial word being completed is all lower case, the
 completion will be lower case as well.  If at least one character is
@@ -679,11 +928,11 @@
 The default is to use upper case for procedures, functions and keywords,
 and mixed case for object class names and methods, similar to the
 conventions in the IDL manuals.  These defaults can be changed with the
-variable @code{idlwave-completion-case}.@refill
+variable @code{idlwave-completion-case}.
 
 @defopt idlwave-completion-case
 Association list setting the case (UPPER/lower/Capitalized/...) of completed
-words.@refill 
+words. 
 @end defopt
 
 @defopt idlwave-completion-force-default-case (@code{nil})
@@ -694,28 +943,33 @@
 
 @defopt idlwave-complete-empty-string-as-lower-case (@code{nil})
 Non-@code{nil} means, the empty string is considered lower case for
-completion.@refill
+completion.
 @end defopt
 
 @defopt idlwave-keyword-completion-adds-equal (@code{t})
 Non-@code{nil} means, completion automatically adds @samp{=} after
-completed keywords.@refill
+completed keywords.
 @end defopt
 
 @defopt idlwave-function-completion-adds-paren (@code{t})
 Non-@code{nil} means, completion automatically adds @samp{(} after
 completed function.  A value of `2' means, also add the closing
-parenthesis and position cursor between the two.@refill
+parenthesis and position cursor between the two.
 @end defopt
 
 @defopt idlwave-completion-restore-window-configuration (@code{t})
 Non-@code{nil} means, restore window configuration after successful
-completion.@refill
+completion.
+@end defopt
+
+@defopt idlwave-highlight-help-links-in-completion (@code{t})
+Non-nil means, highlight completions for which system help is available.
 @end defopt
 
 @subsubheading Object Method Completion and Class Ambiguity
 @cindex Object methods
 @cindex Class ambiguity
+@cindex @code{self} object, default class
 An object method is not uniquely determined without the object's class.
 Since the class part is usually omitted in the source code, IDLWAVE
 considers all available methods in all classes as possible completions
@@ -723,24 +977,28 @@
 current method in all available classes will be considered.  In the
 @file{*Completions*} buffer, the classes allowed for each completion
 will be shown next to the item (see option
-@code{idlwave-completion-show-classes}).@refill 
+@code{idlwave-completion-show-classes}).  As a special case, the class
+of an object called @samp{self} object is always the class of the
+current routine.
 
+@cindex Forcing class query.
+@cindex Class query, forcing
 You can also call @code{idlwave-complete} with a prefix arg: @kbd{C-u
 M-@key{TAB}}.  IDLWAVE will then prompt you for the class in order to
 narrow down the number of possible completions.  The variable
 @code{idlwave-query-class} can be configured to make this behavior the
-default (not really recommended).  After you have specified the class
+default (not recommended).  After you have specified the class
 for a particular statement (e.g. when completing the method), IDLWAVE
 can remember it for the rest of the editing session.  Subsequent
 completions in the same statement (e.g. keywords) can then reuse this
 class information.  Remembering the class works by placing a text
 property in the object operator @samp{->}.  This is not enabled by
 default - the variable @code{idlwave-store-inquired-class} can be used
-to turn it on.@refill
+to turn it on.
 
 @defopt idlwave-completion-show-classes (@code{1})
 Non-@code{nil} means, show classes in @file{*Completions*} buffer when
-completing object methods and keywords.@refill
+completing object methods and keywords.
 @end defopt
 
 @defopt idlwave-completion-fontify-classes (@code{t})
@@ -748,20 +1006,64 @@
 @end defopt
 
 @defopt idlwave-query-class (@code{nil})
-Association list governing query for object classes during completion.@refill
+Association list governing query for object classes during completion.
 @end defopt
 
 @defopt idlwave-store-inquired-class (@code{nil})
 Non-@code{nil} means, store class of a method call as text property on
-@samp{->}.@refill
+@samp{->}.
 @end defopt
 
 @defopt idlwave-class-arrow-face
 Face to highlight object operator arrows @samp{->} which carry a class
-property.@refill
+text property.
 @end defopt
 
-@node Code Templates, Actions, Completion, The IDLWAVE Major Mode
+@node Routine Source, Resolving Routines, Completion, The IDLWAVE Major Mode
+
+@section Routine Source
+@cindex Routine source file
+@cindex Module source file
+@cindex Source file, of a routine
+@kindex C-c C-v
+Apart from clicking on a @i{Source:} line in the routine info window,
+there is also another way to find the source file of a routine.  The
+command @kbd{C-c C-v} (@code{idlwave-find-module}) asks for a module
+name, offering the same default as @code{idlwave-routine-info} would
+have used.  In the minibuffer, specify a complete routine name
+(including the class part).  IDLWAVE will display the source file in
+another window.
+
+@cindex Buffers, killing
+@cindex Killing autoloaded buffers
+Since getting the source of a routine into a buffer is so easy with
+IDLWAVE, too many buffers visiting different IDL source files are
+sometimes created.  The special command @kbd{C-c C-k}
+(@code{idlwave-kill-autoloaded-buffers}) can be used to remove these
+buffers.
+
+@node Resolving Routines, Code Templates, Routine Source, The IDLWAVE Major Mode
+@section Resolving Routines
+@cindex @code{RESOLVE_ROUTINE}
+@cindex Compiling library modules
+@cindex Routines, resolving
+
+The key sequence @kbd{C-c =} calls the command @code{idlwave-resolve}
+and sends the line @samp{RESOLVE_ROUTINE, '@var{routine_name}'} to IDL
+in order to resolve (compile) it.  The default routine to be resolved is
+taken from context, but you get a chance to edit it.
+
+@code{idlwave-resolve} is one way to get a library module within reach
+of IDLWAVE's routine info collecting functions.  A better way is to
+scan (parts of) the library (@pxref{Library Scan}).  Routine info on
+library modules will then be available without the need to compile the
+modules first, and even without a running shell.
+
+@xref{Sources of Routine Info}, for in-depth information where IDLWAVE
+collects data about routines, and how to update this information.
+
+
+@node Code Templates, Actions, Resolving Routines, The IDLWAVE Major Mode
 @section Code Templates
 @cindex Code templates
 @cindex Abbreviations
@@ -811,11 +1113,11 @@
 
 The templates are expanded in upper or lower case, depending upon the
 variables @code{idlwave-abbrev-change-case} and
-@code{idlwave-reserved-word-upcase}.@refill
+@code{idlwave-reserved-word-upcase}.
 
 @defopt idlwave-abbrev-start-char
 A single character string used to start abbreviations in abbrev
-mode.@refill
+mode.
 @end defopt
 
 @defopt idlwave-abbrev-move (@code{t})
@@ -834,20 +1136,21 @@
 in IDLWAVE are turned off by default, assuming that the average user
 wants her code the way she writes it.  But if you are a lazy typist and
 want your code to adhere to certain standards, they can be
-helpful.@refill
+helpful.
 
 Action can be applied in three ways:
+
 @itemize @bullet
 @item
 Some actions are applied directly while typing.  For example, pressing
 @samp{=} can run a check to make sure that this operator is surrounded
 by spaces and insert these spaces if necessary.  Pressing @key{SPC}
 after a reserved word can call a command to change the word to upper
-case.@refill
+case.
 @item
 When a line is re-indented with @key{TAB}, actions can be applied to the
 entire line.  To enable this, the variable @code{idlwave-do-actions}
-must be non-@code{nil}.@refill
+must be non-@code{nil}.
 @item
 @cindex Foreign code, adapting
 @cindex Actions, applied to foreign code
@@ -856,7 +1159,7 @@
 part of the code and execute @kbd{M-x expand-region-abbrevs}.  Useful
 marking commands are @kbd{C-x h} (the entire file) or @kbd{M-C-h} (the
 current subprogram). @xref{Code Indentation}, for information how to
-ajust the indentation of the code.@refill
+adjust the indentation of the code.
 @end itemize
 
 @defopt idlwave-do-actions (@code{nil})
@@ -874,6 +1177,7 @@
 @cindex Block boundary check
 @cindex @code{END} type checking
 @cindex @code{END}, automatic insertion
+@cindex @code{END}, expanding
 @cindex Block, closing
 @cindex Closing a block
 
@@ -881,38 +1185,43 @@
 corresponding start of the block and the cursor blinks back to that
 location for a second.  If you have typed a specific @code{END}, like
 @code{ENDIF} or @code{ENDCASE}, you get a warning if that kind of END
-does not match the type of block it terminates.@refill
+does not match the type of block it terminates.
 
 Set the variable @code{idlwave-expand-generic-end} in order to have all
 generic @code{END} statements automatically expanded to a specific type.
 You can also type @kbd{C-c ]} to close the current block by inserting
-the appropriate @code{END} statement.@refill
+the appropriate @code{END} statement.
 
 @defopt idlwave-show-block (@code{t})
 Non-@code{nil} means point blinks to block beginning for
-@code{idlwave-show-begin}.@refill
+@code{idlwave-show-begin}.
 @end defopt
 
 @defopt idlwave-expand-generic-end (@code{nil})
 Non-@code{nil} means expand generic END to ENDIF/ENDELSE/ENDWHILE etc.
 @end defopt
 
+@defopt idlwave-reindent-end (@code{t})
+Non-nil means re-indent line after END was typed.
+@end defopt
+
 @node Padding Operators, Case Changes, Block Boundary Check, Actions
 @subsection Padding Operators
 @cindex Padding operators with spaces
 @cindex Operators, padding with spaces
+@cindex Space, around operators
 
 Some operators can be automatically surrounded by spaces.  This can
 happen when the operator is typed, or also later when the line is
 indented.  IDLWAVE contains this setting for the operators @samp{&},
-@samp{<}, @samp{>}, @samp{,}, @samp{=}, and @samp{->}@footnote{operators
+@samp{<}, @samp{>}, @samp{,}, @samp{=}, and @samp{->}@footnote{Operators
 longer than one character can only be padded during line indentation.},
 but the feature is turned off by default.  If you want to turn it on,
 customize the variables @code{idlwave-surround-by-blank} and
 @code{idlwave-do-actions}.  You can also define similar actions for
 other operators by using the function @code{idlwave-action-and-binding}
 in the mode hook.  For example, to enforce space padding of the @samp{+}
-and @samp{*} operators, try this in @file{.emacs}@refill
+and @samp{*} operators, try this in @file{.emacs}
 
 @lisp
 (add-hook 'idlwave-mode-hook
@@ -925,23 +1234,25 @@
 @defopt idlwave-surround-by-blank (@code{nil})
 Non-@code{nil} means, enable @code{idlwave-surround}.  If non-nil,
 @samp{=}, @samp{<}, @samp{>}, @samp{&}, @samp{,}, @samp{->} are
-surrounded with spaces by @code{idlwave-surround}.@refill
+surrounded with spaces by @code{idlwave-surround}.
 @end defopt
 
 @defopt idlwave-pad-keyword (@code{t})
-Non-@code{nil} means pad @samp{=} for keywords like assignments.@refill
+Non-@code{nil} means pad @samp{=} for keywords like assignments.
 @end defopt
 
 @node Case Changes,  , Padding Operators, Actions
 @subsection Case Changes
 @cindex Case changes
+@cindex Upcase, enforcing for reserved words
+@cindex Downcase, enforcing for reserved words
 
 Actions can be used to change the case of reserved words or expanded
 abbreviations by customizing the variables
 @code{idlwave-abbrev-change-case} and
 @code{idlwave-reserved-word-upcase}.  If you want to change the case of
 additional words automatically, put something like the following into
-your @file{.emacs} file:@refill
+your @file{.emacs} file:
 
 @lisp
 (add-hook 'idlwave-mode-hook
@@ -973,11 +1284,14 @@
 @node Doc Header, Motion Commands, Actions, The IDLWAVE Major Mode
 @section Documentation Header
 @cindex Documentation header
+@cindex DocLib header
 @cindex Modification timestamp
 @cindex Header, for file documentation
 @cindex Timestamp, in doc header.
 @cindex Changelog, in doc header.
 
+@kindex C-c C-h
+@kindex C-c C-m
 The command @kbd{C-c C-h} inserts a standard routine header into the
 buffer, with the usual fields for documentation.  One of the keywords is 
 @samp{MODIFICATION HISTORY} under which the changes to a routine can be
@@ -1010,6 +1324,14 @@
 @cindex Motion commands
 @cindex Program structure, moving through
 @cindex Code structure, moving through
+@cindex @file{Func-menu}, XEmacs package
+@cindex @file{Imenu}, Emacs package
+@cindex Function definitions, jumping to
+@cindex Procedure definitions, jumping to
+
+IDLWAVE supports both @file{Imenu} and @file{Func-menu}, two packages
+which make it easy to jump to the definitions of functions and
+procedures in the current file.
 
 Several commands allow to move quickly through the structure of an IDL
 program.  These are
@@ -1038,6 +1360,7 @@
 
 @node Misc Options,  , Motion Commands, The IDLWAVE Major Mode
 @section Miscellaneous Options
+@cindex Hooks
 
 @defopt idlwave-help-application
 The external application providing reference help for programming.
@@ -1075,6 +1398,12 @@
 @chapter The IDLWAVE Shell
 @cindex IDLWAVE shell
 @cindex Major mode, @code{idlwave-shell-mode}
+@cindex IDL, as Emacs subprocess
+@cindex Subprocess of Emacs, IDL
+@cindex Comint, Emacs package
+@cindex Windows
+@cindex MacOS
+@cindex Unix
 
 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
@@ -1084,7 +1413,7 @@
 Unfortunately IDL for Windows and MacOS does not allow the interaction
 with Emacs@footnote{Please inform the maintainer if you come up with a way
 to make the IDLWAVE shell work on these systems.} - so the IDLWAVE shell
-only works under Unix.@refill
+only works under Unix.
 
 @menu
 * Starting the Shell::          How to launch IDL as a subprocess
@@ -1098,24 +1427,26 @@
 @cindex Shell, starting
 @cindex Dedicated frame, for shell buffer
 @cindex Frame, for shell buffer
+@cindex Subprocess of Emacs, IDL
 
+@kindex C-c C-s
 The IDLWAVE shell can be started with the command @kbd{M-x
 idlwave-shell}.  In @code{idlwave-mode} the function is bound to
 @kbd{C-c C-s}.  It creates a buffer @file{*idl*} which is used to
 interact with the shell.  If the shell is already running, @kbd{C-c C-s}
 will simple switch to the shell buffer.  The command @kbd{C-c C-l}
 (@code{idlwave-shell-recenter-shell-window}) displays the
-shell window without selecting it.@refill
+shell window without selecting it.
 
 In order to create a separate frame for the IDLWAVE shell buffer, call
 @code{idlwave-shell} with a prefix argument: @kbd{C-u C-c C-s} or
 @kbd{C-u C-c C-l}.  If you always want a dedicated frame for the shell
 window, configure the variable
-@code{idlwave-shell-use-dedicated-frame}.@refill 
+@code{idlwave-shell-use-dedicated-frame}. 
 
 The shell can also be started automatically when another command tries
 to send a command to it.  To enable auto start, set the variable
-@code{idlwave-shell-automatic-start} to @code{t}.@refill
+@code{idlwave-shell-automatic-start} to @code{t}.
 
 @defopt idlwave-shell-explicit-file-name
 This is the command to run IDL.
@@ -1152,22 +1483,22 @@
 @end defopt
 
 @defopt idlwave-shell-temp-pro-prefix
-The prefix for temporary IDL files used when compiling regions.@refill
+The prefix for temporary IDL files used when compiling regions.
 @end defopt
 
+@cindex Hooks
 @defopt idlwave-shell-mode-hook
 Hook for customizing @code{idlwave-shell-mode}.
 @end defopt
 
 @node Using the Shell, Debugging IDL Programs, Starting the Shell, The IDLWAVE Shell
 @section Using the Shell
-@cindex comint
+@cindex Comint
 @cindex Shell, basic commands
 
 The IDLWAVE shell works in the same fashion as other shell modes in
 Emacs.  It provides command history, command line editing and job
-control.  Here is a list of commonly used commands, see the Emacs
-documentation on @file{comint} for additional information.@refill
+control.  Here is a list of commonly used commands.
 
 @multitable @columnfractions .12 .88
 @item @kbd{M-p}
@@ -1201,16 +1532,18 @@
 @end multitable
 
 In addition to these standard @file{comint} commands,
-@code{idlwave-shell-mode} has some bindings which correspond to similar
-commands in @code{idlwave-mode}.  See @ref{Routine Info} and
-@ref{Completion} for more information on these commands.@refill
+@code{idlwave-shell-mode} provides many of the commands which simplify
+writing IDL code, including abbreviations, online help, and completion.
+See @ref{Routine Info} and @ref{Online Help} and @ref{Completion} for more
+information on these commands.
 
-@cindex Completion in the shell
-@cindex Routine info in the shell
+@cindex Completion, in the shell
+@cindex Routine info, in the shell
+@cindex Online Help, in the shell
 @multitable @columnfractions .12 .88
 @item @kbd{@key{TAB}}
 @tab  Completion of file names, routine names and keywords
-(@code{idlwave-shell-complete})@refill
+(@code{idlwave-shell-complete})
 @item @kbd{M-@key{TAB}}
 @tab Same as @key{TAB}
 @item @kbd{C-c ?}
@@ -1228,7 +1561,36 @@
 
 @defopt idlwave-shell-file-name-chars
 The characters allowed in file names, as a string.  Used for file name
-completion.@refill
+completion.
+@end defopt
+
+@page
+@cindex Input mode
+@cindex Character input mode (Shell)
+@cindex Line input mode (Shell)
+@cindex Magic spells, for input mode
+@cindex Spells, magic
+IDLWAVE works in line input mode: You compose a full command line, using
+all the power Emacs gives you to do this.  When you press @key{RET}, the
+whole line is sent to IDL.  Sometimes it is necessary to send single
+characters (without a newline), for example when an IDL program is
+waiting for single character input with the @code{GET_KBRD} function.
+You can send a single character to IDL with the command @kbd{C-c C-x}
+(@code{idlwave-shell-send-char}).  When you press @kbd{C-c C-y}
+(@code{idlwave-shell-char-mode-loop}), IDLWAVE runs a blocking loop
+which accepts characters and immediately sends them to IDL.  The loop
+can be exited with @kbd{C-g}.  It terminates also automatically when the
+current IDL command is finished.  Check the documentation of the two
+variables described below for a way to make IDL programs trigger
+automatic switches of the input mode.
+
+@defopt idlwave-shell-use-input-mode-magic (@code{nil})
+Non-nil means, IDLWAVE should check for input mode spells in output.
+@end defopt
+
+@defopt idlwave-shell-input-mode-spells
+The three regular expressions which match the magic spells for input
+modes.
 @end defopt
 
 @node Debugging IDL Programs,  , Using the Shell, The IDLWAVE Shell
@@ -1237,12 +1599,13 @@
 @cindex Keybindings for debugging
 @cindex Toolbar
 
+@kindex C-c C-d
 Programs can be compiled, run, and debugged directly from the source
 buffer in Emacs.  The IDLWAVE shell installs keybindings both in the
 shell buffer and in all IDL code buffers of the current Emacs session.
 On Emacs versions which support this, it also installs a debugging
 toolbar.  The display of the toolbar can be toggled with @kbd{C-c C-d
-C-t} (@code{idlwave-shell-toggle-toolbar}).@refill
+C-t} (@code{idlwave-shell-toggle-toolbar}).
 
 The debugging keybindings are by default on the prefix key @kbd{C-c
 C-d}, so for example setting a breakpoint is done with @kbd{C-c C-d
@@ -1252,9 +1615,9 @@
 setting on @kbd{A-b}.  In the remainder of this chapter we will assume
 that the @kbd{C-c C-d} bindings are active.
 
-@defopt idlwave-shell-prefix-key
+@defopt idlwave-shell-prefix-key (@kbd{C-c C-d})
 The prefix key for the debugging map
-@code{idlwave-shell-mode-prefix-map}.@refill
+@code{idlwave-shell-mode-prefix-map}.
 @end defopt
 
 @defopt idlwave-shell-activate-prefix-keybindings (@code{t})
@@ -1269,7 +1632,7 @@
 
 @defopt idlwave-shell-use-toolbar (@code{t})
 Non-@code{nil} means, use the debugging toolbar in all IDL related
-buffers.@refill
+buffers.
 @end defopt
 
 
@@ -1286,10 +1649,11 @@
 @cindex Default command line, executing
 @cindex Executing a default command line
 
+@kindex C-c C-d C-c
 In order to compile the current buffer under the IDLWAVE shell, press
 @kbd{C-c C-d C-c} (@code{idlwave-save-and-run}).  This first saves the
 current buffer and then send the command @samp{.run path/to/file} to the 
-shell.  You can laso execute @kbd{C-c C-d C-c} from the shell buffer, in 
+shell.  You can also execute @kbd{C-c C-d C-c} from the shell buffer, in 
 which case the most recently compiled buffer will be saved and
 re-compiled.
 
@@ -1300,29 +1664,32 @@
 closing all files and returning to the main interpreter level.  Then a
 default command line is send to the shell.  To edit the default command
 line, call @code{idlwave-shell-execute-default-command-line} with a
-prefix argument: @kbd{C-u C-c C-d C-y}.@refill
+prefix argument: @kbd{C-u C-c C-d C-y}.
 
 @defopt idlwave-shell-mark-stop-line (@code{t})
 Non-@code{nil} means, mark the source code line where IDL is currently
 stopped.  The value decides about the preferred method.  Legal values
-are @code{nil}, @code{t}, @code{arrow}, and @code{face}.@refill
+are @code{nil}, @code{t}, @code{arrow}, and @code{face}.
 @end defopt
 
-@defopt idlwave-shell-overlay-arrow
+@defopt idlwave-shell-overlay-arrow (@code{">"})
 The overlay arrow to display at source lines where execution
-halts.@refill
+halts.
 @end defopt
 
 @defopt idlwave-shell-stop-line-face
 The face which highlights the source line where IDL is
-stopped.@refill
+stopped.
 @end defopt
 
 @node Breakpoints and Stepping, Examining Variables, Compiling Programs, Debugging IDL Programs
 @subsection Breakpoints and Stepping
 @cindex Breakpoints
 @cindex Stepping
+@cindex Execution, controlled
 
+@kindex C-c C-d C-b
+@kindex C-c C-d C-b
 You can set breakpoints and step through a program with IDLWAVE.
 Setting a breakpoint in the current line of the source buffer is done
 with @kbd{C-c C-d C-b} (@code{idlwave-shell-break-here}).  With a prefix
@@ -1332,12 +1699,12 @@
 To clear the breakpoint in the current line, use @kbd{C-c C-d C-d}
 (@code{idlwave-clear-current-bp}).  To clear all breakpoints, use
 @kbd{C-c C-d C-a} (@code{idlwave-clear-all-bp}).  Breakpoint lines are
-highlighted in the source code.@refill
+highlighted in the source code.
 
 Once the program has stopped somewhere, you can step through it.  Here
 is a summary of the breakpoint and stepping commands:
 
-@multitable @columnfractions .2 .8
+@multitable @columnfractions .23 .77
 @item @kbd{C-c C-d C-b}
 @tab Set breakpoint (@code{idlwave-shell-break-here})
 @item @kbd{C-c C-d C-i}
@@ -1376,7 +1743,7 @@
 
 @defopt idlwave-shell-breakpoint-face
 The face for breakpoint lines in the source code if
-@code{idlwave-shell-mark-breakpoints} has the value @code{face}.@refill
+@code{idlwave-shell-mark-breakpoints} has the value @code{face}.
 @end defopt
 
 @node Examining Variables,  , Breakpoints and Stepping, Debugging IDL Programs
@@ -1387,6 +1754,7 @@
 @cindex Expressions, help
 @cindex Mouse binding to print expressions
 
+@kindex C-c C-d C-p
 When execution is stopped you can examine the values of variables.  The
 command @kbd{C-c C-d C-p} prints the expression at point, while @kbd{C-c
 C-d ?} shows help on this expression.  The expression at point is an
@@ -1396,37 +1764,30 @@
 argument will prompt for an expression instead of using the one at
 point.
 
-I find it very convenient to bind these functions to a mouse event, so
-that simply clicking on an expression prints its value.  The following
-code binds printing an expression to a click with mouse button 2 while
-holding down the @key{SHIFT} key:
+It is very convenient to click with the mouse on expressions to retrieve
+their value.  Expression printing is also bound to @kbd{S-mouse-2} and
+expression help to @kbd{C-S-mouse-2}.  I.e. you need to hold down
+@key{SHIFT} and @key{CONTROL} while clicking with the mouse.
 
-@lisp
-(add-hook 'idlwave-shell-mode-hook
-	  (lambda() 
-	    (define-key idlwave-mode-map [(shift mouse-2)]
-	      'idlwave-shell-mouse-print)))
-@end lisp
-
+@cindex Calling stack, motion
+@cindex Printing expressions, on calling stack
+@cindex Restrictions for expression printing
 Printing of expressions also works on higher levels of the calling
 stack.  This means that you can examine the values of variables and
 expressions inside the routine which called the current routine etc.
 Use the commands @kbd{C-c C-d C-@key{UP}}
 (@code{idlwave-shell-stack-up}) and @kbd{C-c C-d C-@key{DOWN}}
 (@code{idlwave-shell-stack-down}) or the corresponding toolbar buttons
-to move through the calling stack.  The mode line will indicate the
-routine and the calling stack level which define the context for
-printing expressions.  The following restrictions apply for all levels
-except the current:@refill
+to move through the calling stack.  The mode line of the shell window
+will indicate the routine and the calling stack level which define the
+context for printing expressions.  The following restrictions apply for
+all levels except the current:
 
 @itemize @bullet
 @item
 Array expressions must use the @samp{[ ]} index delimiters.  Identifiers
 with a @samp{( )} will be interpreted as function calls.
 @item
-Variable names in the expression may not start with an underscore
-@samp{_}.
-@item
 @cindex ROUTINE_NAMES, IDL procedure
 Printing values of expressions on higher levels of the calling stack
 uses the @emph{unsupported} IDL routine @code{ROUTINE_NAMES}, which may
@@ -1446,32 +1807,59 @@
 @node Installation, Acknowledgement, The IDLWAVE Shell, Top
 @chapter Installation
 @cindex Installation
-@cindex FTP site
-@cindex URL, homepage for IDLWAVE
-@cindex Homepage for IDLWAVE
 
 @menu
 * Installing IDLWAVE::          How to install the distribution
+* Installing Online Help::      Where to get the additional files needed
 * Upgrading from idl.el::       Necessary configuration changes
 @end menu
 
-@node Installing IDLWAVE, Upgrading from idl.el, Installation, Installation
+@node Installing IDLWAVE, Installing Online Help, Installation, Installation
 @section Installing IDLWAVE
 
-IDLWAVE is part of Emacs 21.1 and later.  It is also an XEmacs packages
+@cindex FTP site
+@cindex URL, homepage for IDLWAVE
+@cindex Homepage for IDLWAVE
+@cindex IDLWAVE, homepage
+@cindex XEmacs package IDLWAVE
+@cindex Emacs, distributed with IDLWAVE
+@cindex Copyright, of IDL manual
+IDLWAVE is part of Emacs 21.1 and later.  It is also an XEmacs package
 and can be installed from
 @uref{ftp://ftp.xemacs.org/pub/xemacs/packages/,the XEmacs ftp site}
-with the normal package management system on XEmacs 21.@refill
+with the normal package management system on XEmacs 21.  These
+pre-installed versions should work out-of-the-box.  However, the files
+needed for online help are not distributed with XEmacs/Emacs and have to
+be installed separately@footnote{Due to copyright reasons, the ASCII
+version of the IDL manual cannot be distributed under the GPL.}
+(@pxref{Installing Online Help}).
 
 You can also download IDLWAVE and install it yourself from
-@uref{http://www.strw.leidenuniv.nl/~dominik/Tools/idlwave, the maintainers
-webpage}.  Follow the instructions in the INSTALL file.@refill
+@uref{@value{IDLWAVE-HOMEPAGE}, the maintainers webpage}.  Follow the
+instructions in the INSTALL file.
+
+@node Installing Online Help, Upgrading from idl.el  , Installing IDLWAVE, Installation
+@section Installing Online Help
+@cindex Installing online help
+@cindex Online Help, Installation
 
-@node Upgrading from idl.el,  , Installing IDLWAVE, Installation
+If you want to use the online help display, two additional files (an
+ASCII version of the IDL documentation and a topics/code file) must be
+installed.  These files can also be downloaded from
+@uref{@value{IDLWAVE-HOMEPAGE}, the maintainers webpage}.  You need to
+place the files somewhere on your system and tell IDLWAVE where they are
+with
+
+@lisp
+(setq idlwave-help-directory "/path/to/help/files/")
+@end lisp
+
+@node Upgrading from idl.el,  , Installing Online Help, Installation
 @section Upgrading from the old @b{@file{idl.el}} file
 @cindex Upgrading from old @b{@file{idl.el}}
 @cindex Renaming old variables
 @cindex Old variables, renaming
+@kindex M-@key{TAB}
 
 If you have been using the old @file{idl.el} and @file{idl-shell.el}
 files and would like to use IDLWAVE, you need to update your
@@ -1482,7 +1870,8 @@
 Change all variable and function prefixes from @samp{idl-} to @samp{idlwave-}.
 @item
 Remove the now invalid @code{autoload} and @code{auto-mode-alist} forms
-pointing to the @file{idl.el} and @file{idl-shell.el} files.
+pointing to the @file{idl.el} and @file{idl-shell.el} files.  Install
+the new autoload forms.
 @item
 If you have been using the hook function recommended in earlier versions
 to get a separate frame for the IDL shell, remove that command from your
@@ -1492,23 +1881,45 @@
 (setq idlwave-shell-use-dedicated-frame t)
 @end lisp
 @item 
-The key sequence @kbd{M-@key{TAB}} no longer inserts a TAB character,
-but (as in many other Emacs modes) does completion.  Inserting a TAB is
-now bound to @kbd{C-c @key{SPC}}.@refill
+The key sequence @kbd{M-@key{TAB}} no longer inserts a TAB character.
+Like in in many other Emacs modes, @kbd{M-@key{TAB}} now does
+completion.  Inserting a TAB has therefore been moved to
+@kbd{C-@key{TAB}}.  On a character based terminal you can also use
+@kbd{C-c @key{SPC}}.
 @end enumerate
 
 @node Acknowledgement, Sources of Routine Info, Installation, Top
 @chapter Acknowledgement
 @cindex Acknowledgement
+@cindex Maintainer, of IDLWAVE
+@cindex Authors, of IDLWAVE
+@cindex Contributors, to IDLWAVE
+@cindex Email address, of Maintainer
 @cindex Thanks
 
-@file{idl.el} and @file{idl-shell.el} were written by
-@uref{mailto:chase@@att.com, Chris Chase}.  The package
-was extended and renamed to IDLWAVE by the current maintainer
-@uref{mailto:dominik@@strw.leidenuniv.nl, Carsten Dominik}. 
+@noindent
+The main contributors to the IDLWAVE package have been:
+
+@itemize @minus
+@item
+@uref{mailto:chase@@att.com, @b{Chris Chase}} wrote
+@file{idl.el} and @file{idl-shell.el} and maintained them for several
+years. 
 
-Thanks to the following people who have contributed to the development
-of IDLWAVE with patches, ideas, bug reports and suggestions.
+@item
+@uref{mailto:dominik@@astro.uva.nl, @b{Carsten Dominik}} has been in
+charge of the package since version 3.0.  He renamed the package to
+IDLWAVE, rewrote and added large parts and is the current maintainer.
+
+@item 
+@uref{mailto:jdsmith@@astrosun.tn.cornell.edu, @b{J.D. Smith}} has
+shaped Object method completion and most new features in version 4.0
+with his ideas, bug reports, and patient explanations of IDL internals. 
+@end itemize
+
+@noindent
+The following people have also contributed to the development of IDLWAVE
+with patches, ideas, bug reports and suggestions.
 
 @itemize @minus
 @item
@@ -1536,14 +1947,16 @@
 @item
 Phil Williams <williams@@irc.chmcc.org>
 @item
-J.D. Smith <jdsmith@@astrosun.tn.cornell.edu>
-@item
 Phil Sterne <sterne@@dublin.llnl.gov>
 @end itemize
 
+@noindent
+Thanks to everyone!
+
 @node Sources of Routine Info, Configuration Examples, Acknowledgement, Top
 @appendix Sources of Routine Info
 
+@cindex Sources of routine information
 In @ref{Routine Info} and @ref{Completion} it was shown how IDLWAVE
 displays the calling sequence and keywords of routines, and how it
 completes routine names and keywords.  For these features to work,
@@ -1551,45 +1964,56 @@
 
 @menu
 * Routine Definitions::         Where IDL Routines are defined.
-* Routine Information Sources:: So how does IDLWAVE know about...
+* Routine Information Sources::  So how does IDLWAVE know about...
 * Library Scan::                Scanning the Libraries for Routine Info
-* Updating idlw-rinfo.el::      Scanning the IDL Manuals
+* Load-Path Shadows::           Routines defined in several places
+* Documentation Scan::          Scanning the IDL Manuals
 @end menu
 
 @node Routine Definitions, Routine Information Sources, Sources of Routine Info, Sources of Routine Info
 @section Routine Definitions
 @cindex Routine definitions
+@cindex IDL variable @code{!PATH}
+@cindex @code{!PATH}, IDL variable
+@cindex @code{CALL_EXTERNAL}, IDL routine
+@cindex @code{LINKIMAGE}, IDL routine
+@cindex External routines
 
 Routines which can be used in an IDL program can be defined in several
 places:
 
 @enumerate
 @item 
-@emph{System routines} are defined inside IDL itself.  The source
-code of such routines is not accessible to the user.@refill
+@emph{Builtin routines} are defined inside IDL itself.  The source
+code of such routines is not accessible to the user.
 @item
 Routines @emph{part of the current program} are defined in a file which
-is explicitly compiled by the user.  This file may be located on the IDL
-search path, but this is not certain.@refill
+is explicitly compiled by the user.  This file may or may not be located
+on the IDL search path.
 @item 
 @emph{Library routines} are defined in special files which are located
 somewhere on IDL's search path.  When a library routine is called for
 the first time, IDL will find the source file and compile it
-dynamically.@refill
+dynamically.
 @item
 External routines written in other languages (like Fortran or C) can be
 called with @code{CALL_EXTERNAL}, linked into IDL via @code{LINKIMAGE},
 or included as dynamically loaded modules (DLMs).  Currently IDLWAVE
 cannot provide routine info and completion for external
-routines.@refill
+routines.
 @end enumerate
 
 @node Routine Information Sources, Library Scan, Routine Definitions, Sources of Routine Info
 @section Routine Information Sources
 @cindex Routine info sources
+@cindex Builtin list of routines
+@cindex Updating routine info
+@cindex Scanning buffers for routine info
+@cindex Buffers, scanning for routine info
+@cindex Shell, querying for routine info
 
 In oder to know about as many routines as possible, IDLWAVE will do the
-following to collect information:@refill
+following to collect information:
 
 @enumerate
 
@@ -1599,81 +2023,92 @@
 @value{NSYSROUTINES} routines and @value{NSYSKEYWORDS} keywords,
 reflecting IDL version @value{IDLVERSION}.  This list has been created
 by scanning the IDL manuals and is stored in the file
-@file{idlw-rinfo.el}.  @xref{Updating idlw-rinfo.el}, for
-information how to regenerate this file for new versions of IDL.@refill
+@file{idlw-rinfo.el}.  @xref{Documentation Scan}, for
+information how to regenerate this file for new versions of IDL.
 
-@item
+@item 
 It @emph{scans} all @emph{buffers} of the current Emacs session for
 routine definitions.  This is done automatically when routine
-information or completion is first requested by the user.  The command
-@kbd{C-c C-i} (@code{idlwave-update-routine-info}) can be used at any
-time to rescan all buffers.@refill
+information or completion is first requested by the user.  Each new
+buffer and each buffer which is saved after making changes is also
+scanned. The command @kbd{C-c C-i} (@code{idlwave-update-routine-info})
+can be used at any time to rescan all buffers.
 
 @item
 If you have an IDLWAVE-Shell running as inferior process of the current
 Emacs session, IDLWAVE will @emph{query the shell} for compiled routines
 and their arguments.  This happens automatically when routine
-information or completion is first requested by the user.  The command
+information or completion is first requested by the user, and each time
+an Emacs buffer is compiled with @kbd{C-c C-d C-c}.  The command
 @kbd{C-c C-i} (@code{idlwave-update-routine-info}) can be used to ask
-the shell again at any time.@refill
+the shell again at any time.
 
 @item
 IDLWAVE can scan all or selected library files and store the result in a
 file which will be automatically loaded just like
 @file{idlw-rinfo.el}. @xref{Library Scan}, for information how to
-scan library files.@refill
+scan library files.
 @end enumerate
 
 @defopt idlwave-scan-all-buffers-for-routine-info (@code{t})
 Non-@code{nil} means, scan all buffers for IDL programs when updating
-info.  When this variable is @code{nil}, it only parses the current
-buffer.@refill
+info.
 @end defopt
 
 @defopt idlwave-query-shell-for-routine-info (@code{t})
 Non-@code{nil} means query the shell for info about compiled routines.
 @end defopt
 
+@defopt idlwave-auto-routine-info-updates
+Controls under what circumstances routine info is updated automatically.
+@end defopt
 
-@node Library Scan, Updating idlw-rinfo.el, Routine Information Sources, Sources of Routine Info
+@node Library Scan, Load-Path Shadows, Routine Information Sources, Sources of Routine Info
 @section Library Scan
 @cindex Library scan
 @cindex IDL library routine info
+@cindex Windows
+@cindex MacOS
+@cindex Unix
+@cindex IDL variable @code{!DIR}
+@cindex @code{!DIR}, IDL variable
+
 
 IDLWAVE can extract routine information from library modules and store
 that information in a file.  To do this, the variable
 @code{idlwave-libinfo-file} needs to contain the path to a file in an
-existing directory (e.g. @code{"~/idlwave_libinfo.el"}).  Since the file
-will contain lisp code, it should end in @file{.el}.  Under Windows and
-MacOS, you also need to specify the search path for IDL library files in
-the variable @code{idlwave-library-path}.  Under UNIX, this path will
-be automatically inferred from an IDLWAVE shell.@refill
+existing directory (the default is @code{"~/.idlcat.el"}).  Since the
+file will contain lisp code, its name should end in @file{.el}.  Under
+Windows and MacOS, you also need to specify the search path for IDL
+library files in the variable @code{idlwave-library-path}, and the
+location of the IDL directory (the value of the @code{!DIR} system
+variable) in the variable @code{idlwave-system-directory}.  Under UNIX,
+these values will be automatically inferred from an IDLWAVE
+shell.
 
 The command @kbd{M-x idlwave-create-libinfo-file} can then be used to
 scan library files.  It brings up a widget in which you can select some
-or all directories on the search path.  Pressing the @w{@samp{[Scan & Save]}}
-button in the widget will scan all files in the selected directories and
+or all directories on the search path.  If you only want to have routine
+and completion info of some libraries, it is sufficient to scan those
+directories.  However, if you want IDLWAVE to detect possible name
+conflicts with routines defined in other libraries, the whole pass
+should be scanned. 
+
+After selecting directories, click on the @w{@samp{[Scan & Save]}}
+button in the widget to scan all files in the selected directories and
 write the resulting routine information into the file
 @code{idlwave-libinfo-file}.  In order to update the library information
 from the same directories, call the command
 @code{idlwave-update-routine-info} with a double prefix argument:
-@kbd{C-u C-u C-c C-i}.  This will rescan files in the previously
+@w{@kbd{C-u C-u C-c C-i}}.  This will rescan files in the previously
 selected directories, write an updated version of the libinfo file and
-rebuild IDLWAVEs internal lists.@refill
+rebuild IDLWAVEs internal lists.
 
 A note of caution:  Depending on your local installation, the IDL
 library can be very large.  Parsing it for routine information will take
 time and loading this information into Emacs can require a
-significant amount of memory.@refill
-
-A routine which is both in the library listing and compiled under the
-shell will show up twice in the @file{*Completions*} listing.  This is
-usually not a serious problem.  However, if you have scanned the part of
-the library relevant for you, and if you are not compiling files which
-are not on the library search path, the information about compiled
-routines is in fact unnecessary.  In this case, you can turn off the
-shell query for compiled routines with the variable
-@code{idlwave-query-shell-for-routine-info}.@refill
+significant amount of memory.  However, having this information
+available will be a great help.
 
 @defopt idlwave-libinfo-file
 File for routine information of the IDL library.
@@ -1683,28 +2118,101 @@
 IDL library path for Windows and MacOS.  Not needed under Unix.
 @end defopt
 
+@defopt idlwave-system-directory
+The IDL system directory for Windows and MacOS.  Not needed under UNIX.
+@end defopt
 
-@node Updating idlw-rinfo.el, , Library Scan, Sources of Routine Info
-@section Updating @file{idlw-rinfo.el}
+@defopt idlwave-special-lib-alist
+Alist of regular expressions matching special library directories.
+@end defopt
+
+@node Load-Path Shadows, Documentation Scan, Library Scan, Sources of Routine Info
+@section Load-Path Shadows
+@cindex Load-path shadows
+@cindex Shadows, load-path
+@cindex Duplicate routines
+@cindex Multiply defined routines
+@cindex Routine definitions, multiple
+@cindex Application, testing for shadowing
+@cindex Buffer, testing for shadowing
+
+IDLWAVE can compile a list of routines which are defined in several
+different files.  Since one definition will hide (shadow) the others
+depending on which file is compiled first, such multiple definitions are
+called "load-path shadows".  IDLWAVE has several routines to scan for
+load path shadows.  The output is placed into s special buffer
+@file{*Shadows*}.  The format of the output is identical to the source
+section of the routine info buffer (@pxref{Routine Info}).  Before
+calling these routines, you should make sure that routine info is
+up-to-date by pressing @kbd{C-c C-i}.  Here are the different routines:
+
+@table @asis
+@item @kbd{M-x idlwave-list-buffer-load-path-shadows}
+This commands checks the names of all routines defined in the current
+buffer for shadowing conflicts with other routines accessible to
+IDLWAVE.  The command also has a key binding: @kbd{C-c C-b}
+@item @kbd{M-x idlwave-list-shell-load-path-shadows}.
+Checks all routines compiled under the shell for shadowing.  This is
+very useful when you have written a complete application.  Just compile
+the application, use @code{RESOLVE_ALL} to compile any routines used by
+your code, update the routine info inside IDLWAVE with @kbd{C-c C-i} and
+then check for shadowing.
+@item @kbd{M-x idlwave-list-all-load-path-shadows}
+This command finally checks all routines accessible to IDLWAVE for
+shadowing conflicts.
+@end table
+
+For these commands to work properly you should have scanned the entire
+load path, not just selected directories.  Also, IDLWAVE should be able to
+distinguish between the system library files (normally installed in
+@file{/usr/local/rsi/idl/lib}) and any site specific or user specific
+files.  Therefore, such local files should not be installed
+inside the @file{lib} directory of the IDL directory.  This is of course
+also advisable for many other reasons.
+
+@cindex Windows
+@cindex MacOS
+@cindex IDL variable @code{!DIR}
+@cindex @code{!DIR}, IDL variable
+Users of Windows and MacOS also must set the variable
+@code{idlwave-system-directory} to the value of the @code{!DIR} system
+variable in IDL.  IDLWAVE appends @file{lib} to the value of this
+variable and assumes that all files found on that path are system
+routines.
+
+Another way to find out if a specific routine has multiple definitions
+on the load path is routine info display (@pxref{Routine Info}).
+
+@node Documentation Scan,  , Load-Path Shadows, Sources of Routine Info
+@section Documentation Scan 
 @cindex @file{get_rinfo}
 @cindex @file{idlw-rinfo.el}
+@cindex @file{idlw-help.txt}
+@cindex @file{idlw-help.el}
+@cindex Scanning the documentation
 @cindex Perl program, to create @file{idlw-rinfo.el}
 
-The file @file{idlw-rinfo.el} contains the routine information for
-the routines build into IDL.  This constant depends upon the version of
-IDL.  If you are lucky, the maintainer of IDLWAVE will always have
-access to the newest version of IDL and provide updates of
-@file{idlw-rinfo.el} reflecting the currently released version of
-IDL.  The IDLWAVE package also contains a Perl program @file{get_rinfo}
-which constructs this file by scanning selected files from the IDL
-documentation.  The program needs @file{pdftotext} by Derek B. Noonburg.
-Instructions on how to use @file{get_rinfo} are in the program
-itself.@refill
+IDLWAVE derives it knowledge about system routines from the IDL
+manuals.  The file @file{idlw-rinfo.el} contains the routine information
+for the IDL system routines.  The Online Help feature of IDLWAVE
+requires ASCII versions of some IDL manuals to be available in a
+specific format (@file{idlw-help.txt}), along with an Emacs-Lisp file
+@file{idlw-help.el} with supporting code and pointers to the ASCII file.
+
+All 3 files can be derived from the IDL documentation.  If you are
+lucky, the maintainer of IDLWAVE will always have access to the newest
+version of IDL and provide updates.  The IDLWAVE distribution also
+contains the Perl program @file{get_rinfo} which constructs these files
+by scanning selected files from the IDL documentation.  Instructions on
+how to use @file{get_rinfo} are in the program itself.
 
 @node Configuration Examples, Index, Sources of Routine Info, Top
 @appendix Configuration Examples
 @cindex Configuration examples
 @cindex Example configuration
+@cindex @file{.emacs}
+@cindex Default settings, of options
+@cindex Interview, with the maintainer
 
 @noindent
 @b{Question:} So now you have all these complicated configuration
@@ -1715,6 +2223,7 @@
 @b{Answer:} Hardly any.  As the maintainer, I set the default of most
 options to what I think is best.  However, the default settings do not
 turn on features which
+
 @itemize @minus
 @item
 are not self-evident (i.e. too magic) when used by an unsuspecting user
@@ -1723,7 +2232,7 @@
 @item
 will not work properly on all Emacs installations out there
 @item
-break with what I think are widely used standards.
+break with widely used standards.
 @end itemize
 
 @noindent To see what I mean, here is the @emph{entire} configuration I
@@ -1734,21 +2243,18 @@
       idlwave-expand-generic-end t
       idlwave-store-inquired-class t
       idlwave-shell-automatic-start t
-      idlwave-libinfo-file "~/lib/idl/libinfo.el"
-      idlwave-main-block-indent 2)
-(add-hook 'idlwave-shell-mode-hook
-          (lambda() 
-            (define-key idlwave-mode-map [(shift button1)]
-              'idlwave-shell-mouse-print)
-            (define-key idlwave-mode-map [(shift button2)]
-              'idlwave-shell-mouse-help)))
+      idlwave-main-block-indent 2
+      idlwave-help-dir "~/lib/emacs/idlwave"
+      idlwave-special-lib-alist '(("/idl-astro/" . "AstroLib")
+                                  ("/jhuapl/" . "JHUAPL-Lib")
+                                  ("/dominik/lib/idl/" . "MyLib")))
 @end lisp
 
 However, if you are an Emacs power-user and want IDLWAVE to work
 completely differently, the options allow you to change almost every
 aspect of it.  Here is an example of a much more extensive configuration
 of IDLWAVE.  To say it again - this is not what I recommend, but the
-user is King!@refill
+user is King!
 
 @example
 ;;; Settings for IDLWAVE mode
@@ -1818,8 +2324,5 @@
 @unnumbered Index
 @printindex cp
 
-@setchapternewpage odd
-@summarycontents
-@contents
 @bye