]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/idlwave.el
(calendar-dst-check-each-year-flag): Avoid
[gnu-emacs] / lisp / progmodes / idlwave.el
index 338e14423a3f6d0ec3ae66c1c92c035c3d48ddab..86b4bea321c972ca9bf26d9da59bd4df6157af7b 100644 (file)
@@ -1,15 +1,15 @@
-;;; idlwave.el --- IDL and WAVE CL editing mode for GNU Emacs
-;; Copyright (c) 1994-1997 Chris Chase
-;; Copyright (c) 1999 Carsten Dominik
-;; Copyright (c) 1999 Free Software Foundation
-
-;; Author: Chris Chase <chase@att.com>
-;; Maintainer: Carsten Dominik <dominik@strw.leidenuniv.nl>
-;; Version: 3.11
-;; Date: $Date: 1999/12/20 11:10:02 $
+;; idlwave.el --- IDL editing mode for GNU Emacs
+;; Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+;;    Free Software Foundation
+
+;; Authors: J.D. Smith <jdsmith@as.arizona.edu>
+;;          Carsten Dominik <dominik@science.uva.nl>
+;;          Chris Chase <chase@att.com>
+;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
+;; Version: 6.0_em22
 ;; Keywords: languages
 
-;; This file is part of the GNU Emacs.
+;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
-;; In distant past, based on pascal.el.  Though bears little
-;; resemblance to that now.
+;; IDLWAVE enables feature-rich development and interaction with IDL,
+;; the Interactive Data Language. It provides a compelling,
+;; full-featured alternative to the IDLDE development environment
+;; bundled with IDL.
+
+;; In the remotely distant past, based on pascal.el, though bears
+;; little resemblance to it now.
 ;;
 ;; Incorporates many ideas, such as abbrevs, action routines, and
 ;; continuation line indenting, from wave.el.
@@ -39,6 +44,9 @@
 ;; for features, key bindings, and info.
 ;; Also, Info format documentation is available with `M-x idlwave-info'
 ;;
+;; New versions of IDLWAVE, documentation, and more information
+;; available from:
+;;                 http://idlwave.org
 ;;
 ;; INSTALLATION
 ;; ============
 ;; SOURCE
 ;; ======
 ;;
-;; The newest version of this file is available from the maintainers
-;; Webpage.
+;; The newest version of this file is available from the maintainer's
+;; Webpage:
 ;;
-;;   http://www.strw.leidenuniv.el/~dominik/Tools/idlwave
+;;   http://idlwave.org
 ;;
 ;; DOCUMENTATION
 ;; =============
 ;;
-;; IDLWAVE is documented online in info format.
-;; A printable version of the documentation is available from the
-;; maintainers webpage (see under SOURCE)
+;; IDLWAVE is documented online in info format.  A printable version
+;; of the documentation is available from the maintainers webpage (see
+;; SOURCE).
+;;
 ;;
-;; 
 ;; ACKNOWLEDGMENTS
 ;; ===============
 ;;
 ;;  Thanks to the following people for their contributions and comments:
 ;;
-;;    Ulrik Dickow <dickow@nbi.dk>
-;;    Eric E. Dors <edors@lanl.gov>
-;;    Stein Vidar H. Haugan <s.v.h.haugan@astro.uio.no>
-;;    David Huenemoerder <dph@space.mit.edu>
-;;    Kevin Ivory <Kevin.Ivory@linmpi.mpg.de>
-;;    Xuyong Liu <liu@stsci.edu>
-;;    Simon Marshall <Simon.Marshall@esrin.esa.it>
-;;    Laurent Mugnier <mugnier@onera.fr>
-;;    Lubos Pochman <lubos@rsinc.com>
-;;    Patrick M. Ryan <pat@jaameri.gsfc.nasa.gov>
-;;    Marty Ryba <ryba@ll.mit.edu>
-;;    Phil Williams <williams@irc.chmcc.org>
-;;    J.D. Smith <jdsmith@astrosun.tn.cornell.edu>
-;;    Phil Sterne <sterne@dublin.llnl.gov>
+;;    Ulrik Dickow <dickow_at_nbi.dk>
+;;    Eric E. Dors <edors_at_lanl.gov>
+;;    Stein Vidar H. Haugan <s.v.h.haugan_at_astro.uio.no>
+;;    David Huenemoerder <dph_at_space.mit.edu>
+;;    Kevin Ivory <Kevin.Ivory_at_linmpi.mpg.de>
+;;    Dick Jackson <dick_at_d-jackson.com>
+;;    Xuyong Liu <liu_at_stsci.edu>
+;;    Simon Marshall <Simon.Marshall_at_esrin.esa.it>
+;;    Laurent Mugnier <mugnier_at_onera.fr>
+;;    Lubos Pochman <lubos_at_rsinc.com>
+;;    Bob Portmann <portmann_at_al.noaa.gov>
+;;    Patrick M. Ryan <pat_at_jaameri.gsfc.nasa.gov>
+;;    Marty Ryba <ryba_at_ll.mit.edu>
+;;    Paul Sorenson <aardvark62_at_msn.com>
+;;    Phil Sterne <sterne_at_dublin.llnl.gov>
+;;    Phil Williams <williams_at_irc.chmcc.org>
 ;;
 ;; CUSTOMIZATION:
 ;; =============
 ;;
-;; IDLWAVE has customize support - so if you want to learn about the
-;;  variables which control the behavior of the mode, use
-;; `M-x idlwave-customize'.
+;; IDLWAVE has extensive customize support; to learn about the
+;; variables which control the mode's behavior, use `M-x
+;; idlwave-customize'.
 ;;
 ;; You can set your own preferred values with Customize, or with Lisp
 ;; code in .emacs.  For an example of what to put into .emacs, check
-;; the TexInfo documentation.
+;; the TexInfo documentation or see a complete .emacs available at the
+;; website.
 ;;
 ;; KNOWN PROBLEMS:
 ;; ==============
 ;;
+;;   IDLWAVE support for the IDL-derived PV-WAVE CL language of Visual
+;;   Numerics, Inc. is growing less and less complete as the two
+;;   languages grow increasingly apart.  The mode probably shouldn't
+;;   even have "WAVE" in its title, but it's catchy, and was required
+;;   to avoid conflict with the CORBA idl.el mode.  Caveat WAVEor.
+;;
 ;;   Moving the point backwards in conjunction with abbrev expansion
 ;;   does not work as I would like it, but this is a problem with
 ;;   emacs abbrev expansion done by the self-insert-command.  It ends
 ;;   up inserting the character that expanded the abbrev after moving
 ;;   point backward, e.g., "\cl" expanded with a space becomes
 ;;   "LONG( )" with point before the close paren.  This is solved by
-;;   using a temporary function in `post-command-hook' - not pretty, 
-;;   but it works.<
+;;   using a temporary function in `post-command-hook' - not pretty,
+;;   but it works.
 ;;
 ;;   Tabs and spaces are treated equally as whitespace when filling a
 ;;   comment paragraph.  To accomplish this, tabs are permanently
 ;;   limited to comments only and occurs only when a comment
 ;;   paragraph is filled via `idlwave-fill-paragraph'.
 ;;
-;;   "&" is ignored when parsing statements.
-;;   Avoid muti-statement lines (using "&") on block begin and end
-;;   lines.  Multi-statement lines can mess up the formatting, for
-;;   example, multiple end statements on a line: endif & endif.
-;;   Using "&" outside of block begin/end lines should be okay.
-;;
-;;   It is possible that the parser which decides what to complete has
-;;   problems with pointer dereferencing statements.  I don't use
-;;   pointers often enough to find out - please report any problems.
+;;   Muti-statement lines (using "&") on block begin and end lines can
+;;   ruin the formatting.  For example, multiple end statements on a
+;;   line: endif & endif.  Using "&" outside of block begin/end lines
+;;   should be okay.
 ;;
-;;   Completion of keywords for SETPROPERTY and GETPROPERTY assumes that
-;;   all INIT keywords are allowed in these methods as well.  In some
-;;   cases, there are exceptions to this rule and IDLWAVE will offer
-;;   a few illegal keyword parameters.
-;;
-;;   Completion and Routine Info do not know about inheritance.  Thus,
-;;   Keywords inherited from superclasses are not displayed and cannot
-;;   completed.
+;;   Determining the expression at point for printing and other
+;;   examination commands is somewhat rough: currently only fairly
+;;   simple entities are found.  You can always drag-select or examine
+;;   a pre-selected region.
 ;;
 ;;   When forcing completion of method keywords, the initial
 ;;   query for a method has multiple entries for some methods.  Would
-;;   be too difficult to fix this hardly used problem.
+;;   be too difficult to fix this hardly used case.
 ;;
 \f
 ;;; Code:
 
+
 (eval-when-compile (require 'cl))
+(require 'idlw-help)
+
+;; For XEmacs
+(unless (fboundp 'line-beginning-position)
+  (defalias 'line-beginning-position 'point-at-bol))
+(unless (fboundp 'line-end-position)
+  (defalias 'line-end-position 'point-at-eol))
+(unless (fboundp 'char-valid-p)
+  (defalias 'char-valid-p 'characterp))
+(unless (fboundp 'match-string-no-properties)
+  (defalias 'match-string-no-properties 'match-string))
+
+(if (not (fboundp 'cancel-timer))
+    (condition-case nil
+       (require 'timer)
+      (error nil)))
 
 (eval-and-compile
   ;; Kludge to allow `defcustom' for Emacs 19.
       nil ;; We've got what we needed
     ;; We have the old or no custom-library, hack around it!
     (defmacro defgroup (&rest args) nil)
-    (defmacro defcustom (var value doc &rest args) 
-      (` (defvar (, var) (, value) (, doc))))))
+    (defmacro defcustom (var value doc &rest args)
+      `(defvar ,var ,value ,doc))))
 
 (defgroup idlwave nil
-  "Major mode for editing IDL/WAVE CL .pro files"
+  "Major mode for editing IDL .pro files."
   :tag "IDLWAVE"
-  :link '(url-link :tag "Home Page" 
-                  "http://strw.leidenuniv.nl/~dominik/Tools/idlwave")
-  :link '(emacs-commentary-link :tag "Commentary in idlwave-shell.el"
-                               "idlwave-shell.el")
+  :link '(url-link :tag "Home Page"
+                  "http://idlwave.org")
+  :link '(emacs-commentary-link :tag "Commentary in idlw-shell.el"
+                               "idlw-shell.el")
   :link '(emacs-commentary-link :tag "Commentary in idlwave.el" "idlwave.el")
   :link '(custom-manual "(idlwave)Top")
   :prefix "idlwave"
   :group 'languages)
 
+
 ;;; Variables for indentation behavior ---------------------------------------
 
 (defgroup idlwave-code-formatting nil
   "Indentation and formatting options for IDLWAVE mode."
   :group 'idlwave)
 
-(defcustom idlwave-main-block-indent 0
+(defcustom idlwave-main-block-indent 2
   "*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."
   :group 'idlwave-code-formatting
   :type 'integer)
 
-(defcustom idlwave-block-indent 4
+(defcustom idlwave-block-indent 3
   "*Extra indentation applied to block lines.
 If you change this, you probably also want to change `idlwave-end-offset'."
   :group 'idlwave-code-formatting
   :type 'integer)
 
-(defcustom idlwave-end-offset -4
+(defcustom idlwave-end-offset -3
   "*Extra indentation applied to block END lines.
 A value equal to negative `idlwave-block-indent' will make END lines
 line up with the block BEGIN lines."
   :group 'idlwave-code-formatting
   :type 'integer)
 
-(defcustom idlwave-continuation-indent 2
+(defcustom idlwave-continuation-indent 3
   "*Extra indentation applied to continuation lines.
 This extra offset applies to the first of a set of continuation lines.
-The following lines receive the same indentation as the first.
-Also, the value of this variable applies to continuation lines inside
-parenthesis.  When the current line contains an open unmatched ([{,
-the next line is indented to that parenthesis plus the value of this variable."
+The following lines receive the same indentation as the first."
   :group 'idlwave-code-formatting
   :type 'integer)
 
+(defcustom idlwave-max-extra-continuation-indent 40
+  "*Maximum additional indentation for special continuation indent.
+Several special indentations are tried to help line up continuation
+lines in routine calls or definitions, other statements with
+parentheses, or assignment statements.  This variable specifies a
+maximum amount by which this special indentation can exceed the
+standard continuation indentation, otherwise defaulting to a fixed
+offset.  Set to 0 to effectively disable all special continuation
+indentation, or to a large number (like 100) to enable it in all
+cases.  See also `idlwave-indent-to-open-paren', which can override
+this variable."
+  :group 'idlwave-code-formatting
+  :type 'integer)
+
+(defcustom idlwave-indent-to-open-paren t
+  "*Non-nil means, indent continuation lines to innermost open
+parenthesis.  This indentation occurs even if otherwise disallowed by
+`idlwave-max-extra-continuation-indent'.  Matching parens and the
+interleaving args are lined up.  Example:
+
+  x = function_a(function_b(function_c( a, b, [1,2,3, $
+                                               4,5,6 $
+                                              ], $
+                                        c, d $
+                                      )))
+
+When this variable is nil, paren alignment may still occur, based on
+the value of `max-extra-continuation-indent', which, if zero, would
+yield:
+
+  x = function_a(function_b(function_c( a, b, [1,2,3, $
+     4,5,6 $
+     ], $
+     c, d $
+     )))"
+ :group 'idlwave-code-formatting
+  :type 'boolean)
+
+(defcustom idlwave-indent-parens-nested nil
+  "*Non-nil means, indent continuation lines with parens by nesting
+lines at consecutively deeper levels."
+ :group 'idlwave-code-formatting
+  :type 'boolean)
+
+
 (defcustom idlwave-hanging-indent t
   "*If set non-nil then comment paragraphs are indented under the
 hanging indent given by `idlwave-hang-indent-regexp' match in the first line
@@ -230,8 +298,8 @@ extends to the end of the match for the regular expression."
 
 (defcustom idlwave-auto-fill-split-string t
   "*If non-nil then auto fill will split strings with the IDL `+' operator.
-When the line end falls within a string, string concatenation with the 
-'+' operator will be used to distribute a long string over lines.  
+When the line end falls within a string, string concatenation with the
+'+' operator will be used to distribute a long string over lines.
 If nil and a string is split then a terminal beep and warning are issued.
 
 This variable is ignored when `idlwave-fill-comment-line-only' is
@@ -274,52 +342,157 @@ the comment is not preceded by whitespace it is unchanged."
 ;; Comments not matching any of the above will be indented as a
 ;; right-margin comment, i.e., to a minimum of `comment-column'.
 
-
 ;;; Routine Info and Completion ---------------------------------------
 
-(defgroup idlwave-routine-info-and-completion nil
-  "Routine info and name/keyword completion options for IDLWAVE mode."
+(defgroup idlwave-routine-info nil
+  "Routine Info options for IDLWAVE mode."
   :group 'idlwave)
 
-(defcustom idlwave-scan-all-buffers-for-routine-info t
-  "*Non-nil means, scan all buffers for IDL programs when updating info.
-`idlwave-update-routine-info' scans buffers of the current Emacs session
-for routine definitions.  When this variable is nil, it only parses the
-current buffer.  When non-nil, all buffers are searched.
-A prefix to \\[idlwave-update-routine-info] toggles the meaning of this
-variable for the duration of the command."
-  :group 'idlwave-routine-info-and-completion
+(defcustom idlwave-use-library-catalogs t
+  "*Non-nil means search the IDL path for library catalog files.
+
+These files, named .idlwave_catalog, document routine information for
+individual directories and libraries of IDL .pro files.  Many popular
+libraries come with catalog files by default, so leaving this on is a
+usually a good idea.."
+  :group 'idlwave-routine-info
   :type 'boolean)
 
+(defcustom idlwave-init-rinfo-when-idle-after 10
+  "*Seconds of idle time before routine info is automatically
+initialized.  Initializing the routine info can take a long time, in
+particular if a large number of library catalogs are involved.  When
+Emacs is idle for more than the number of seconds specified by this
+variable, it starts the initialization.  The process is split into
+five steps, in order to keep work interruption as short as possible.
+If one of the steps finishes, and no user input has arrived in the
+mean time, initialization proceeds immediately to the next step.  A
+good value for this variable is about 1/3 of the time initialization
+take in your setup.  So if you have a fast machine and no problems
+with a slow network connection, don't hesitate to set this to 2
+seconds.  A Value of 0 means, don't initialize automatically, but
+instead wait until routine information is needed, and initialize
+then."
+  :group 'idlwave-routine-info
+  :type 'number)
+
+(defcustom idlwave-scan-all-buffers-for-routine-info t
+  "*Non-nil means, scan buffers for IDL programs when updating info.
+The scanning is done by the command `idlwave-update-routine-info'.
+The following values are allowed:
+
+nil       Don't scan any buffers.
+t         Scan all idlwave-mode buffers in the current editing session.
+current   Scan only the current buffer, but no other buffers."
+  :group 'idlwave-routine-info
+  :type '(choice
+         (const :tag "No buffer" nil)
+         (const :tag "All buffers" t)
+         (const :tag "Current buffer only" 'current)))
+
 (defcustom idlwave-query-shell-for-routine-info t
   "*Non-nil means query the shell for info about compiled routines.
 Querying the shell is useful to get information about compiled modules,
 and it is turned on by default.  However, when you have a complete library
 scan, this is not necessary."
-  :group 'idlwave-routine-info-and-completion
+  :group 'idlwave-routine-info
   :type 'boolean)
 
+(defcustom idlwave-auto-routine-info-updates
+  '(find-file save-buffer kill-buffer compile-buffer)
+  "*Controls under what circumstances routine info is updated automatically.
+Possible values:
+nil       Never
+t         All available
+\(...)     A list of circumstances. Allowed members are:
+           find-file       Add info for new IDLWAVE buffers.
+           save-buffer     Update buffer info when buffer is saved
+           kill-buffer     Remove buffer info when buffer gets killed
+           compile-buffer  Update shell info after `idlwave-shell-save-and...'"
+  :group 'idlwave-routine-info
+  :type '(choice
+         (const :tag "Never" nil)
+         (const :tag "As often as possible" t)
+         (set :tag "Checklist" :greedy t
+              (const :tag "When visiting a file" find-file)
+              (const :tag "When saving a buffer" save-buffer)
+              (const :tag "After a buffer was killed" kill-buffer)
+              (const :tag "After a buffer was compiled successfully, update shell info" compile-buffer))))
+
+(defcustom idlwave-rinfo-max-source-lines 5
+  "*Maximum number of source files displayed in the Routine Info window.
+When an integer, it is the maximum number of source files displayed.
+t means to show all source files."
+  :group 'idlwave-routine-info
+  :type 'integer)
+
 (defcustom idlwave-library-path nil
-  "Library path for Windows and MacOS.  Not needed under Unix.
-When selecting the directories to scan for IDL library routine info,
-IDLWAVE can under UNIX query the shell for the exact search path.
-However, under Windows and MacOS, the IDLWAVE shell does not work.  In this
-case, this variable specifies the path where IDLWAVE can find library files.
-The shell will only be asked when this variable is nil.
-The value is a list of directories.  A directory preceeded by a `+' will
-be search recursively."
-  :group 'idlwave-routine-info-and-completion
+  "Library path for Windows and MacOS (OS9).  Not needed under Unix.
+When selecting the directories to scan for IDL user catalog routine
+info, IDLWAVE can, under UNIX, query the shell for the exact search
+path \(the value of !PATH).  However, under Windows and MacOS
+(pre-OSX), the IDLWAVE shell does not work.  In this case, this
+variable can be set to specify the paths where IDLWAVE can find PRO
+files.  The shell will only be asked for a list of paths when this
+variable is nil.  The value is a list of directories.  A directory
+preceeded by a `+' will be searched recursively.  If you set this
+variable on a UNIX system, the shell will not be queried.  See also
+`idlwave-system-directory'."
+  :group 'idlwave-routine-info
   :type '(repeat (directory)))
 
-(defcustom idlwave-libinfo-file nil
-  "*File for routine information of the IDL library.
-When this points to a file, the file will be loaded when IDLWAVE first
-accesses routine info (or does completion).
-When you scan the library with `idlwave-create-libinfo-file', this file
-will be used to store the result."
-  :group 'idlwave-routine-info-and-completion
+(defcustom idlwave-system-directory ""
+  "The IDL system directory for Windows and MacOS.  Not needed under
+UNIX.  Set this to the value of the `!DIR' system variable in IDL.
+IDLWAVE uses this to find out which of the library routines belong to
+the official system library.  All files inside the `lib' subdirectory
+are considered system library files - so don't install private stuff
+in this directory.  On UNIX systems, IDLWAVE queries the shell for the
+value of `!DIR'.  See also `idlwave-library-path'."
+  :group 'idlwave-routine-info
+  :type 'directory)
+
+;; Configuration files
+(defcustom idlwave-config-directory
+  (convert-standard-filename "~/.idlwave")
+  "*Directory for configuration files and user-library catalog."
+  :group 'idlwave-routine-info
   :type 'file)
 
+(defvar idlwave-user-catalog-file "idlusercat.el")
+(defvar idlwave-xml-system-rinfo-converted-file "idl_xml_rinfo.el")
+(defvar idlwave-path-file "idlpath.el")
+
+(defvar idlwave-libinfo-file nil
+  "*Obsolete variable, no longer used.")
+
+(defcustom idlwave-special-lib-alist nil
+  "Alist of regular expressions matching special library directories.
+When listing routine source locations, IDLWAVE gives a short hint where
+the file defining the routine is located.  By default it lists `SystemLib'
+for routines in the system library `!DIR/lib' and `Library' for anything
+else.  This variable can define additional types.  The car of each entry
+is a regular expression matching the file name (they normally will match
+on the path).  The cdr is the string to be used as identifier.  Max 10
+chars are allowed."
+  :group 'idlwave-routine-info
+  :type '(repeat
+         (cons regexp string)))
+
+(defcustom idlwave-auto-write-paths t
+  "Write out path (!PATH) and system directory (!DIR) info automatically.
+Path info is needed to locate library catalog files.  If non-nil,
+whenever the path-list changes as a result of shell-query, etc., it is
+written to file.  Otherwise, the menu option \"Write Paths\" can be
+used to force a write."
+  :group 'idlwave-routine-info
+  :type 'boolean)
+
+(defgroup idlwave-completion nil
+  "Completion options for IDLWAVE mode."
+  :prefix "idlwave"
+  :group 'idlwave)
+
 (eval-and-compile
   (defconst idlwave-tmp
     '(choice :tag "by applying the function"
@@ -329,7 +502,6 @@ will be used to store the result."
       (const preserve)
       (symbol :tag "Other"))))
 
-
 (defcustom idlwave-completion-case '((routine . upcase)
                                     (keyword . upcase)
                                     (class   . preserve)
@@ -339,7 +511,7 @@ will be used to store the result."
 This variable determines the case (UPPER/lower/Capitalized...) of
 words inserted into the buffer by completion.  The preferred case can
 be specified separately for routine names, keywords, classes and
-methods. 
+methods.
 This alist should therefore have entries for `routine' (normal
 functions and procedures, i.e. non-methods), `keyword', `class', and
 `method'.  Plausible values are
@@ -367,7 +539,7 @@ lower case (but see the variable `idlwave-completion-force-default-case').
 
 After changing this variable, you need to either restart Emacs or press
 `C-u C-c C-i' to update the internal lists."
-  :group 'idlwave-routine-info-and-completion
+  :group 'idlwave-completion
   :type `(repeat
          (cons (symbol :tag "Derive completion case for")
                ,idlwave-tmp)))
@@ -378,7 +550,7 @@ When nil, only the completion of a mixed case or upper case string
 will honor the default settings in `idlwave-completion-case', while
 the completion of lower case strings will be completed entirely in
 lower case."
-  :group 'idlwave-routine-info-and-completion
+  :group 'idlwave-completion
   :type 'boolean)
 
 (defcustom idlwave-complete-empty-string-as-lower-case nil
@@ -387,7 +559,7 @@ The case of what is already in the buffer determines the case of completions.
 When this variable is non-nil, the empty string is considered to be downcase.
 Completing on the empty string then offers downcase versions of the possible
 completions."
-  :group 'idlwave-routine-info-and-completion
+  :group 'idlwave-completion
   :type 'boolean)
 
 (defvar idlwave-default-completion-case-is-down nil
@@ -400,13 +572,38 @@ To make this possible, we need to re-case everything each time we update
 the routine info from the buffers.  This is slow.
 The default is to consider the case given in the system and library files
 first which makes updating much faster."
-  :group 'idlwave-routine-info-and-completion
+  :group 'idlwave-completion
+  :type 'boolean)
+
+(defcustom idlwave-highlight-help-links-in-completion t
+  "*Non-nil means, highlight completions for which system help is available.
+Help can then be accessed with mouse-3.
+This option is only effective when the online help system is installed."
+  :group 'idlwave-completion
+  :type 'boolean)
+
+(defcustom idlwave-support-inheritance t
+  "Non-nil means, treat inheritance with completion, online help etc.
+When nil, IDLWAVE only knows about the native methods and tags of a class,
+not about inherited ones."
+  :group 'idlwave-routine-info
   :type 'boolean)
 
+(defcustom idlwave-keyword-class-inheritance '("^[gs]etproperty$" "^init$")
+  "List of regular expressions for class-driven keyword inheritance.
+Keyword inheritance is often tied to class inheritance by \"chaining\"
+up the class tree.  While it cannot be assumed that the presence of an
+_EXTRA or _REF_EXTRA symbol guarantees such chaining will occur, for
+certain methods this assumption is almost always true.  The methods
+for which to assume this can be set here."
+  :group 'idlwave-routine-info
+  :type '(repeat (regexp :tag "Match method:")))
+
+
 (defcustom idlwave-completion-show-classes 1
   "*Number of classes to show when completing object methods and keywords.
 When completing methods or keywords for an object with unknown class,
-the *Completions* buffer will show the legal classes for each completion
+the *Completions* buffer will show the valid classes for each completion
 like this:
 
 MyMethod <Class1,Class2,Class3>
@@ -418,7 +615,7 @@ On XEmacs, a full list of classes will also be placed into a `help-echo'
 property on the competion items, so that the list of classes for the current
 item is displayed in the echo area.  If the value of this variable is a
 negative integer, the `help-echo' property will be suppressed."
-  :group 'idlwave-routine-info-and-completion
+  :group 'idlwave-completion
   :type '(choice (const :tag "Don't show" nil)
                 (integer :tag "Number of classes shown" 1)))
 
@@ -426,28 +623,29 @@ negative integer, the `help-echo' property will be suppressed."
   "*Non-nil means, fontify the classes in completions buffer.
 This makes it easier to distinguish the completion items from the extra
 class info listed.  See `idlwave-completion-show-classes'."
-  :group 'idlwave-routine-info-and-completion
+  :group 'idlwave-completion
   :type 'boolean)
 
 (defcustom idlwave-query-class '((method-default . nil)
                                 (keyword-default . nil))
   "Association list governing specification of object classes for completion.
 
-When IDLWAVE is trying to complete items which belong to the object
-oriented part of IDL, it usually cannot determine the class of a given
-object from context.  In order to provide the user with a correct list
-of methods or keywords, it would have to determine the appropriate
-class.  IDLWAVE has two ways to deal with this problem.
-
-1. One possibility is to combine the items of all available
-   classes for the purpose of completion.  So when completing a
-   method, all methods of all classes are available, and when
-   completing a keyword, all keywords allowed for this method in any
-   class will be possible completions.  This behavior is very much
-   like normal completion and is therefore the default.  It works much 
-   better than one might think - only for the INIT, GETPROPERTY and
-   SETPROPERTY the keyword lists become uncomfortably long.
-   See also `idlwave-completion-show-classes'.
+When IDLWAVE tries to complete object-oriented methods, it usually
+cannot determine the class of a given object from context.  In order
+to provide the user with a correct list of methods or keywords, it
+needs to determine the appropriate class.  IDLWAVE has two ways of
+doing this (well, three ways if you count the shell... see
+`idlwave-shell-query-for-class'):
+
+1. Combine the items of all available classes which contain this
+   method for the purpose of completion.  So when completing a method,
+   all methods of all known classes are available, and when completing
+   a keyword, all keywords allowed for this method in any class are
+   shown.  This behavior is very much like normal completion and is
+   therefore the default.  It works much better than one might think -
+   only for the INIT, GETPROPERTY and SETPROPERTY the keyword lists
+   become uncomfortably long.  See also
+   `idlwave-completion-show-classes'.
 
 2. The second possibility is to ask the user on each occasion.  To
    make this less interruptive, IDLWAVE can store the class as a text
@@ -458,17 +656,18 @@ class.  IDLWAVE has two ways to deal with this problem.
    You will have to turn on the storage of the selected class
    explicitly with the variable `idlwave-store-inquired-class'.
 
-This variable allows to configure IDLWAVE's behavior during
-completion.  Its value is an alist, which should contain at least two
-elements: (method-default . VALUE) and (keyword-default . VALUE),
-where VALUE is either t or nil.  These specify if the class should be
-determined during method and keyword completion, respectively.
+This variable allows you to configure IDLWAVE's method and
+method-keyword completion behavior.  Its value is an alist, which
+should contain at least two elements: (method-default . VALUE) and
+\(keyword-default . VALUE), where VALUE is either t or nil.  These
+specify if the class should be found during method and keyword
+completion, respectively.
 
-The alist may have additional entries specifying exceptions from the 
+The alist may have additional entries specifying exceptions from the
 keyword completion rule for specific methods, like INIT or
 GETPROPERTY.  In order to turn on class specification for the INIT
 method, add an entry (\"INIT\" . t).  The method name must be ALL-CAPS."
-  :group 'idlwave-routine-info-and-completion
+  :group 'idlwave-completion
   :type '(list
          (cons (const method-default)
                (boolean :tag "Determine class when completing METHODS    "))
@@ -480,7 +679,7 @@ method, add an entry (\"INIT\" . t).  The method name must be ALL-CAPS."
           (cons (string  :tag "MODULE" :value "")
                 (boolean :tag "Determine class for this method")))))
 
-(defcustom idlwave-store-inquired-class nil
+(defcustom idlwave-store-inquired-class t
   "*Non-nil means, store class of a method call as text property on `->'.
 IDLWAVE sometimes has to ask the user for the class associated with a
 particular object method call.  This happens during the commands
@@ -488,7 +687,7 @@ particular object method call.  This happens during the commands
 value of the variable `idlwave-query-class'.
 
 When you specify a class, this information can be stored as a text
-property on the `->' arrow in the source code, so that during the same 
+property on the `->' arrow in the source code, so that during the same
 editing session, IDLWAVE will not have to ask again.  When this
 variable is non-nil, IDLWAVE will store and reuse the class information.
 The class stored can be checked and removed with `\\[idlwave-routine-info]'
@@ -502,33 +701,33 @@ An arrow which knows the class will be highlighted with
 `idlwave-class-arrow-face'.  The command \\[idlwave-routine-info]
 displays (with prefix arg: deletes) the class stored on the arrow
 at point."
-  :group 'idlwave-routine-info-and-completion
+  :group 'idlwave-completion
   :type 'boolean)
 
 (defcustom idlwave-class-arrow-face 'bold
   "*Face to highlight object operator arrows `->' which carry a class property.
 When IDLWAVE stores a class name as text property on an object arrow
-(see variable `idlwave-store-inquired-class', it highlights the arrow
+\(see variable `idlwave-store-inquired-class', it highlights the arrow
 with this font in order to remind the user that this arrow is special."
-  :group 'idlwave-routine-info-and-completion
+  :group 'idlwave-completion
   :type 'symbol)
 
 (defcustom idlwave-resize-routine-help-window t
   "*Non-nil means, resize the Routine-info *Help* window to fit the content."
-  :group 'idlwave-routine-info-and-completion
+  :group 'idlwave-completion
   :type 'boolean)
 
 (defcustom idlwave-keyword-completion-adds-equal t
   "*Non-nil means, completion automatically adds `=' after completed keywords."
-  :group 'idlwave-routine-info
+  :group 'idlwave-completion
   :type 'boolean)
 
 (defcustom idlwave-function-completion-adds-paren t
   "*Non-nil means, completion automatically adds `(' after completed function.
-Nil means, don't add anything.
+nil means, don't add anything.
 A value of `2' means, also add the closing parenthesis and position cursor
 between the two."
-  :group 'idlwave-routine-info
+  :group 'idlwave-completion
   :type '(choice (const :tag "Nothing" nil)
                 (const :tag "(" t)
                 (const :tag "()" 2)))
@@ -538,7 +737,7 @@ between the two."
 When completion is not unique, Emacs displays a list of completions.
 This messes up your window configuration.  With this variable set, IDLWAVE
 restores the old configuration after successful completion."
-  :group 'idlwave-routine-info-and-completion
+  :group 'idlwave-completion
   :type 'boolean)
 
 ;;; Variables for abbrev and action behavior -----------------------------
@@ -568,7 +767,7 @@ is loaded."
 
 (defcustom idlwave-surround-by-blank nil
   "*Non-nil means, enable `idlwave-surround'.
-If non-nil, `=',`<',`>',`&',`,' are surrounded with spaces by
+If non-nil, `=',`<',`>',`&',`,', `->' are surrounded with spaces by
 `idlwave-surround'.
 See help for `idlwave-indent-action-table' for symbols using `idlwave-surround'.
 
@@ -582,12 +781,16 @@ Also see help for `idlwave-surround'."
   :type 'boolean)
 
 (defcustom idlwave-pad-keyword t
-  "*Non-nil means pad '=' for keywords like assignments.
-Whenever `idlwave-surround' is non-nil then this affects how '=' is padded
-for keywords.  If non-nil it is padded the same as for assignments.
-If nil then spaces are removed."
+  "*Non-nil means pad '=' in keywords (routine calls or defs) like assignment.
+Whenever `idlwave-surround' is non-nil then this affects how '=' is
+padded for keywords and for variables.  If t, pad the same as for
+assignments.  If nil then spaces are removed.  With any other value,
+spaces are left unchanged."
   :group 'idlwave-abbrev-and-indent-action
-  :type 'boolean)
+  :type '(choice
+         (const :tag "Pad like assignments" t)
+         (const :tag "Remove space near `='" nil)
+         (const :tag "Keep space near `='" 'keep)))
 
 (defcustom idlwave-show-block t
   "*Non-nil means point blinks to block beginning for `idlwave-show-begin'."
@@ -599,6 +802,11 @@ If nil then spaces are removed."
   :group 'idlwave-abbrev-and-indent-action
   :type 'boolean)
 
+(defcustom idlwave-reindent-end t
+  "*Non-nil means re-indent line after END was typed."
+  :group 'idlwave-abbrev-and-indent-action
+  :type 'boolean)
+
 (defcustom idlwave-abbrev-move t
   "*Non-nil means the abbrev hook can move point.
 Set to nil by `idlwave-expand-region-abbrevs'. To see the abbrev
@@ -749,10 +957,18 @@ See help on `idlwave-action-and-binding' for examples.")
 ")
   "*A list (PATHNAME STRING) specifying the doc-header template to use for
 summarizing a file. If PATHNAME is non-nil then this file will be included.
-Otherwise STRING is used. If NIL, the file summary will be omitted.
+Otherwise STRING is used. If nil, the file summary will be omitted.
 For example you might set PATHNAME to the path for the
 lib_template.pro file included in the IDL distribution.")
 
+(defcustom idlwave-header-to-beginning-of-file t
+  "*Non-nil means, the documentation header will always be at start of file.
+When nil, the header is positioned between the PRO/FUNCTION line of
+the current routine and the code, allowing several routine headers in
+a file."
+  :group 'idlwave-documentation
+  :type 'boolean)
+
 (defcustom idlwave-timestamp-hook 'idlwave-default-insert-timestamp
   "*The hook function used to update the timestamp of a function."
   :group 'idlwave-documentation
@@ -779,35 +995,69 @@ If nil it will not be inserted."
 ;;; External Programs -------------------------------------------------------
 
 (defgroup idlwave-external-programs nil
-  "Miscellaneous options for IDLWAVE mode."
+  "Path locations of external commands used by IDLWAVE."
   :group 'idlwave)
 
-;; WARNING: The following variable has recently been moved from
-;; idlwave-shell.el to this file.  I hope this does not break
-;; anything.
-
 (defcustom idlwave-shell-explicit-file-name "idl"
-  "*If non-nil, is the command to run IDL.
+  "*If non-nil, this is the command to run IDL.
 Should be an absolute file path or path relative to the current environment
-execution search path."
+execution search path.  If you want to specify command line switches
+for the idl program, use `idlwave-shell-command-line-options'.
+
+I know the name of this variable is badly chosen, but I cannot change
+it without compromizing backwards-compatibility."
   :group 'idlwave-external-programs
   :type 'string)
 
-;; FIXME: Document a case when is this needed.
 (defcustom idlwave-shell-command-line-options nil
-  "*A list of command line options for calling the IDL program."
-  :type '(repeat (string :value ""))
+  "*A list of command line options for calling the IDL program.
+Since IDL is executed directly without going through a shell like /bin/sh,
+this should be a list of strings like '(\"-rt=file\" \"-nw\") with a separate
+string for each argument.  But you may also give a single string which
+contains the options whitespace-separated.  Emacs will be kind enough to
+split it for you."
+  :type '(choice
+         string
+         (repeat (string :value "")))
   :group 'idlwave-external-programs)
 
 (defcustom idlwave-help-application "idlhelp"
-  "*The external application providing reference help for programming."
+  "*The external application providing reference help for programming.
+Obsolete, if the IDL Assistant is being used for help."
   :group 'idlwave-external-programs
   :type 'string)
 
+;;; Some Shell variables which must be defined here.-----------------------
+
+(defcustom idlwave-shell-debug-modifiers '()
+  "List of modifiers to be used for the debugging commands.
+Will be used to bind debugging commands in the shell buffer and in all
+source buffers.  These are additional convenience bindings, the debugging
+commands are always available with the `C-c C-d' prefix.
+If you set this to '(control shift), this means setting a breakpoint will
+be on `C-S-b', compiling a source file on `C-S-c' etc.  Possible modifiers
+are `control', `meta', `super', `hyper', `alt', and `shift'."
+  :group 'idlwave-shell-general-setup
+  :type '(set :tag "Specify modifiers"
+              (const control)
+              (const meta)
+              (const super)
+              (const hyper)
+              (const alt)
+              (const shift)))
+
+(defcustom idlwave-shell-automatic-start nil
+  "*If non-nil attempt invoke idlwave-shell if not already running.
+This is checked when an attempt to send a command to an
+IDL process is made."
+  :group 'idlwave-shell-general-setup
+  :type 'boolean)
+
 ;;; Miscellaneous variables -------------------------------------------------
 
 (defgroup idlwave-misc nil
   "Miscellaneous options for IDLWAVE mode."
+  :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
   :group 'idlwave)
 
 (defcustom idlwave-startup-message t
@@ -815,8 +1065,8 @@ execution search path."
   :group 'idlwave-misc
   :type 'boolean)
 
-(defcustom idlwave-default-font-lock-items 
-  '(pros-and-functions batch-files idl-keywords label goto
+(defcustom idlwave-default-font-lock-items
+  '(pros-and-functions batch-files idlwave-idl-keywords label goto
                       common-blocks class-arrows)
   "Items which should be fontified on the default fontification level 2.
 IDLWAVE defines 3 levels of fontification.  Level 1 is very little, level 3
@@ -826,7 +1076,7 @@ a list of symbols, the following symbols are allowed.
 
 pros-and-functions   Procedure and Function definitions
 batch-files          Batch Files
-idl-keywords         IDL Keywords
+idlwave-idl-keywords IDL Keywords
 label                Statement Labels
 goto                 Goto Statements
 common-blocks        Common Blocks
@@ -838,14 +1088,16 @@ class-arrows         Object Arrows with class property"
   :type '(set
          :inline t :greedy t
          (const :tag "Procedure and Function definitions" pros-and-functions)
-         (const :tag "Batch Files"                        batch-files)
-         (const :tag "IDL Keywords (reserved words)"      idl-keywords)
-         (const :tag "Statement Labels"                   label)
-         (const :tag "Goto Statements"                    goto)
-         (const :tag "Common Blocks"                      common-blocks)
-         (const :tag "Keyword Parameters"                 keyword-parameters)
-         (const :tag "System Variables"                   system-variables)
-         (const :tag "FIXME: Warning"                     fixme)
+         (const :tag "Batch Files"                       batch-files)
+         (const :tag "IDL Keywords (reserved words)"     idlwave-idl-keywords)
+         (const :tag "Statement Labels"                  label)
+         (const :tag "Goto Statements"                   goto)
+         (const :tag "Tags in Structure Definition"      structtag)
+         (const :tag "Structure Name"                    structname)
+         (const :tag "Common Blocks"                     common-blocks)
+         (const :tag "Keyword Parameters"                keyword-parameters)
+         (const :tag "System Variables"                  system-variables)
+         (const :tag "FIXME: Warning"                    fixme)
          (const :tag "Object Arrows with class property " class-arrows)))
 
 (defcustom idlwave-mode-hook nil
@@ -858,6 +1110,12 @@ class-arrows         Object Arrows with class property"
   :group 'idlwave-misc
   :type 'hook)
 
+(defvar idlwave-experimental nil
+  "Non-nil means turn on a few experimental features.
+This variable is only for the maintainer, to test difficult stuff,
+while still distributing stable releases.
+As a user, you should not set this to t.")
+
 ;;;
 ;;; End customization variables section
 ;;;
@@ -865,45 +1123,38 @@ class-arrows         Object Arrows with class property"
 ;;; Non customization variables
 
 ;;; font-lock mode - Additions by Phil Williams, Ulrik Dickow and
-;;; Simon Marshall <simon@gnu.ai.mit.edu>
+;;; Simon Marshall <simon_at_gnu.ai.mit.edu>
 ;;; and Carsten Dominik...
 
-(defconst idlwave-font-lock-keywords-1 nil
-  "Subdued level highlighting for IDLWAVE mode.")
-
-(defconst idlwave-font-lock-keywords-2 nil
-  "Medium level highlighting for IDLWAVE mode.")
-
-(defconst idlwave-font-lock-keywords-3 nil
-  "Gaudy level highlighting for IDLWAVE mode.")
-
-(let* ((oldp (or (string-match "Lucid" emacs-version)
-                (not (boundp 'emacs-minor-version))
-                (and (<= emacs-major-version 19) 
-                     (<= emacs-minor-version 29))))
-
-       ;; The following are the reserved words in IDL.  Maybe we should
-       ;; highlight some more stuff as well?       
-       (idl-keywords
-;      '("and" "or" "xor" "not"
-;        "eq" "ge" "gt" "le" "lt" "ne" 
-;        "for" "do" "endfor"
-;        "if" "then" "endif" "else" "endelse" 
-;        "case" "of" "endcase"
-;        "begin" "end"
-;        "repeat" "until" "endrep"
-;        "while" "endwhile" 
-;        "goto" "return"
-;         "inherits" "mod" "on_error" "on_ioerror")  ;; on_error is not reserved
-       (concat "\\<\\("
-               "and\\|begin\\|case\\|do\\|e\\(lse\\|nd\\(case\\|else\\|"
-               "for\\|if\\|rep\\|while\\)?\\|q\\)\\|for\\|g\\(oto\\|[et]\\)"
-               "\\|i\\(f\\|nherits\\)\\|l[et]\\|mod\\|n\\(e\\|ot\\)\\|"
-               "o\\(n_ioerror\\|[fr]\\)\\|re\\(peat\\|turn\\)\\|then\\|"
-               "until\\|while\\|xor"
-               "\\)\\>"))
-
-       ;; Procedure declarations.  Fontify keyword plus procedure name.
+;; The following are the reserved words in IDL.  Maybe we should
+;; highlight some more stuff as well?
+;; Procedure declarations.  Fontify keyword plus procedure name.
+(defvar idlwave-idl-keywords
+  ;; To update this regexp, update the list of keywords and
+  ;; evaluate the form.
+  ;;   (insert
+  ;;    (prin1-to-string
+  ;;     (concat
+  ;;      "\\<\\("
+  ;;      (regexp-opt
+  ;;       '("||" "&&" "and" "or" "xor" "not"
+  ;;         "eq" "ge" "gt" "le" "lt" "ne"
+  ;;         "for" "do" "endfor"
+  ;;         "if" "then" "endif" "else" "endelse"
+  ;;         "case" "of" "endcase"
+  ;;         "switch" "break" "continue" "endswitch"
+  ;;         "begin" "end"
+  ;;         "repeat" "until" "endrep"
+  ;;         "while" "endwhile"
+  ;;         "goto" "return"
+  ;;         "inherits" "mod"
+  ;;         "compile_opt" "forward_function"
+  ;;         "on_error" "on_ioerror"))  ; on_error is not officially reserved
+  ;;      "\\)\\>")))
+  "\\<\\(&&\\|and\\|b\\(egin\\|reak\\)\\|c\\(ase\\|o\\(mpile_opt\\|ntinue\\)\\)\\|do\\|e\\(lse\\|nd\\(case\\|else\\|for\\|if\\|rep\\|switch\\|while\\)?\\|q\\)\\|for\\(ward_function\\)?\\|g\\(oto\\|[et]\\)\\|i\\(f\\|nherits\\)\\|l[et]\\|mod\\|n\\(e\\|ot\\)\\|o\\(n_\\(error\\|ioerror\\)\\|[fr]\\)\\|re\\(peat\\|turn\\)\\|switch\\|then\\|until\\|while\\|xor\\|||\\)\\>")
+
+
+(let* (;; Procedure declarations.  Fontify keyword plus procedure name.
        ;; Function  declarations.  Fontify keyword plus function  name.
        (pros-and-functions
        '("\\<\\(function\\|pro\\)\\>[ \t]+\\(\\sw+\\(::\\sw+\\)?\\)"
@@ -915,9 +1166,9 @@ class-arrows         Object Arrows with class property"
        '("\\<\\(common\\)\\>[ \t]*\\(\\sw+\\)?[ \t]*,?"
          (1 font-lock-keyword-face)              ; "common"
          (2 font-lock-reference-face nil t)      ; block name
-         (font-lock-match-c++-style-declaration-item-and-skip-to-next
+         ("[ \t]*\\(\\sw+\\)[ ,]*"
           ;; Start with point after block name and comma
-          (goto-char (match-end 0))  ; needed for XEmacs, could be nil 
+          (goto-char (match-end 0))  ; needed for XEmacs, could be nil
           nil
           (1 font-lock-variable-name-face)       ; variable names
           )))
@@ -940,16 +1191,29 @@ class-arrows         Object Arrows with class property"
          (1 font-lock-keyword-face)
          (2 font-lock-reference-face)))
 
-       ;; Named parameters, like /xlog or ,xrange=[]
+       ;; Tags in structure definitions.  Note that this definition
+       ;; actually collides with labels, so we have to use the same
+       ;; face.  It also matches named subscript ranges,
+       ;; e.g. vec{bottom:top].  No good way around this.
+       (structtag
+       '("\\<\\([a-zA-Z][a-zA-Z0-9_]*:\\)[^:]" (1 font-lock-reference-face)))
+
+       ;; Structure names
+       (structname
+       '("\\({\\|\\<inherits\\s-\\)\\s-*\\([a-zA-Z][a-zA-Z0-9_]*\\)[},\t \n]"
+         (2 font-lock-function-name-face)))
+
+       ;; Keyword parameters, like /xlog or ,xrange=[]
        ;; This is anchored to the comma preceeding the keyword.
-       ;; With continuation lines, works only during whole buffer fontification.
+       ;; Treats continuation lines, works only during whole buffer
+       ;; fontification.  Slow, use it only in fancy fontification.
        (keyword-parameters
-       '("[(,][ \t]*\\(\\$[ \t]*\n[ \t]*\\)?\\(/[a-zA-Z_]\\sw*\\|[a-zA-Z_]\\sw*[ \t]*=\\)"
-         (2 font-lock-reference-face)))
+       '("\\(,\\|[a-zA-Z0-9_](\\)[ \t]*\\(\\$[ \t]*\\(;.*\\)?\n\\([ \t]*\\(;.*\\)?\n\\)*[ \t]*\\)?\\(/[a-zA-Z_]\\sw*\\|[a-zA-Z_]\\sw*[ \t]*=\\)"
+         (6 font-lock-reference-face)))
 
-       ;; System variables stars with a bang.
+       ;; System variables start with a bang.
        (system-variables
-       '("\\(![a-zA-Z_]+\\(\\.\\sw+\\)?\\)"
+       '("\\(![a-zA-Z_0-9]+\\(\\.\\sw+\\)?\\)"
          (1 font-lock-variable-name-face)))
 
        ;; Special and unusual operators (not used because too noisy)
@@ -959,51 +1223,31 @@ class-arrows         Object Arrows with class property"
        ;; All operators (not used because too noisy)
        (all-operators
        '("[-*^#+<>/]" (0 font-lock-keyword-face)))
-       
+
        ;; Arrows with text property `idlwave-class'
        (class-arrows
-       (list 'idlwave-match-class-arrows 
-             (list 0 (if (featurep 'xemacs) 
-                         idlwave-class-arrow-face
-                       'idlwave-class-arrow-face))))
-
-       )
-
-  ;; The following lines are just a dummy to make the compiler shut up
-  ;; about variables bound but not used.
-  (setq oldp oldp
-       idl-keywords idl-keywords
-       pros-and-functions pros-and-functions
-       common-blocks common-blocks
-       batch-files batch-files
-       fixme fixme
-       label label
-       goto goto
-       keyword-parameters keyword-parameters
-       system-variables system-variables
-       special-operators special-operators
-       all-operators all-operators
-       class-arrows class-arrows)
-
-  (setq idlwave-font-lock-keywords-1
-       (list pros-and-functions
-             batch-files
-             ))
+       '(idlwave-match-class-arrows (0 idlwave-class-arrow-face))))
+
+  (defconst idlwave-font-lock-keywords-1
+    (list pros-and-functions batch-files)
+    "Subdued level highlighting for IDLWAVE mode.")
 
-  (setq idlwave-font-lock-keywords-2
-       (mapcar 'symbol-value idlwave-default-font-lock-items))
+  (defconst idlwave-font-lock-keywords-2
+    (mapcar 'symbol-value idlwave-default-font-lock-items)
+    "Medium level highlighting for IDLWAVE mode.")
 
-  (setq idlwave-font-lock-keywords-3 
+  (defconst idlwave-font-lock-keywords-3
        (list pros-and-functions
              batch-files
-             idl-keywords
+             idlwave-idl-keywords
              label goto
+             structtag
+             structname
              common-blocks
              keyword-parameters
              system-variables
-             class-arrows
-             ))
-  )
+         class-arrows)
+    "Gaudy level highlighting for IDLWAVE mode."))
 
 (defun idlwave-match-class-arrows (limit)
   ;; Match an object arrow with class property
@@ -1016,14 +1260,14 @@ class-arrows         Object Arrows with class property"
 
 (defvar idlwave-font-lock-defaults
   '((idlwave-font-lock-keywords
-     idlwave-font-lock-keywords-1 
+     idlwave-font-lock-keywords-1
      idlwave-font-lock-keywords-2
      idlwave-font-lock-keywords-3)
-    nil t 
-    ((?$ . "w") (?_ . "w") (?. . "w")
+    nil t
+    ((?$ . "w") (?_ . "w") (?. . "w") (?| . "w") (?& . "w"))
     beginning-of-line))
 
-(put 'idlwave-mode 'font-lock-defaults 
+(put 'idlwave-mode 'font-lock-defaults
      idlwave-font-lock-defaults) ; XEmacs
 
 (defconst idlwave-comment-line-start-skip "^[ \t]*;"
@@ -1031,15 +1275,16 @@ class-arrows         Object Arrows with class property"
 That is the _beginning_ of a line containing a comment delimiter `;' preceded
 only by whitespace.")
 
-(defconst idlwave-begin-block-reg "\\<\\(pro\\|function\\|begin\\|case\\)\\>"
+(defconst idlwave-begin-block-reg
+  "\\<\\(pro\\|function\\|begin\\|case\\|switch\\)\\>"
   "Regular expression to find the beginning of a block. The case does
 not matter. The search skips matches in comments.")
 
-(defconst idlwave-begin-unit-reg "\\<\\(pro\\|function\\)\\>\\|\\`"
+(defconst idlwave-begin-unit-reg "^\\s-*\\(pro\\|function\\)\\>\\|\\`"
   "Regular expression to find the beginning of a unit. The case does
 not matter.")
 
-(defconst idlwave-end-unit-reg "\\<\\(pro\\|function\\)\\>\\|\\'"
+(defconst idlwave-end-unit-reg "^\\s-*\\(pro\\|function\\)\\>\\|\\'"
   "Regular expression to find the line that indicates the end of unit.
 This line is the end of buffer or the start of another unit. The case does
 not matter. The search skips matches in comments.")
@@ -1048,7 +1293,7 @@ not matter. The search skips matches in comments.")
   "Regular expression to match a continued line.")
 
 (defconst idlwave-end-block-reg
-  "\\<end\\(\\|case\\|else\\|for\\|if\\|rep\\|while\\)\\>"
+  "\\<end\\(\\|case\\|switch\\|else\\|for\\|if\\|rep\\|while\\)\\>"
   "Regular expression to find the end of a block. The case does
 not matter. The search skips matches found in comments.")
 
@@ -1060,6 +1305,7 @@ not matter. The search skips matches found in comments.")
     ("for"      . "endfor")
     ("then"     . "endif")
     ("repeat"   . "endrep")
+    ("switch"   . "endswitch")
     ("while"    . "endwhile"))
   "Matches between statements and the corresponding END variant.
 The cars are the reserved words starting a block.  If the block really
@@ -1074,7 +1320,7 @@ to expand generic end statements to their detailed form.")
 blocks starting with a BEGIN statement.  The matches must have associations
 `idlwave-block-matches'")
 
-(defconst idlwave-identifier "[a-zA-Z][a-zA-Z0-9$_]*"
+(defconst idlwave-identifier "[a-zA-Z_][a-zA-Z0-9$_]*"
   "Regular expression matching an IDL identifier.")
 
 (defconst idlwave-sysvar (concat "!" idlwave-identifier)
@@ -1086,9 +1332,13 @@ blocks starting with a BEGIN statement.  The matches must have associations
 (defconst idlwave-label (concat idlwave-identifier ":")
   "Regular expression matching IDL labels.")
 
+(defconst idlwave-method-call (concat idlwave-identifier  "\\s *->"
+                                     "\\(\\s *" idlwave-identifier "::\\)?"
+))
+
 (defconst idlwave-statement-match
   (list
-   ;; "endif else" is the the only possible "end" that can be
+   ;; "endif else" is the only possible "end" that can be
    ;; followed by a statement on the same line.
    '(endelse . ("end\\(\\|if\\)\\s +else" "end\\(\\|if\\)\\s +else"))
    ;; all other "end"s can not be followed by a statement.
@@ -1101,9 +1351,18 @@ blocks starting with a BEGIN statement.  The matches must have associations
    '(repeat . ("repeat\\>" "repeat"))
    '(goto . ("goto\\>" nil))
    '(case . ("case\\>" nil))
-   (cons 'call (list (concat idlwave-identifier "\\(\\s *$\\|\\s *,\\)") nil))
-   '(assign . ("[^=\n]*=" nil)))
-  
+   '(switch . ("switch\\>" nil))
+   (cons 'call (list (concat "\\(" idlwave-variable "\\) *= *"
+                            "\\(" idlwave-method-call "\\s *\\)?"
+                            idlwave-identifier
+                            "\\s *(") nil))
+   (cons 'call (list (concat
+                     "\\(" idlwave-method-call "\\s *\\)?"
+                     idlwave-identifier
+                     "\\( *\\($\\|\\$\\)\\|\\s *,\\)") nil))
+   (cons 'assign (list (concat
+                       "\\(" idlwave-variable "\\) *=") nil)))
+
   "Associated list of statement matching regular expressions.
 Each regular expression matches the start of an IDL statement.  The
 first element of each association is a symbol giving the statement
@@ -1115,7 +1374,7 @@ substatement starts after the end of the found match modulo
 whitespace.  If it is nil then the statement has no substatement.  The
 list order matters since matching an assignment statement exactly is
 not possible without parsing.  Thus assignment statement become just
-the leftover unidentified statements containing and equal sign. "  )
+the leftover unidentified statements containing an equal sign."  )
 
 (defvar idlwave-fill-function 'auto-fill-function
   "IDL mode auto fill function.")
@@ -1126,7 +1385,7 @@ the leftover unidentified statements containing and equal sign. "  )
 ;; Note that this is documented in the v18 manuals as being a string
 ;; of length one rather than a single character.
 ;; The code in this file accepts either format for compatibility.
-(defvar idlwave-comment-indent-char ?\ 
+(defvar idlwave-comment-indent-char ?\
   "Character to be inserted for IDL comment indentation.
 Normally a space.")
 
@@ -1134,12 +1393,12 @@ Normally a space.")
   "Character which is inserted as a last character on previous line by
    \\[idlwave-split-line] to begin a continuation line.  Normally $.")
 
-(defconst idlwave-mode-version " 3.11")
+(defconst idlwave-mode-version "6.0_em22")
 
 (defmacro idlwave-keyword-abbrev (&rest args)
   "Creates a function for abbrev hooks to call `idlwave-check-abbrev' with args."
-  (` (quote (lambda ()
-              (, (append '(idlwave-check-abbrev) args))))))
+  `(quote (lambda ()
+           ,(append '(idlwave-check-abbrev) args))))
 
 ;; If I take the time I can replace idlwave-keyword-abbrev with
 ;; idlwave-code-abbrev and remove the quoted abbrev check from
@@ -1151,10 +1410,11 @@ Normally a space.")
   "Creates a function for abbrev hooks that ensures abbrevs are not quoted.
 Specifically, if the abbrev is in a comment or string it is unexpanded.
 Otherwise ARGS forms a list that is evaluated."
-  (` (quote (lambda ()
-             (, (prin1-to-string args))  ;; Puts the code in the doc string
-              (if (idlwave-quoted) (progn (unexpand-abbrev) nil)
-                (, (append args)))))))
+  `(quote (lambda ()
+           ,(prin1-to-string args)  ;; Puts the code in the doc string
+           (if (idlwave-quoted)
+               (progn (unexpand-abbrev) nil)
+             ,(append args)))))
 
 (defvar idlwave-mode-map (make-sparse-keymap)
   "Keymap used in IDL mode.")
@@ -1190,6 +1450,26 @@ Otherwise ARGS forms a list that is evaluated."
 
 (modify-syntax-entry ?$   "w"  idlwave-find-symbol-syntax-table)
 (modify-syntax-entry ?_   "w"  idlwave-find-symbol-syntax-table)
+(modify-syntax-entry ?!   "w"  idlwave-find-symbol-syntax-table)
+(modify-syntax-entry ?.   "w"  idlwave-find-symbol-syntax-table)
+
+(defmacro idlwave-with-special-syntax (&rest body)
+  "Execute BODY with a different syntax table."
+  `(let ((saved-syntax (syntax-table)))
+     (unwind-protect
+        (progn
+          (set-syntax-table idlwave-find-symbol-syntax-table)
+          ,@body)
+       (set-syntax-table saved-syntax))))
+
+;(defmacro idlwave-with-special-syntax1 (&rest body)
+;  "Execute BODY with a different syntax table."
+;  `(let ((saved-syntax (syntax-table)))
+;     (unwind-protect
+;        (progn
+;          (set-syntax-table idlwave-find-symbol-syntax-table)
+;          ,@body)
+;      (set-syntax-table saved-syntax))))
 
 (defun idlwave-action-and-binding (key cmd &optional select)
   "KEY and CMD are made into a key binding and an indent action.
@@ -1199,7 +1479,7 @@ KEY in `idlwave-mode-map' by defining an anonymous function calling
 `self-insert-command' followed by CMD.  If KEY contains more than one
 character a binding will only be set if SELECT is 'both.
 
-(KEY . CMD\ is also placed in the `idlwave-indent-expand-table',
+\(KEY . CMD\) is also placed in the `idlwave-indent-expand-table',
 replacing any previous value for KEY.  If a binding is not set then it
 will instead be placed in `idlwave-indent-action-table'.
 
@@ -1220,12 +1500,13 @@ Capitalize system variables - action only
       ;; Add action
       (let* ((table (if select 'idlwave-indent-action-table
                       'idlwave-indent-expand-table))
-             (cell (assoc key (eval table))))
+            (table-key (regexp-quote key))
+             (cell (assoc table-key (eval table))))
         (if cell
             ;; Replace action command
             (setcdr cell cmd)
           ;; New action
-          (set table (append (eval table) (list (cons key cmd)))))))
+          (set table (append (eval table) (list (cons table-key cmd)))))))
   ;; Make key binding for action
   (if (or (and (null select) (= (length key) 1))
           (equal select 'noaction)
@@ -1240,15 +1521,19 @@ Capitalize system variables - action only
 
 (fset 'idlwave-debug-map (make-sparse-keymap))
 
+(define-key idlwave-mode-map "\C-c "    'idlwave-hard-tab)
+(define-key idlwave-mode-map [(control tab)] 'idlwave-hard-tab)
+;(define-key idlwave-mode-map "\C-c\C- " 'idlwave-hard-tab)
 (define-key idlwave-mode-map "'"        'idlwave-show-matching-quote)
 (define-key idlwave-mode-map "\""       'idlwave-show-matching-quote)
+(define-key idlwave-mode-map "\C-g"     'idlwave-keyboard-quit)
 (define-key idlwave-mode-map "\C-c;"    'idlwave-toggle-comment-region)
 (define-key idlwave-mode-map "\C-\M-a"  'idlwave-beginning-of-subprogram)
 (define-key idlwave-mode-map "\C-\M-e"  'idlwave-end-of-subprogram)
 (define-key idlwave-mode-map "\C-c{"    'idlwave-beginning-of-block)
 (define-key idlwave-mode-map "\C-c}"    'idlwave-end-of-block)
 (define-key idlwave-mode-map "\C-c]"    'idlwave-close-block)
-(define-key idlwave-mode-map "\M-\C-h"  'idlwave-mark-subprogram)
+(define-key idlwave-mode-map [(meta control h)] 'idlwave-mark-subprogram)
 (define-key idlwave-mode-map "\M-\C-n"  'idlwave-forward-block)
 (define-key idlwave-mode-map "\M-\C-p"  'idlwave-backward-block)
 (define-key idlwave-mode-map "\M-\C-d"  'idlwave-down-block)
@@ -1259,6 +1544,7 @@ Capitalize system variables - action only
 (define-key idlwave-mode-map "\C-c\C-n" 'idlwave-next-statement)
 ;; (define-key idlwave-mode-map "\r"       'idlwave-newline)
 ;; (define-key idlwave-mode-map "\t"       'idlwave-indent-line)
+(define-key idlwave-mode-map [(shift iso-lefttab)] 'idlwave-indent-statement)
 (define-key idlwave-mode-map "\C-c\C-a" 'idlwave-auto-fill-mode)
 (define-key idlwave-mode-map "\M-q"     'idlwave-fill-paragraph)
 (define-key idlwave-mode-map "\M-s"     'idlwave-edit-in-idlde)
@@ -1266,36 +1552,78 @@ Capitalize system variables - action only
 (define-key idlwave-mode-map "\C-c\C-m" 'idlwave-doc-modification)
 (define-key idlwave-mode-map "\C-c\C-c" 'idlwave-case)
 (define-key idlwave-mode-map "\C-c\C-d" 'idlwave-debug-map)
+(when (and (boundp 'idlwave-shell-debug-modifiers)
+        (listp idlwave-shell-debug-modifiers)
+        (not (equal idlwave-shell-debug-modifiers '())))
+  ;; Bind the debug commands also with the special modifiers.
+  (let ((shift (memq 'shift idlwave-shell-debug-modifiers))
+       (mods-noshift (delq 'shift
+                           (copy-sequence idlwave-shell-debug-modifiers))))
+    (define-key idlwave-mode-map
+      (vector (append mods-noshift (list (if shift ?C ?c))))
+      'idlwave-shell-save-and-run)
+    (define-key idlwave-mode-map
+      (vector (append mods-noshift (list (if shift ?B ?b))))
+      'idlwave-shell-break-here)
+    (define-key idlwave-mode-map
+      (vector (append mods-noshift (list (if shift ?E ?e))))
+      'idlwave-shell-run-region)))
 (define-key idlwave-mode-map "\C-c\C-d\C-c" 'idlwave-shell-save-and-run)
+(define-key idlwave-mode-map "\C-c\C-d\C-b" 'idlwave-shell-break-here)
+(define-key idlwave-mode-map "\C-c\C-d\C-e" 'idlwave-shell-run-region)
 (define-key idlwave-mode-map "\C-c\C-f" 'idlwave-for)
 ;;  (define-key idlwave-mode-map "\C-c\C-f" 'idlwave-function)
 ;;  (define-key idlwave-mode-map "\C-c\C-p" 'idlwave-procedure)
 (define-key idlwave-mode-map "\C-c\C-r" 'idlwave-repeat)
 (define-key idlwave-mode-map "\C-c\C-w" 'idlwave-while)
+(define-key idlwave-mode-map "\C-c\C-k" 'idlwave-kill-autoloaded-buffers)
 (define-key idlwave-mode-map "\C-c\C-s" 'idlwave-shell)
 (define-key idlwave-mode-map "\C-c\C-l" 'idlwave-shell-recenter-shell-window)
+(define-key idlwave-mode-map "\C-c\C-b" 'idlwave-list-buffer-load-path-shadows)
+(autoload 'idlwave-shell "idlw-shell"
+  "Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'." t)
 (autoload 'idlwave-shell-send-command "idlw-shell")
 (autoload 'idlwave-shell-recenter-shell-window "idlw-shell"
   "Run `idlwave-shell' and switch back to current window" t)
 (autoload 'idlwave-shell-save-and-run "idlw-shell"
   "Save and run buffer under the shell." t)
+(autoload 'idlwave-shell-break-here "idlw-shell"
+  "Set breakpoint in current line." t)
+(autoload 'idlwave-shell-run-region "idlw-shell"
+  "Compile and run the region." t)
 (define-key idlwave-mode-map "\C-c\C-v"   'idlwave-find-module)
+(define-key idlwave-mode-map "\C-c\C-t"   'idlwave-find-module-this-file)
 (define-key idlwave-mode-map "\C-c?"      'idlwave-routine-info)
-(define-key idlwave-mode-map "\M-?"       'idlwave-routine-info-from-idlhelp)
+(define-key idlwave-mode-map "\M-?"       'idlwave-context-help)
+(define-key idlwave-mode-map [(control meta ?\?)] 'idlwave-online-help)
+;; Pickup both forms of Esc/Meta binding
 (define-key idlwave-mode-map [(meta tab)] 'idlwave-complete)
-(define-key idlwave-mode-map "\C-c\C-i"   'idlwave-update-routine-info)
-(define-key idlwave-mode-map "\C-c="      'idlwave-resolve)
+(define-key idlwave-mode-map [?\e?\t] 'idlwave-complete)
+(define-key idlwave-mode-map "\M-\C-i" 'idlwave-complete)
+(define-key idlwave-mode-map "\C-c\C-i" 'idlwave-update-routine-info)
+(define-key idlwave-mode-map "\C-c="    'idlwave-resolve)
+(define-key idlwave-mode-map
+  (if (featurep 'xemacs) [(shift button3)] [(shift mouse-3)])
+  'idlwave-mouse-context-help)
 
 ;; Set action and key bindings.
 ;; See description of the function `idlwave-action-and-binding'.
 ;; Automatically add spaces for the following characters
-(idlwave-action-and-binding "&"  '(idlwave-surround -1 -1))
-(idlwave-action-and-binding "<"  '(idlwave-surround -1 -1))
-(idlwave-action-and-binding ">"  '(idlwave-surround -1 -1 '(?-)))
-(idlwave-action-and-binding ","  '(idlwave-surround 0 -1))
-;; Automatically add spaces to equal sign if not keyword
+
+;; Actions for & are complicated by &&
+(idlwave-action-and-binding "&"  'idlwave-custom-ampersand-surround)
+
+;; Automatically add spaces to equal sign if not keyword.  This needs
+;; to go ahead of > and <, so >= and <= will be treated correctly
 (idlwave-action-and-binding "="  '(idlwave-expand-equal -1 -1))
 
+;; Actions for > and < are complicated by >=, <=, and ->...
+(idlwave-action-and-binding "<"  '(idlwave-custom-ltgtr-surround nil))
+(idlwave-action-and-binding ">"  '(idlwave-custom-ltgtr-surround 'gtr))
+
+(idlwave-action-and-binding ","  '(idlwave-surround 0 -1 1))
+
+
 ;;;
 ;;; Abbrev Section
 ;;;
@@ -1303,135 +1631,155 @@ Capitalize system variables - action only
 ;;; space is inserted (this is the space typed by the user to expanded
 ;;; the abbrev).
 ;;;
+(defvar idlwave-mode-abbrev-table nil
+  "Abbreviation table used for IDLWAVE mode")
+(define-abbrev-table 'idlwave-mode-abbrev-table ())
+
+(defun idlwave-define-abbrev (name expansion hook &optional noprefix table)
+  "Define-abbrev with backward compatibility.
+
+If NOPREFIX is non-nil, don't prepend prefix character.  Installs into
+idlwave-mode-abbrev-table unless TABLE is non-nil."
+  (let ((abbrevs-changed nil)  ;; mask the current value to avoid save
+       (args (list (or table idlwave-mode-abbrev-table)
+                   (if noprefix name (concat idlwave-abbrev-start-char name))
+                   expansion
+                   hook)))
+    (condition-case nil
+       (apply 'define-abbrev (append args '(0 t)))
+      (error (apply 'define-abbrev args)))))
 
 (condition-case nil
-    (modify-syntax-entry (string-to-char idlwave-abbrev-start-char) 
+    (modify-syntax-entry (string-to-char idlwave-abbrev-start-char)
                         "w" idlwave-mode-syntax-table)
   (error nil))
 
-(defvar idlwave-mode-abbrev-table nil
-  "Abbreviation table used for IDLWAVE mode")
-(define-abbrev-table 'idlwave-mode-abbrev-table ())
-(let ((abbrevs-changed nil)          ;; mask the current value to avoid save
-      (tb idlwave-mode-abbrev-table)
-      (c idlwave-abbrev-start-char))
-  ;;
-  ;; Templates
-  ;;
-  (define-abbrev tb (concat c "c")   "" (idlwave-code-abbrev idlwave-case))
-  (define-abbrev tb (concat c "f")   "" (idlwave-code-abbrev idlwave-for))
-  (define-abbrev tb (concat c "fu")  "" (idlwave-code-abbrev idlwave-function))
-  (define-abbrev tb (concat c "pr")  "" (idlwave-code-abbrev idlwave-procedure))
-  (define-abbrev tb (concat c "r")   "" (idlwave-code-abbrev idlwave-repeat))
-  (define-abbrev tb (concat c "w")   "" (idlwave-code-abbrev idlwave-while))
-  (define-abbrev tb (concat c "i")   "" (idlwave-code-abbrev idlwave-if))
-  (define-abbrev tb (concat c "elif") "" (idlwave-code-abbrev idlwave-elif))
-  ;;
-  ;; Keywords, system functions, conversion routines
-  ;;
-  (define-abbrev tb (concat c "b")  "begin"        (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb (concat c "co") "common"       (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb (concat c "cb") "byte()"       (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "cx") "fix()"        (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "cl") "long()"       (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "cf") "float()"      (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "cs") "string()"     (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "cc") "complex()"    (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "cd") "double()"     (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "e")  "else"         (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb (concat c "ec") "endcase"      'idlwave-show-begin)
-  (define-abbrev tb (concat c "ee") "endelse"      'idlwave-show-begin)
-  (define-abbrev tb (concat c "ef") "endfor"       'idlwave-show-begin)
-  (define-abbrev tb (concat c "ei") "endif else if" 'idlwave-show-begin)
-  (define-abbrev tb (concat c "el") "endif else"   'idlwave-show-begin)
-  (define-abbrev tb (concat c "en") "endif"        'idlwave-show-begin)
-  (define-abbrev tb (concat c "er") "endrep"       'idlwave-show-begin)
-  (define-abbrev tb (concat c "ew") "endwhile"     'idlwave-show-begin)
-  (define-abbrev tb (concat c "g")  "goto,"        (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb (concat c "h")  "help,"        (idlwave-keyword-abbrev 0))
-  (define-abbrev tb (concat c "k")  "keyword_set()" (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "n")  "n_elements()" (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "on") "on_error,"    (idlwave-keyword-abbrev 0))
-  (define-abbrev tb (concat c "oi") "on_ioerror,"  (idlwave-keyword-abbrev 0 1))
-  (define-abbrev tb (concat c "ow") "openw,"       (idlwave-keyword-abbrev 0))
-  (define-abbrev tb (concat c "or") "openr,"       (idlwave-keyword-abbrev 0))
-  (define-abbrev tb (concat c "ou") "openu,"       (idlwave-keyword-abbrev 0))
-  (define-abbrev tb (concat c "p")  "print,"       (idlwave-keyword-abbrev 0))
-  (define-abbrev tb (concat c "pt") "plot,"        (idlwave-keyword-abbrev 0))
-  (define-abbrev tb (concat c "re") "read,"        (idlwave-keyword-abbrev 0))
-  (define-abbrev tb (concat c "rf") "readf,"       (idlwave-keyword-abbrev 0))
-  (define-abbrev tb (concat c "ru") "readu,"       (idlwave-keyword-abbrev 0))
-  (define-abbrev tb (concat c "rt") "return"       (idlwave-keyword-abbrev 0))
-  (define-abbrev tb (concat c "sc") "strcompress()" (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "sn") "strlen()"     (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "sl") "strlowcase()" (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "su") "strupcase()"  (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "sm") "strmid()"     (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "sp") "strpos()"     (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "st") "strput()"     (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "sr") "strtrim()"    (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "t")  "then"         (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb (concat c "u")  "until"        (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb (concat c "wu") "writeu,"      (idlwave-keyword-abbrev 0))
-  (define-abbrev tb (concat c "ine") "if n_elements() eq 0 then"
-    (idlwave-keyword-abbrev 11))
-  (define-abbrev tb (concat c "inn") "if n_elements() ne 0 then"
-    (idlwave-keyword-abbrev 11))
-  (define-abbrev tb (concat c "np") "n_params()"   (idlwave-keyword-abbrev 0))
-  (define-abbrev tb (concat c "s")  "size()"       (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "wi") "widget_info()" (idlwave-keyword-abbrev 1))
-  (define-abbrev tb (concat c "wc") "widget_control," (idlwave-keyword-abbrev 0))
-  
-  ;; This section is reserved words only. (From IDL user manual)
-  ;;
-  (define-abbrev tb "and"        "and"        (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "begin"      "begin"      (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "case"       "case"       (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "common"     "common"     (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "do"         "do"         (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "else"       "else"       (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "end"        "end"        'idlwave-show-begin-check)
-  (define-abbrev tb "endcase"    "endcase"    'idlwave-show-begin-check)
-  (define-abbrev tb "endelse"    "endelse"    'idlwave-show-begin-check)
-  (define-abbrev tb "endfor"     "endfor"     'idlwave-show-begin-check)
-  (define-abbrev tb "endif"      "endif"      'idlwave-show-begin-check)
-  (define-abbrev tb "endrep"     "endrep"     'idlwave-show-begin-check)
-  (define-abbrev tb "endwhi"     "endwhi"     'idlwave-show-begin-check)
-  (define-abbrev tb "endwhile"   "endwhile"   'idlwave-show-begin-check)
-  (define-abbrev tb "eq"         "eq"         (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "for"        "for"        (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "function"   "function"   (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "ge"         "ge"         (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "goto"       "goto"       (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "gt"         "gt"         (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "if"         "if"         (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "le"         "le"         (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "lt"         "lt"         (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "mod"        "mod"        (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "ne"         "ne"         (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "not"        "not"        (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "of"         "of"         (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "on_ioerror" "on_ioerror" (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "or"         "or"         (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "pro"        "pro"        (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "repeat"     "repeat"     (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "then"       "then"       (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "until"      "until"      (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "while"      "while"      (idlwave-keyword-abbrev 0 t))
-  (define-abbrev tb "xor"        "xor"        (idlwave-keyword-abbrev 0 t)))
+;;
+;; Templates
+;;
+(idlwave-define-abbrev "c"   "" (idlwave-code-abbrev idlwave-case))
+(idlwave-define-abbrev "sw"  "" (idlwave-code-abbrev idlwave-switch))
+(idlwave-define-abbrev "f"   "" (idlwave-code-abbrev idlwave-for))
+(idlwave-define-abbrev "fu"  "" (idlwave-code-abbrev idlwave-function))
+(idlwave-define-abbrev "pr"  "" (idlwave-code-abbrev idlwave-procedure))
+(idlwave-define-abbrev "r"   "" (idlwave-code-abbrev idlwave-repeat))
+(idlwave-define-abbrev "w"   "" (idlwave-code-abbrev idlwave-while))
+(idlwave-define-abbrev "i"   "" (idlwave-code-abbrev idlwave-if))
+(idlwave-define-abbrev "elif" "" (idlwave-code-abbrev idlwave-elif))
+;;
+;; Keywords, system functions, conversion routines
+;;
+(idlwave-define-abbrev "ap" "arg_present()" (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "b"  "begin"        (idlwave-keyword-abbrev 0 t))
+(idlwave-define-abbrev "co" "common"       (idlwave-keyword-abbrev 0 t))
+(idlwave-define-abbrev "cb" "byte()"       (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "cx" "fix()"        (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "cl" "long()"       (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "cf" "float()"      (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "cs" "string()"     (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "cc" "complex()"    (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "cd" "double()"     (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "e"  "else"         (idlwave-keyword-abbrev 0 t))
+(idlwave-define-abbrev "ec" "endcase"      'idlwave-show-begin)
+(idlwave-define-abbrev "es" "endswitch"    'idlwave-show-begin)
+(idlwave-define-abbrev "ee" "endelse"      'idlwave-show-begin)
+(idlwave-define-abbrev "ef" "endfor"       'idlwave-show-begin)
+(idlwave-define-abbrev "ei" "endif else if" 'idlwave-show-begin)
+(idlwave-define-abbrev "el" "endif else"   'idlwave-show-begin)
+(idlwave-define-abbrev "en" "endif"        'idlwave-show-begin)
+(idlwave-define-abbrev "er" "endrep"       'idlwave-show-begin)
+(idlwave-define-abbrev "ew" "endwhile"     'idlwave-show-begin)
+(idlwave-define-abbrev "g"  "goto,"        (idlwave-keyword-abbrev 0 t))
+(idlwave-define-abbrev "h"  "help,"        (idlwave-keyword-abbrev 0))
+(idlwave-define-abbrev "k"  "keyword_set()" (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "n"  "n_elements()" (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "on" "on_error,"    (idlwave-keyword-abbrev 0))
+(idlwave-define-abbrev "oi" "on_ioerror,"  (idlwave-keyword-abbrev 0 1))
+(idlwave-define-abbrev "ow" "openw,"       (idlwave-keyword-abbrev 0))
+(idlwave-define-abbrev "or" "openr,"       (idlwave-keyword-abbrev 0))
+(idlwave-define-abbrev "ou" "openu,"       (idlwave-keyword-abbrev 0))
+(idlwave-define-abbrev "p"  "print,"       (idlwave-keyword-abbrev 0))
+(idlwave-define-abbrev "pt" "plot,"        (idlwave-keyword-abbrev 0))
+(idlwave-define-abbrev "re" "read,"        (idlwave-keyword-abbrev 0))
+(idlwave-define-abbrev "rf" "readf,"       (idlwave-keyword-abbrev 0))
+(idlwave-define-abbrev "ru" "readu,"       (idlwave-keyword-abbrev 0))
+(idlwave-define-abbrev "rt" "return"       (idlwave-keyword-abbrev 0))
+(idlwave-define-abbrev "sc" "strcompress()" (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "sn" "strlen()"     (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "sl" "strlowcase()" (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "su" "strupcase()"  (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "sm" "strmid()"     (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "sp" "strpos()"     (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "st" "strput()"     (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "sr" "strtrim()"    (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "t"  "then"         (idlwave-keyword-abbrev 0 t))
+(idlwave-define-abbrev "u"  "until"        (idlwave-keyword-abbrev 0 t))
+(idlwave-define-abbrev "wu" "writeu,"      (idlwave-keyword-abbrev 0))
+(idlwave-define-abbrev "iap" "if arg_present() then"     (idlwave-keyword-abbrev 6))
+(idlwave-define-abbrev "ik" "if keyword_set() then" (idlwave-keyword-abbrev 6))
+(idlwave-define-abbrev "ine" "if n_elements() eq 0 then" (idlwave-keyword-abbrev 11))
+(idlwave-define-abbrev "inn" "if n_elements() ne 0 then" (idlwave-keyword-abbrev 11))
+(idlwave-define-abbrev "np" "n_params()"   (idlwave-keyword-abbrev 0))
+(idlwave-define-abbrev "s"  "size()"       (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "wi" "widget_info()" (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "wc" "widget_control," (idlwave-keyword-abbrev 0))
+(idlwave-define-abbrev "pv" "ptr_valid()" (idlwave-keyword-abbrev 1))
+(idlwave-define-abbrev "ipv" "if ptr_valid() then" (idlwave-keyword-abbrev 6))
+
+;; This section is reserved words only. (From IDL user manual)
+;;
+(idlwave-define-abbrev "and"        "and"       (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "begin"      "begin"     (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "break"      "break"     (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "case"       "case"      (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "common"     "common"    (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "continue"   "continue"  (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "do"         "do"        (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "else"       "else"      (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "end"        "end"       'idlwave-show-begin-check t)
+(idlwave-define-abbrev "endcase"    "endcase"   'idlwave-show-begin-check t)
+(idlwave-define-abbrev "endelse"    "endelse"   'idlwave-show-begin-check t)
+(idlwave-define-abbrev "endfor"     "endfor"    'idlwave-show-begin-check t)
+(idlwave-define-abbrev "endif"      "endif"     'idlwave-show-begin-check t)
+(idlwave-define-abbrev "endrep"     "endrep"    'idlwave-show-begin-check t)
+(idlwave-define-abbrev "endswitch"  "endswitch" 'idlwave-show-begin-check t)
+(idlwave-define-abbrev "endwhi"     "endwhi"    'idlwave-show-begin-check t)
+(idlwave-define-abbrev "endwhile"   "endwhile"  'idlwave-show-begin-check t)
+(idlwave-define-abbrev "eq"         "eq"        (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "for"        "for"       (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "function"   "function"  (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "ge"         "ge"        (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "goto"       "goto"      (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "gt"         "gt"        (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "if"         "if"        (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "le"         "le"        (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "lt"         "lt"        (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "mod"        "mod"       (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "ne"         "ne"        (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "not"        "not"       (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "of"         "of"        (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "on_ioerror" "on_ioerror" (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "or"         "or"        (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "pro"        "pro"       (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "repeat"     "repeat"    (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "switch"     "switch"    (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "then"       "then"      (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "until"      "until"     (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "while"      "while"     (idlwave-keyword-abbrev 0 t) t)
+(idlwave-define-abbrev "xor"        "xor"       (idlwave-keyword-abbrev 0 t) t)
 
 (defvar imenu-create-index-function)
 (defvar extract-index-name-function)
 (defvar prev-index-position-function)
 (defvar imenu-extract-index-name-function)
 (defvar imenu-prev-index-position-function)
-;; defined later - so just make the compiler shut up
-(defvar idlwave-mode-menu)  
+;; defined later - so just make the compiler hush
+(defvar idlwave-mode-menu)
 (defvar idlwave-mode-debug-menu)
 
 ;;;###autoload
 (defun idlwave-mode ()
-  "Major mode for editing IDL and WAVE CL .pro files.
+  "Major mode for editing IDL source files (version 6.0_em22).
 
 The main features of this mode are
 
@@ -1440,10 +1788,10 @@ The main features of this mode are
    Like other Emacs programming modes, C-j inserts a newline and indents.
    TAB is used for explicit indentation of the current line.
 
-   To start a continuation line, use \\[idlwave-split-line].  This function can also
-   be used in the middle of a line to split the line at that point.
-   When used inside a long constant string, the string is split at
-   that point with the `+' concatenation operator.
+   To start a continuation line, use \\[idlwave-split-line].  This
+   function can also be used in the middle of a line to split the line
+   at that point.  When used inside a long constant string, the string
+   is split at that point with the `+' concatenation operator.
 
    Comments are indented as follows:
 
@@ -1453,35 +1801,49 @@ The main features of this mode are
 
    The indentation of comments starting in column 0 is never changed.
 
-   Use \\[idlwave-fill-paragraph] to refill a paragraph inside a comment.  The indentation
-   of the second line of the paragraph relative to the first will be
-   retained.  Use \\[idlwave-auto-fill-mode] to toggle auto-fill mode for these comments.
-   When the variable `idlwave-fill-comment-line-only' is nil, code
-   can also be auto-filled and auto-indented (not recommended).
+   Use \\[idlwave-fill-paragraph] to refill a paragraph inside a
+   comment.  The indentation of the second line of the paragraph
+   relative to the first will be retained.  Use
+   \\[idlwave-auto-fill-mode] to toggle auto-fill mode for these
+   comments.  When the variable `idlwave-fill-comment-line-only' is
+   nil, code can also be auto-filled and auto-indented.
 
    To convert pre-existing IDL code to your formatting style, mark the
-   entire buffer with \\[mark-whole-buffer] and execute \\[idlwave-expand-region-abbrevs].
-   Then mark the entire buffer again followed by \\[indent-region] (`indent-region').
+   entire buffer with \\[mark-whole-buffer] and execute
+   \\[idlwave-expand-region-abbrevs].  Then mark the entire buffer
+   again followed by \\[indent-region] (`indent-region').
 
 2. Routine Info
    ------------
-   IDLWAVE displays information about the calling sequence and the accepted
-   keyword parameters of a procedure or function with \\[idlwave-routine-info].
-   \\[idlwave-find-module] jumps to the source file of a module.
-   These commands know about system routines, all routines in idlwave-mode
-   buffers and (when the idlwave-shell is active) about all modules
-   currently compiled under this shell.  Use \\[idlwave-update-routine-info] to update this
-   information, which is also used for completion (see next item).
-
-3. Completion
+   IDLWAVE displays information about the calling sequence and the
+   accepted keyword parameters of a procedure or function with
+   \\[idlwave-routine-info].  \\[idlwave-find-module] jumps to the
+   source file of a module.  These commands know about system
+   routines, all routines in idlwave-mode buffers and (when the
+   idlwave-shell is active) about all modules currently compiled under
+   this shell.  It also makes use of pre-compiled or custom-scanned
+   user and library catalogs many popular libraries ship with by
+   default.  Use \\[idlwave-update-routine-info] to update this
+   information, which is also used for completion (see item 4).
+
+3. Online IDL Help
+   ---------------
+
+   \\[idlwave-context-help] displays the IDL documentation relevant
+   for the system variable, keyword, or routines at point.  A single
+   key stroke gets you directly to the right place in the docs.  See
+   the manual to configure where and how the HTML help is displayed.
+
+4. Completion
    ----------
-   \\[idlwave-complete] completes the names of procedures, functions and
-   keyword parameters.  It is context sensitive and figures out what
-   is expected at point (procedure/function/keyword).  Lower case
+   \\[idlwave-complete] completes the names of procedures, functions
+   class names, keyword parameters, system variables and tags, class
+   tags, structure tags, filenames and much more.  It is context
+   sensitive and figures out what is expected at point.  Lower case
    strings are completed in lower case, other strings in mixed or
    upper case.
 
-4. Code Templates and Abbreviations
+5. Code Templates and Abbreviations
    --------------------------------
    Many Abbreviations are predefined to expand to code fragments and templates.
    The abbreviations start generally with a `\\`.  Some examples
@@ -1489,44 +1851,46 @@ The main features of this mode are
    \\pr        PROCEDURE template
    \\fu        FUNCTION template
    \\c         CASE statement template
+   \\sw        SWITCH statement template
    \\f         FOR loop template
    \\r         REPEAT Loop template
    \\w         WHILE loop template
    \\i         IF statement template
    \\elif      IF-ELSE statement template
    \\b         BEGIN
-   
-   For a full list, use \\[idlwave-list-abbrevs].  Some templates also have
-   direct keybindings - see the list of keybindings below.
 
-   \\[idlwave-doc-header] inserts a documentation header at the beginning of the
-   current program unit (pro, function or main).  Change log entries
-   can be added to the current program unit with \\[idlwave-doc-modification].
+   For a full list, use \\[idlwave-list-abbrevs].  Some templates also
+   have direct keybindings - see the list of keybindings below.
+
+   \\[idlwave-doc-header] inserts a documentation header at the
+   beginning of the current program unit (pro, function or main).
+   Change log entries can be added to the current program unit with
+   \\[idlwave-doc-modification].
 
-5. Automatic Case Conversion
+6. Automatic Case Conversion
    -------------------------
    The case of reserved words and some abbrevs is controlled by
    `idlwave-reserved-word-upcase' and `idlwave-abbrev-change-case'.
 
-6. Automatic END completion
+7. Automatic END completion
    ------------------------
    If the variable `idlwave-expand-generic-end' is non-nil, each END typed
    will be converted to the specific version, like ENDIF, ENDFOR, etc.
 
-7. Hooks
+8. Hooks
    -----
    Loading idlwave.el runs `idlwave-load-hook'.
    Turning on `idlwave-mode' runs `idlwave-mode-hook'.
 
-8. Documentation and Customization
+9. Documentation and Customization
    -------------------------------
-   Info documentation for this package is available.  Use \\[idlwave-info]
-   to display (complain to your sysadmin if that does not work).
-   For Postscript and HTML versions of the documentation, check IDLWAVE's
-   homepage at `http://www.strw.leidenuniv.nl/~dominik/Tools/idlwave'.
+   Info documentation for this package is available.  Use
+   \\[idlwave-info] to display (complain to your sysadmin if that does
+   not work).  For Postscript, PDF, and HTML versions of the
+   documentation, check IDLWAVE's homepage at `http://idlwave.org'.
    IDLWAVE has customize support - see the group `idlwave'.
 
-9. Keybindings
+10.Keybindings
    -----------
    Here is a list of all keybindings of this mode.
    If some of the key bindings below show with ??, use \\[describe-key]
@@ -1536,26 +1900,27 @@ The main features of this mode are
 
   (interactive)
   (kill-all-local-variables)
-  
+
   (if idlwave-startup-message
       (message "Emacs IDLWAVE mode version %s." idlwave-mode-version))
   (setq idlwave-startup-message nil)
-  
+
   (setq local-abbrev-table idlwave-mode-abbrev-table)
   (set-syntax-table idlwave-mode-syntax-table)
-  
+
   (set (make-local-variable 'indent-line-function) 'idlwave-indent-and-action)
-  
+
   (make-local-variable idlwave-comment-indent-function)
   (set idlwave-comment-indent-function 'idlwave-comment-hook)
-  
+
   (set (make-local-variable 'comment-start-skip) ";+[ \t]*")
   (set (make-local-variable 'comment-start) ";")
+  (set (make-local-variable 'comment-add) 1) ; ";;" for new and regions
   (set (make-local-variable 'require-final-newline) t)
   (set (make-local-variable 'abbrev-all-caps) t)
   (set (make-local-variable 'indent-tabs-mode) nil)
   (set (make-local-variable 'completion-ignore-case) t)
-  
+
   (use-local-map idlwave-mode-map)
 
   (when (featurep 'easymenu)
@@ -1565,23 +1930,28 @@ The main features of this mode are
   (setq mode-name "IDLWAVE")
   (setq major-mode 'idlwave-mode)
   (setq abbrev-mode t)
-  
+
   (set (make-local-variable idlwave-fill-function) 'idlwave-auto-fill)
   (setq comment-end "")
   (set (make-local-variable 'comment-multi-line) nil)
-  (set (make-local-variable 'paragraph-separate) "[ \t\f]*$\\|[ \t]*;+[ \t]*$")
+  (set (make-local-variable 'paragraph-separate)
+       "[ \t\f]*$\\|[ \t]*;+[ \t]*$\\|;+[+=-_*]+$")
   (set (make-local-variable 'paragraph-start) "[ \t\f]\\|[ \t]*;+[ \t]")
   (set (make-local-variable 'paragraph-ignore-fill-prefix) nil)
-  (set (make-local-variable 'parse-sexp-ignore-comments) nil)
-  
+  (set (make-local-variable 'parse-sexp-ignore-comments) t)
+
   ;; Set tag table list to use IDLTAGS as file name.
   (if (boundp 'tag-table-alist)
       (add-to-list 'tag-table-alist '("\\.pro$" . "IDLTAGS")))
-  
+
   ;; Font-lock additions - originally Phil Williams, then Ulrik Dickow
-  ;; Following line is for Emacs - XEmacs uses the corresponding porperty
+  ;; Following line is for Emacs - XEmacs uses the corresponding property
   ;; on the `idlwave-mode' symbol.
   (set (make-local-variable 'font-lock-defaults) idlwave-font-lock-defaults)
+  (set (make-local-variable 'font-lock-mark-block-function)
+       'idlwave-mark-subprogram)
+  (set (make-local-variable 'font-lock-fontify-region-function)
+       'idlwave-font-lock-fontify-region)
 
   ;; Imenu setup
   (set (make-local-variable 'imenu-create-index-function)
@@ -1591,24 +1961,75 @@ The main features of this mode are
   (set (make-local-variable 'imenu-prev-index-position-function)
        'idlwave-prev-index-position)
 
+  ;; HideShow setup
+  (add-to-list 'hs-special-modes-alist
+              (list 'idlwave-mode
+                    idlwave-begin-block-reg
+                    idlwave-end-block-reg
+                    ";"
+                    'idlwave-forward-block nil))
+
+
   ;; Make a local post-command-hook and add our hook to it
-  (make-local-hook 'post-command-hook)
-  (add-hook 'post-command-hook 'idlwave-command-hook nil t)
+  ;; NB: `make-local-hook' needed for older/alternative Emacs compatibility
+  ;; (make-local-hook 'post-command-hook)
+  (add-hook 'post-command-hook 'idlwave-command-hook nil 'local)
+
+  ;; Make local hooks for buffer updates
+  ;; NB: `make-local-hook' needed for older/alternative Emacs compatibility
+  ;; (make-local-hook 'kill-buffer-hook)
+  (add-hook 'kill-buffer-hook 'idlwave-kill-buffer-update nil 'local)
+  ;; (make-local-hook 'after-save-hook)
+  ;; (add-hook 'after-save-hook 'idlwave-save-buffer-update nil 'local)
+  (add-hook 'after-save-hook 'idlwave-revoke-license-to-kill nil 'local)
+
+  ;; Setup directories and file, if necessary
+  (idlwave-setup)
+
+  ;; Update the routine info with info about current buffer?
+  (idlwave-new-buffer-update)
+
+  ;; Check help location
+  (idlwave-help-check-locations)
 
   ;; Run the mode hook
-  (run-hooks 'idlwave-mode-hook))
+  (run-mode-hooks 'idlwave-mode-hook))
+
+(defvar idlwave-setup-done nil)
+(defun idlwave-setup ()
+  (unless idlwave-setup-done
+    (if (not (file-directory-p idlwave-config-directory))
+       (make-directory idlwave-config-directory))
+    (setq
+     idlwave-user-catalog-file (expand-file-name
+                               idlwave-user-catalog-file
+                               idlwave-config-directory)
+     idlwave-xml-system-rinfo-converted-file
+     (expand-file-name
+      idlwave-xml-system-rinfo-converted-file
+      idlwave-config-directory)
+     idlwave-path-file (expand-file-name
+                       idlwave-path-file
+                       idlwave-config-directory))
+    (idlwave-read-paths)  ; we may need these early
+    (setq idlwave-setup-done t)))
+
+(defun idlwave-font-lock-fontify-region (beg end &optional verbose)
+  "Fontify continuation lines correctly."
+  (let (pos)
+    (save-excursion
+      (goto-char beg)
+      (forward-line -1)
+      (when (setq pos (idlwave-is-continuation-line))
+       (goto-char pos)
+       (idlwave-beginning-of-statement)
+       (setq beg (point)))))
+  (font-lock-default-fontify-region beg end verbose))
 
 ;;
-;;  Done with start up and initialization code.
-;;  The remaining routines are the code formatting functions.
+;; Code Formatting ----------------------------------------------------
 ;;
 
-(defun idlwave-push-mark (&rest rest)
-  "Push mark for compatibility with Emacs 18/19."
-  (if (fboundp 'iconify-frame)
-      (apply 'push-mark rest)
-    (push-mark)))
-
 (defun idlwave-hard-tab ()
   "Inserts TAB in buffer in current position."
   (interactive)
@@ -1689,6 +2110,16 @@ Returns point if comment found and nil otherwise."
            (backward-char 1)
            (point)))))
 
+(defvar transient-mark-mode)
+(defvar zmacs-regions)
+(defvar mark-active)
+(defun idlwave-region-active-p ()
+  "Is transient-mark-mode on and the region active?
+Works on both Emacs and XEmacs."
+  (if (featurep 'xemacs)
+      (and zmacs-regions (region-active-p))
+    (and transient-mark-mode mark-active)))
+
 (defun idlwave-show-matching-quote ()
   "Insert quote and show matching quote if this is end of a string."
   (interactive)
@@ -1707,32 +2138,48 @@ Returns point if comment found and nil otherwise."
 (defun idlwave-show-begin-check ()
   "Ensure that the previous word was a token before `idlwave-show-begin'.
 An END token must be preceded by whitespace."
-  (if
-      (save-excursion
-        (backward-word 1)
-        (backward-char 1)
-        (looking-at "[ \t\n\f]"))
-      (idlwave-show-begin)))
+  (if (not (idlwave-quoted))
+      (if
+         (save-excursion
+           (backward-word 1)
+           (backward-char 1)
+           (looking-at "[ \t\n\f]"))
+         (idlwave-show-begin))))
 
 (defun idlwave-show-begin ()
   "Finds the start of current block and blinks to it for a second.
 Also checks if the correct end statement has been used."
   ;; All end statements are reserved words
-  (let* ((pos (point))
-        end end1)
+  ;; Re-indent end line
+  ;;(insert-char ?\  1) ;; So indent, etc. work well
+  ;;(backward-char 1)
+  (let* ((pos (point-marker))
+        (last-abbrev-marker (copy-marker last-abbrev-location))
+        (eol-pos (save-excursion (end-of-line) (point)))
+        begin-pos end-pos end end1 )
+    (if idlwave-reindent-end  (idlwave-indent-line))
+    (setq last-abbrev-location (marker-position last-abbrev-marker))
     (when (and (idlwave-check-abbrev 0 t)
               idlwave-show-block)
       (save-excursion
        ;; Move inside current block
-       (setq end (buffer-substring 
-                  (save-excursion (skip-chars-backward "a-zA-Z")
-                                  (point))
-                  (point)))
-       (idlwave-beginning-of-statement)
+       (goto-char last-abbrev-marker)
        (idlwave-block-jump-out -1 'nomark)
+       (setq begin-pos (point))
+       (idlwave-block-jump-out 1 'nomark)
+       (setq end-pos (point))
+       (if (> end-pos eol-pos)
+           (setq end-pos pos))
+       (goto-char end-pos)
+       (setq end (buffer-substring
+                  (progn
+                    (skip-chars-backward "a-zA-Z")
+                    (point))
+                  end-pos))
+       (goto-char begin-pos)
        (when (setq end1 (cdr (idlwave-block-master)))
          (cond
-          ((null end1)) ; no-opeartion
+          ((null end1)) ; no-operation
           ((string= (downcase end) (downcase end1))
            (sit-for 1))
           ((string= (downcase end) "end")
@@ -1746,90 +2193,101 @@ Also checks if the correct end statement has been used."
            (sit-for 1))
           (t
            (beep)
-           (message "Warning: Shouldn't this be \"%s\" instead of \"%s\"?" 
+           (message "Warning: Shouldn't this be \"%s\" instead of \"%s\"?"
                     end1 end)
            (sit-for 1))))))))
+  ;;(delete-char 1))
 
 (defun idlwave-block-master ()
   (let ((case-fold-search t))
     (save-excursion
       (cond
-       ((looking-at "pro\\|case\\|function\\>")
+       ((looking-at "pro\\|case\\|switch\\|function\\>")
        (assoc (downcase (match-string 0)) idlwave-block-matches))
        ((looking-at "begin\\>")
-       (let ((limit (save-excursion 
-                      (idlwave-beginning-of-statement) 
+       (let ((limit (save-excursion
+                      (idlwave-beginning-of-statement)
                       (point))))
          (cond
+          ((re-search-backward ":[ \t]*\\=" limit t)
+           ;; seems to be a case thing
+           '("begin" . "end"))
           ((re-search-backward idlwave-block-match-regexp limit t)
            (assoc (downcase (match-string 1))
                   idlwave-block-matches))
-          ;;((re-search-backward ":[ \t]*\\=" limit t)
-          ;; ;; seems to be a case thing
-          ;; '("begin" . "end"))
           (t
-           ;; Just a nromal block
+           ;; Just a normal block
            '("begin" . "end")))))
        (t nil)))))
 
 (defun idlwave-close-block ()
   "Terminate the current block with the correct END statement."
   (interactive)
-
   ;; Start new line if we are not in a new line
   (unless (save-excursion
            (skip-chars-backward " \t")
            (bolp))
     (let ((idlwave-show-block nil))
       (newline-and-indent)))
-
-  ;; Check which end is needed and insert it.
-  (let ((case-fold-search t) end)
-    (save-excursion
-      (idlwave-beginning-of-statement)
-      (idlwave-block-jump-out -1 'nomark)
-      (if (setq end (idlwave-block-master))
-         (setq end (cdr end))
-       (error "Cannot close block")))
-    (insert end)
-    (idlwave-newline)))
-
-(defun idlwave-surround (&optional before after escape-chars)
-  "Surround the character before point with blanks.
+  (let ((last-abbrev-location (point)))  ; for upcasing
+    (insert "end")
+    (idlwave-show-begin)))
+
+(defun idlwave-custom-ampersand-surround (&optional is-action)
+  "Surround &, leaving room for && (which surrround as well)."
+  (let* ((prev-char (char-after (- (point) 2)))
+        (next-char (char-after (point)))
+        (amp-left (eq prev-char ?&))
+        (amp-right (eq next-char ?&))
+        (len (if amp-left 2 1)))
+    (unless amp-right ;no need to do it twice, amp-left will catch it.
+      (idlwave-surround -1 (if (or is-action amp-left) -1) len))))
+
+(defun idlwave-custom-ltgtr-surround (gtr &optional is-action)
+  "Surround > and < by blanks, leaving room for >= and <=, and considering ->."
+  (let* ((prev-char (char-after (- (point) 2)))
+       (next-char (char-after (point)))
+       (method-invoke (and gtr (eq prev-char ?-)))
+       (len (if method-invoke 2 1)))
+    (unless  (eq next-char ?=)
+      ;; Key binding: pad only on left, to save for possible >=/<=
+      (idlwave-surround -1 (if (or is-action method-invoke) -1) len))))
+
+(defun idlwave-surround (&optional before after length is-action)
+  "Surround the LENGTH characters before point with blanks.
+LENGTH defaults to 1.
 Optional arguments BEFORE and AFTER affect the behavior before and
-after the previous character. See description of `idlwave-make-space'.
+after the characters (see also description of `idlwave-make-space'):
+
+nil            do nothing
+0              force no spaces
+integer > 0    force exactly n spaces
+integer < 0    at least |n| spaces
 
 The function does nothing if any of the following conditions is true:
 - `idlwave-surround-by-blank' is nil
-- the character before point is inside a string or comment
-
-When the character 2 positions before point is a member of
-ESCAPE-CHARS, BEFORE is forced to nil."
-
-  (if (and idlwave-surround-by-blank
-          (not (idlwave-quoted)))
-      (progn
-       (if (memq (char-after (- (point) 2)) escape-chars)
-           (setq before nil))
-        (backward-char 1)
-        (save-restriction
-          (let ((here (point)))
-            (skip-chars-backward " \t")
-            (if (bolp)
-                ;; avoid clobbering indent
-                (progn
-                  (move-to-column (idlwave-calculate-indent))
-                  (if (<= (point) here)
-                      (narrow-to-region (point) here))
-                  (goto-char here)))
-            (idlwave-make-space before))
-          (skip-chars-forward " \t"))
-        (forward-char 1)
-        (idlwave-make-space after)
-        ;; Check to see if the line should auto wrap
-        (if (and (equal (char-after (1- (point))) ? )
-                 (> (current-column) fill-column))
-            (funcall auto-fill-function)))))
+- the character before point is inside a string or comment"
+  (when (and idlwave-surround-by-blank (not (idlwave-quoted)))
+    (let ((length (or length 1))) ; establish a default for LENGTH
+      (backward-char length)
+      (save-restriction
+       (let ((here (point)))
+         (skip-chars-backward " \t")
+         (if (bolp)
+             ;; avoid clobbering indent
+             (progn
+               (move-to-column (idlwave-calculate-indent))
+               (if (<= (point) here)
+                   (narrow-to-region (point) here))
+               (goto-char here)))
+         (idlwave-make-space before))
+       (skip-chars-forward " \t"))
+      (forward-char length)
+      (idlwave-make-space after)
+      ;; Check to see if the line should auto wrap
+      (if (and (equal (char-after (1- (point))) ?\ )
+              (> (current-column) fill-column))
+         (funcall auto-fill-function)))))
 
 (defun idlwave-make-space (n)
   "Make space at point.
@@ -1839,10 +2297,10 @@ the contiguous space.
 The amount of space at point is determined by N.
 If the value of N is:
 nil   - do nothing.
-c > 0 - exactly c spaces.
-c < 0 - a minimum of -c spaces, i.e., do not change if there are
-        already -c spaces.
-0     - no spaces."
+> 0   - exactly N spaces.
+< 0   - a minimum of -N spaces, i.e., do not change if there are
+        already -N spaces.
+0     - no spaces (i.e. remove any existing space)."
   (if (integerp n)
       (let
           ((start-col (progn (skip-chars-backward " \t") (current-column)))
@@ -1915,6 +2373,8 @@ then the new line will contain a comment with the same indentation.
 Splits strings with the IDL operator `+' if `idlwave-split-line-string' is
 non-nil."
   (interactive)
+  ;; Expand abbreviation, just like normal RET would.
+  (and abbrev-mode (expand-abbrev))
   (let (beg)
     (if (not (idlwave-in-comment))
         ;; For code line add continuation.
@@ -1925,14 +2385,18 @@ non-nil."
                   ;; Split the string.
                   (progn (insert (setq beg (char-after beg)) " + "
                                  idlwave-continuation-char beg)
-                         (backward-char 1))
+                         (backward-char 1)
+                        (newline-and-indent)
+                        (forward-char 1))
                 ;; Do not split the string.
                 (beep)
                 (message "Warning: continuation inside string!!")
                 (insert " " idlwave-continuation-char))
             ;; Not splitting a string.
-            (insert " " idlwave-continuation-char))
-          (newline-and-indent))
+           (if (not (member (char-before) '(?\  ?\t)))
+               (insert " "))
+            (insert idlwave-continuation-char)
+           (newline-and-indent)))
       (indent-new-comment-line))
     ;; Indent previous line
     (setq beg (- (point-max) (point)))
@@ -1959,7 +2423,7 @@ non-nil."
   (idlwave-end-of-statement)
   (let ((end (point)))
     (idlwave-beginning-of-statement)
-    (idlwave-push-mark end nil t)))
+    (push-mark end nil t)))
 
 (defun idlwave-mark-block ()
   "Mark containing block."
@@ -1970,7 +2434,7 @@ non-nil."
   (let ((end (point)))
     (idlwave-backward-block)
     (idlwave-beginning-of-statement)
-    (idlwave-push-mark end nil t)))
+    (push-mark end nil t)))
 
 
 (defun idlwave-mark-subprogram ()
@@ -1981,7 +2445,7 @@ The marks are pushed."
   (idlwave-beginning-of-subprogram)
   (let ((beg (point)))
     (idlwave-forward-block)
-    (idlwave-push-mark beg nil t))
+    (push-mark beg nil t))
   (exchange-point-and-mark))
 
 (defun idlwave-backward-up-block (&optional arg)
@@ -2002,11 +2466,12 @@ If prefix ARG < 0 then move forward to enclosing block end."
   (idlwave-block-jump-out 1 'nomark)
   (backward-word 1))
 
-(defun idlwave-forward-block ()
+(defun idlwave-forward-block (&optional arg)
   "Move across next nested block."
   (interactive)
-  (if (idlwave-down-block 1)
-      (idlwave-block-jump-out 1 'nomark)))
+  (let ((arg (or arg 1)))
+    (if (idlwave-down-block arg)
+       (idlwave-block-jump-out arg 'nomark))))
 
 (defun idlwave-backward-block ()
   "Move backward across previous nested block."
@@ -2025,7 +2490,7 @@ Returns non-nil if successfull."
         (let ((eos (save-excursion
                      (idlwave-block-jump-out -1 'nomark)
                      (point))))
-          (if (setq status (idlwave-find-key 
+          (if (setq status (idlwave-find-key
                            idlwave-end-block-reg -1 'nomark eos))
               (idlwave-beginning-of-statement)
             (message "No nested block before beginning of containing block.")))
@@ -2033,7 +2498,7 @@ Returns non-nil if successfull."
       (let ((eos (save-excursion
                    (idlwave-block-jump-out 1 'nomark)
                    (point))))
-        (if (setq status (idlwave-find-key 
+        (if (setq status (idlwave-find-key
                          idlwave-begin-block-reg 1 'nomark eos))
             (idlwave-end-of-statement)
           (message "No nested block before end of containing block."))))
@@ -2047,16 +2512,28 @@ The marks are pushed."
         (here (point)))
     (goto-char (point-max))
     (if (re-search-backward idlwave-doclib-start nil t)
-        (progn 
+        (progn
          (setq beg (progn (beginning-of-line) (point)))
          (if (re-search-forward idlwave-doclib-end nil t)
              (progn
                (forward-line 1)
-               (idlwave-push-mark beg nil t)
+               (push-mark beg nil t)
                (message "Could not find end of doc library header.")))
          (message "Could not find doc library header start.")
          (goto-char here)))))
 
+(defun idlwave-current-routine ()
+  "Return (NAME TYPE CLASS) of current routine."
+  (idlwave-routines)
+  (save-excursion
+    (idlwave-beginning-of-subprogram)
+    (if (looking-at "[ \t]*\\<\\(pro\\|function\\)\\>\\s-+\\(\\([a-zA-Z0-9$_]+\\)::\\)?\\([a-zA-Z0-9$_]+\\)")
+       (let* ((type (if (string= (downcase (match-string 1)) "pro")
+                        'pro 'function))
+              (class (idlwave-sintern-class (match-string 3)))
+              (name (idlwave-sintern-routine-or-method (match-string 4) class)))
+         (list name type class)))))
+
 (defvar idlwave-shell-prompt-pattern)
 (defun idlwave-beginning-of-statement ()
   "Move to beginning of the current statement.
@@ -2068,7 +2545,7 @@ actual statement."
    ((eq major-mode 'idlwave-shell-mode)
     (if (re-search-backward idlwave-shell-prompt-pattern nil t)
        (goto-char (match-end 0))))
-   (t  
+   (t
     (if (save-excursion (forward-line -1) (idlwave-is-continuation-line))
        (idlwave-previous-statement)
       (beginning-of-line)))))
@@ -2101,11 +2578,19 @@ the first non-comment statement in the file, and nil otherwise."
               (= (forward-line -1) 0)))
       first-statement)))
 
-;; FIXME: end-of-statement does not work correctly when comment lines
-;; are inside the statement.  It does work correctly for line-end
-;; comments, though.
 (defun idlwave-end-of-statement ()
   "Moves point to the end of the current IDL statement.
+If not in a statement just moves to end of line.  Returns position."
+  (interactive)
+  (while (and (idlwave-is-continuation-line)
+              (= (forward-line 1) 0))
+    (while (and (idlwave-is-comment-or-empty-line)
+               (= (forward-line 1) 0))))
+  (end-of-line)
+  (point))
+
+(defun idlwave-end-of-statement0 ()
+  "Moves point to the end of the current IDL statement.
 If not in a statement just moves to end of line. Returns position."
   (interactive)
   (while (and (idlwave-is-continuation-line)
@@ -2132,19 +2617,36 @@ If not in a statement just moves to end of line. Returns position."
                        (looking-at "^@")))))
     last-statement))
 
-(defun idlwave-skip-label ()
+(defun idlwave-skip-multi-commands (&optional lim)
+  "Skip past multiple commands on a line (with `&')."
+  (let ((save-point (point)))
+    (when (re-search-forward ".*&" lim t)
+      (goto-char (match-end 0))
+      (if (idlwave-quoted)
+         (goto-char save-point)
+       (if (eq (char-after (- (point) 2)) ?&) (goto-char save-point))))
+    (point)))
+
+(defun idlwave-skip-label-or-case ()
   "Skip label or case statement element.
 Returns position after label.
 If there is no label point is not moved and nil is returned."
-  ;; Just look for the first non quoted colon and check to see if it
-  ;; is inside a sexp.  If is not in a sexp it must be part of a label
-  ;; or case statement element.
-  (let ((start (point))
-        (end (idlwave-find-key ":" 1 'nomark
-                              (save-excursion
-                                (idlwave-end-of-statement) (point)))))
+  ;; Case expressions and labels are terminated by a colon.
+  ;; So we find the first colon in the line and make sure
+  ;; - no `?' is before it (might be a ? b : c)
+  ;; - it is not in a comment
+  ;; - not in a string constant
+  ;; - not in parenthesis (like a[0:3])
+  ;; - not followed by another ":" in explicit class, ala a->b::c
+  ;; As many in this mode, this function is heuristic and not an exact
+  ;; parser.
+  (let* ((start (point))
+        (eos (save-excursion (idlwave-end-of-statement) (point)))
+        (end (idlwave-find-key ":" 1 'nomark eos)))
     (if (and end
-             (= (nth 0 (parse-partial-sexp start end)) 0))
+             (= (nth 0 (parse-partial-sexp start end)) 0)
+            (not (string-match "\\?" (buffer-substring start end)))
+            (not (string-match "^::" (buffer-substring end eos))))
         (progn
           (forward-char)
           (point))
@@ -2157,13 +2659,15 @@ Uses the type of the current IDL statement to determine if the next
 statement is on a new line or is a subpart of the current statement.
 Returns point at start of substatement modulo whitespace.
 If optional argument is non-nil move to beginning of current
-substatement. "
+substatement."
   (let ((orig (point))
         (eos (idlwave-end-of-statement))
         (ifnest 0)
         st nst last)
     (idlwave-beginning-of-statement)
-    (idlwave-skip-label)
+    (idlwave-skip-label-or-case)
+    (if (< (point) orig)
+       (idlwave-skip-multi-commands orig))
     (setq last (point))
     ;; Continue looking for substatements until we are past orig
     (while (and (<= (point) orig) (not (eobp)))
@@ -2179,6 +2683,9 @@ substatement. "
             (t (setq ifnest 0)
                (idlwave-next-statement))))
     (if pre (goto-char last))
+    ;; If a continuation line starts here, move to next line
+    (if (looking-at "[ \t]*\\$\\([ \t]*\\(;\\|$\\)\\)")
+       (beginning-of-line 2))
     (point)))
 
 (defun idlwave-statement-type ()
@@ -2190,7 +2697,8 @@ list not just the type symbol. Returns nil if not an identifiable
 statement."
   (save-excursion
     ;; Skip whitespace within a statement which is spaces, tabs, continuations
-    (while (looking-at "[ \t]*\\<\\$")
+    ;; and possibly comments
+    (while (looking-at "[ \t]*\\$")
       (forward-line 1))
     (skip-chars-forward " \t")
     (let ((st idlwave-statement-match)
@@ -2200,36 +2708,88 @@ statement."
       (if st
           (append st (match-end 0))))))
 
-(defun idlwave-expand-equal (&optional before after)
-  "Pad '=' with spaces.
-Two cases: Assignment statement, and keyword assignment.
-The case is determined using `idlwave-start-of-substatement' and
-`idlwave-statement-type'.
-The equal sign will be surrounded by BEFORE and AFTER blanks.
-If `idlwave-pad-keyword' is non-nil then keyword
-assignment is treated just like assignment statements.  Otherwise,
-spaces are removed for keyword assignment.
+(defun idlwave-expand-equal (&optional before after is-action)
+  "Pad '=' with spaces.  Two cases: Assignment statement, and keyword
+assignment.  Which case is determined using
+`idlwave-start-of-substatement' and `idlwave-statement-type'.  The
+equal sign will be surrounded by BEFORE and AFTER blanks.  If
+`idlwave-pad-keyword' is t then keyword assignment is treated just
+like assignment statements.  When nil, spaces are removed for keyword
+assignment.  Any other value keeps the current space around the `='.
 Limits in for loops are treated as keyword assignment.
-See `idlwave-surround'. "
-  ;; Even though idlwave-surround checks `idlwave-surround-by-blank' this
-  ;; check saves the time of finding the statement type.
+
+Starting with IDL 6.0, a number of op= assignments are available.
+Since ambiguities of the form:
+
+r and= b
+rand= b
+
+can occur, alphanumeric operator assignment will never be pre-padded,
+only post-padded.  You must use a space before these to disambiguate
+\(not just for padding, but for proper parsing by IDL too!).  Other
+operators, such as ##=, ^=, etc., will be pre-padded.
+
+IS-ACTION is ignored.
+
+See `idlwave-surround'."
   (if idlwave-surround-by-blank
-      (let ((st (save-excursion
-                  (idlwave-start-of-substatement t)
-                  (idlwave-statement-type))))
-        (if (or
-             (and (equal (car (car st)) 'assign)
-                  (equal (cdr st) (point)))
-             idlwave-pad-keyword)
-            ;; An assignment statement
-            (idlwave-surround before after)
-          (idlwave-surround 0 0)))))
-
-(defun idlwave-indent-and-action ()
-  "Call `idlwave-indent-line' and do expand actions."
-  (interactive)
-  (idlwave-indent-line t)
-  )
+      (let
+         ((non-an-ops "\\(##\\|\\*\\|\\+\\|-\\|/\\|<\\|>\\|\\^\\)\\=")
+          (an-ops
+           "\\s-\\(AND\\|EQ\\|GE\\|GT\\|LE\\|LT\\|MOD\\|NE\\|OR\\|XOR\\)\\=")
+          (len 1))
+
+       (save-excursion
+         (let ((case-fold-search t))
+           (backward-char)
+           (if (or
+                (re-search-backward non-an-ops nil t)
+                ;; Why doesn't ##? work for both?
+                (re-search-backward "\\(#\\)\\=" nil t))
+               (setq len (1+ (length (match-string 1))))
+             (when (re-search-backward an-ops nil t)
+               ;(setq begin nil) ; won't modify begin
+               (setq len (1+ (length (match-string 1))))))))
+
+       (if (eq t idlwave-pad-keyword)
+           ;; Everything gets padded equally
+           (idlwave-surround before after len)
+         ;; Treating keywords/for variables specially...
+         (let ((st (save-excursion   ; To catch "for" variables
+                     (idlwave-start-of-substatement t)
+                     (idlwave-statement-type)))
+               (what (save-excursion ; To catch keywords
+                       (skip-chars-backward "= \t")
+                       (nth 2 (idlwave-where)))))
+           (cond ((or (memq what '(function-keyword procedure-keyword))
+                      (memq (caar st) '(for pdef)))
+                  (cond
+                   ((null idlwave-pad-keyword)
+                    (idlwave-surround 0 0)
+                    ) ; remove space
+                   (t))) ; leave any spaces alone
+                 (t (idlwave-surround before after len))))))))
+
+
+(defun idlwave-indent-and-action (&optional arg)
+  "Call `idlwave-indent-line' and do expand actions.
+With prefix ARG non-nil, indent the entire sub-statement."
+  (interactive "p")
+  (save-excursion
+    (if        (and idlwave-expand-generic-end
+            (re-search-backward "\\<\\(end\\)\\s-*\\="
+                                (max 0 (- (point) 10)) t)
+            (looking-at "\\(end\\)\\([ \n\t]\\|\\'\\)"))
+       (progn (goto-char (match-end 1))
+              ;;Expand the END abbreviation, just as RET or Space would have.
+              (if abbrev-mode (expand-abbrev)
+                (idlwave-show-begin)))))
+  (when (and (not arg) current-prefix-arg)
+    (setq arg current-prefix-arg)
+    (setq current-prefix-arg nil))
+  (if arg
+      (idlwave-indent-statement)
+    (idlwave-indent-line t)))
 
 (defun idlwave-indent-line (&optional expand)
   "Indents current IDL line as code or as a comment.
@@ -2277,34 +2837,39 @@ If the optional argument EXPAND is non-nil then the actions in
           ;; indent the line
           (idlwave-indent-left-margin (idlwave-calculate-indent)))
         ;; Adjust parallel comment
-        (end-of-line)
-        (if (idlwave-in-comment)
-            (indent-for-comment))))
+       (end-of-line)
+       (if (idlwave-in-comment)
+           ;; Emacs 21 is too smart with fill-column on comment indent
+           (let ((fill-column (if (fboundp 'comment-indent-new-line)
+                                  (1- (frame-width))
+                                fill-column)))
+             (indent-for-comment)))))
     (goto-char mloc)
     ;; Get rid of marker
-    (set-marker mloc nil)
-    ))
+    (set-marker mloc nil)))
 
 (defun idlwave-do-action (action)
-  "Perform an action repeatedly on a line.
-ACTION is a list (REG . FUNC).  REG is a regular expression.  FUNC is
-either a function name to be called with `funcall' or a list to be
-evaluated with `eval'.  The action performed by FUNC should leave point
-after the match for REG - otherwise an infinite loop may be entered."
+  "Perform an action repeatedly on a line.  ACTION is a list (REG
+. FUNC).  REG is a regular expression.  FUNC is either a function name
+to be called with `funcall' or a list to be evaluated with `eval'.
+The action performed by FUNC should leave point after the match for
+REG - otherwise an infinite loop may be entered.  FUNC is always
+passed a final argument of 'is-action, so it can discriminate between
+being run as an action, or a key binding"
   (let ((action-key (car action))
         (action-routine (cdr action)))
     (beginning-of-line)
     (while (idlwave-look-at action-key)
       (if (listp action-routine)
-          (eval action-routine)
-        (funcall action-routine)))))
+          (eval (append action-routine '('is-action)))
+        (funcall action-routine 'is-action)))))
 
 (defun idlwave-indent-to (col &optional min)
   "Indent from point with spaces until column COL.
 Inserts space before markers at point."
   (if (not min) (setq min 0))
   (insert-before-markers
-   (make-string (max min (- col (current-column))) ? )))
+   (make-string (max min (- col (current-column))) ?\ )))
 
 (defun idlwave-indent-left-margin (col)
   "Indent the current line to column COL.
@@ -2327,6 +2892,15 @@ Inserts spaces before markers at point."
       (indent-region beg (point) nil))
     (message "Indenting subprogram...done.")))
 
+(defun idlwave-indent-statement ()
+  "Indent current statement, including all continuation lines."
+  (interactive)
+  (save-excursion
+    (idlwave-beginning-of-statement)
+    (let ((beg (point)))
+      (idlwave-end-of-statement)
+      (indent-region beg (point) nil))))
+
 (defun idlwave-calculate-indent ()
   "Return appropriate indentation for current line as IDL code."
   (save-excursion
@@ -2342,130 +2916,229 @@ Inserts spaces before markers at point."
              (idlwave-is-continuation-line)))
       (idlwave-calculate-cont-indent))
      ;; calculate indent based on previous and current statements
-     (t (let ((the-indent
-               ;; calculate indent based on previous statement
-               (save-excursion
-                 (cond
-                  ((idlwave-previous-statement)
-                   0)
-                  ;; Main block
-                  ((idlwave-look-at idlwave-begin-unit-reg t)
-                   (+ (idlwave-current-statement-indent)
-                     idlwave-main-block-indent))
-                  ;; Begin block
-                  ((idlwave-look-at idlwave-begin-block-reg t)
-                   (+ (idlwave-current-statement-indent)
-                     idlwave-block-indent))
-                  ((idlwave-look-at idlwave-end-block-reg t)
-                   (- (idlwave-current-statement-indent)
-                     idlwave-end-offset
-                     idlwave-block-indent))
-                  ((idlwave-current-statement-indent))))))
+     (t (let* (beg-prev-pos
+              (the-indent
+               ;; calculate indent based on previous statement
+               (save-excursion
+                 (cond
+                  ;; Beginning of file
+                  ((prog1
+                       (idlwave-previous-statement)
+                     (setq beg-prev-pos (point)))
+                   0)
+                  ;; Main block
+                  ((idlwave-look-at idlwave-begin-unit-reg t)
+                   (+ (idlwave-current-statement-indent)
+                      idlwave-main-block-indent))
+                  ;; Begin block
+                  ((idlwave-look-at idlwave-begin-block-reg t)
+                   (+ (idlwave-min-current-statement-indent)
+                      idlwave-block-indent))
+                  ;; End Block
+                  ((idlwave-look-at idlwave-end-block-reg t)
+                   (progn
+                     ;; Match to the *beginning* of the block opener
+                     (goto-char beg-prev-pos)
+                     (idlwave-block-jump-out -1 'nomark) ; go to begin block
+                     (idlwave-min-current-statement-indent)))
+                     ;;                      idlwave-end-offset
+                     ;;                      idlwave-block-indent))
+
+                  ;; Default to current indent
+                  ((idlwave-current-statement-indent))))))
           ;; adjust the indentation based on the current statement
           (cond
            ;; End block
-           ((idlwave-look-at idlwave-end-block-reg t)
-            (+ the-indent idlwave-end-offset))
+           ((idlwave-look-at idlwave-end-block-reg)
+           (+ the-indent idlwave-end-offset))
            (the-indent)))))))
 
 ;;
-;; Parenthesses balacing/indent
+;; Parentheses indent
 ;;
 
+(defun idlwave-calculate-paren-indent (beg-reg end-reg close-exp)
+  "Calculate the continuation indent inside a paren group.
+Returns a cons-cell with (open . indent), where open is the
+location of the open paren"
+  (let ((open (nth 1 (parse-partial-sexp beg-reg end-reg))))
+    ;; Found an innermost open paren.
+    (when open
+      (goto-char open)
+      ;; Line up with next word unless this is a closing paren.
+      (cons open
+           (cond
+            ;; Plain Kernighan-style nested indent
+            (idlwave-indent-parens-nested
+             (+ idlwave-continuation-indent (idlwave-current-indent)))
+
+            ;; This is a closed paren - line up under open paren.
+            (close-exp
+             (current-column))
+
+            ;; Empty (or just comment) follows -- revert to basic indent
+            ((progn
+               ;; Skip paren
+               (forward-char 1)
+               (looking-at "[ \t$]*\\(;.*\\)?$"))
+             nil)
+
+            ;; Line up with first word after any blank space
+            ((progn
+               (skip-chars-forward " \t")
+               (current-column))))))))
+
 (defun idlwave-calculate-cont-indent ()
-  "Calculates the IDL continuation indent column from the previous statement.
-Note that here previous statement means the beginning of the current
-statement if this statement is a continuation of the previous line.
-Intervening comments or comments within the previous statement can
-screw things up if the comments contain parentheses characters."
+  "Calculates the IDL continuation indent column from the previous
+statement.  Note that here previous statement usually means the
+beginning of the current statement if this statement is a continuation
+of the previous line.  Various special types of continuations,
+including assignments, routine definitions, and parenthetical
+groupings, are treated separately."
   (save-excursion
-    (let* (open
-           (case-fold-search t)
+    (let* ((case-fold-search t)
            (end-reg (progn (beginning-of-line) (point)))
-           (close-exp (progn (skip-chars-forward " \t") (looking-at "\\s)")))
-           (beg-reg (progn (idlwave-previous-statement) (point))))
-      ;;
-      ;; If PRO or FUNCTION declaration indent after name, and first comma.
-      ;;
-      (if (idlwave-look-at "\\<\\(pro\\|function\\)\\>")
-          (progn
-            (forward-sexp 1)
-            (if (looking-at "[ \t]*,[ \t]*")
-                (goto-char (match-end 0)))
-            (current-column))
-        ;;
-        ;; Not a PRO or FUNCTION
-        ;;
-        ;; Look for innermost unmatched open paren
-        ;;
-        (if (setq open (car (cdr (parse-partial-sexp beg-reg end-reg))))
-            ;; Found innermost open paren.
-            (progn
-              (goto-char open)
-             ;; Line up with next word unless this is a closing paren.
-              (cond
-               ;; This is a closed paren - line up under open paren.
-               (close-exp
-                (current-column))
-               ;; Empty - just add regular indent. Take into account
-               ;; the forward-char
-               ((progn
-                  ;; Skip paren
-                  (forward-char 1)
-                  (looking-at "[ \t$]*$"))
-                (+ (current-column) idlwave-continuation-indent -1))
-               ;; Line up with first word
-               ((progn
-                  (skip-chars-forward " \t")
-                  (current-column)))))
-          ;; No unmatched open paren. Just a simple continuation.
-          (goto-char beg-reg)
-          (+ (idlwave-current-indent)
-             ;; Make adjustments based on current line
-             (cond
-              ;; Else statement
-              ((progn
-                 (goto-char end-reg)
-                 (skip-chars-forward " \t")
-                 (looking-at "else"))
-               0)
-              ;; Ordinary continuation
-              (idlwave-continuation-indent))))))))
-
-(defun idlwave-find-key (key-reg &optional dir nomark limit)
-  "Move in direction of the optional second argument DIR to the
-next keyword not contained in a comment or string and occurring before
-optional fourth argument LIMIT. DIR defaults to forward direction.  If
-DIR is negative the search is backwards, otherwise, it is
-forward. LIMIT defaults to the beginning or end of the buffer
-according to the direction of the search. The keyword is given by the
-regular expression argument KEY-REG.  The search is case insensitive.
-Returns position if successful and nil otherwise.  If found
-`push-mark' is executed unless the optional third argument NOMARK is
-non-nil. If found, the point is left at the keyword beginning."
-  (or dir (setq dir 0))
-  (or limit (setq limit (cond ((>= dir 0) (point-max)) ((point-min)))))
-  (let (found
-        (old-syntax-table (syntax-table))
-        (case-fold-search t))
-    (unwind-protect
-       (save-excursion
-         (set-syntax-table idlwave-find-symbol-syntax-table)
-         (if (>= dir 0)
-             (while (and (setq found (and
-                                      (re-search-forward key-reg limit t)
-                                      (match-beginning 0)))
-                         (idlwave-quoted)
-                         (not (eobp))))
-           (while (and (setq found (and
-                                    (re-search-backward key-reg limit t)
-                                    (match-beginning 0)))
-                       (idlwave-quoted)
-                       (not (bobp))))))
-      (set-syntax-table old-syntax-table))
-    (if found (progn
-                (if (not nomark) (push-mark))
-                (goto-char found)))))
+          (beg-last-statement (save-excursion (idlwave-previous-statement)
+                                              (point)))
+           (beg-reg (progn (idlwave-start-of-substatement 'pre)
+                          (if (eq (line-beginning-position) end-reg)
+                              (goto-char beg-last-statement)
+                            (point))))
+          (basic-indent (+ (idlwave-min-current-statement-indent end-reg)
+                           idlwave-continuation-indent))
+          fancy-nonparen-indent fancy-paren-indent)
+      (cond
+       ;; Align then with its matching if, etc.
+       ((let ((matchers '(("\\<if\\>" . "[ \t]*then")
+                         ("\\<\\(if\\|end\\(if\\)?\\)\\>" . "[ \t]*else")
+                         ("\\<\\(for\\|while\\)\\>" . "[ \t]*do")
+                         ("\\<\\(repeat\\|end\\(rep\\)?\\)\\>" .
+                          "[ \t]*until")
+                         ("\\<case\\>" . "[ \t]*of")))
+             match cont-re)
+         (goto-char end-reg)
+         (and
+          (setq cont-re
+                (catch 'exit
+                  (while (setq match (car matchers))
+                    (if (looking-at (cdr match))
+                        (throw 'exit (car match)))
+                    (setq matchers (cdr matchers)))))
+          (idlwave-find-key cont-re -1 'nomark beg-last-statement)))
+       (if (looking-at "end") ;; that one's special
+           (- (idlwave-current-indent)
+              (+ idlwave-block-indent idlwave-end-offset))
+         (idlwave-current-indent)))
+
+       ;; Indent in from the previous line for continuing statements
+       ((let ((matchers '("\\<then\\>"
+                         "\\<do\\>"
+                         "\\<repeat\\>"
+                         "\\<else\\>"))
+             match)
+         (catch 'exit
+           (goto-char end-reg)
+           (if (/= (forward-line -1) 0)
+               (throw 'exit nil))
+           (while (setq match (car matchers))
+             (if (looking-at (concat ".*" match "[ \t]*\\$[ \t]*"
+                                     "\\(;.*\\)?$"))
+                 (throw 'exit t))
+             (setq matchers (cdr matchers)))))
+       (+ idlwave-continuation-indent (idlwave-current-indent)))
+
+       ;; Parenthetical indent, either traditional or Kernighan style
+       ((setq fancy-paren-indent
+             (let* ((end-reg end-reg)
+                   (close-exp (progn
+                                (goto-char end-reg)
+                                (skip-chars-forward " \t")
+                                (looking-at "\\s)")))
+                   indent-cons)
+               (catch 'loop
+                 (while (setq indent-cons (idlwave-calculate-paren-indent
+                                           beg-reg end-reg close-exp))
+                   ;; First permitted containing paren
+                   (if (or
+                        idlwave-indent-to-open-paren
+                        idlwave-indent-parens-nested
+                         (null (cdr indent-cons))
+                        (< (- (cdr indent-cons) basic-indent)
+                           idlwave-max-extra-continuation-indent))
+                       (throw 'loop (cdr indent-cons)))
+                   (setq end-reg (car indent-cons))))))
+       fancy-paren-indent)
+
+       ;; A continued assignment, or procedure call/definition
+       ((and
+        (> idlwave-max-extra-continuation-indent 0)
+        (setq fancy-nonparen-indent
+              (progn
+                (goto-char beg-reg)
+                (while (idlwave-look-at "&"))  ; skip continued statements
+                (cond
+                 ;; A continued Procedure call or definition
+                 ((progn
+                    (idlwave-look-at "^[ \t]*\\(pro\\|function\\)") ;skip over
+                    (looking-at "[ \t]*\\([a-zA-Z0-9.$_]+[ \t]*->[ \t]*\\)?[a-zA-Z][:a-zA-Z0-9$_]*[ \t]*\\(,\\)[ \t]*"))
+                  (goto-char (match-end 0))
+                  ;; Comment only, or blank line with "$"?  Basic indent.
+                  (if (save-match-data (looking-at "[ \t$]*\\(;.*\\)?$"))
+                      nil
+                    (current-column)))
+
+                 ;; Continued assignment (with =):
+                 ((catch 'assign ;
+                    (while (looking-at "[^=\n\r]*\\(=\\)[ \t]*")
+                      (goto-char (match-end 0))
+                      (if (null (idlwave-what-function beg-reg))
+                          (throw 'assign t))))
+                  (unless (or
+                           (idlwave-in-quote)
+                           (looking-at "[ \t$]*\\(;.*\\)?$") ; use basic
+                           (save-excursion
+                             (goto-char beg-last-statement)
+                             (eq (caar (idlwave-statement-type)) 'for)))
+                    (current-column))))))
+        (< (- fancy-nonparen-indent basic-indent)
+           idlwave-max-extra-continuation-indent))
+       (if fancy-paren-indent ;calculated but disallowed paren indent
+           (+ fancy-nonparen-indent idlwave-continuation-indent)
+         fancy-nonparen-indent))
+
+       ;; Basic indent, by default
+       (t basic-indent)))))
+
+
+
+(defun idlwave-find-key (key-re &optional dir nomark limit)
+  "Move to next match of the regular expression KEY-RE.
+Matches inside comments or string constants will be ignored.
+If DIR is negative, the search will be backwards.
+At a successful match, the mark is pushed unless NOMARK is non-nil.
+Searches are limited to LIMIT.
+Searches are case-insensitive and use a special syntax table which
+treats `$' and `_' as word characters.
+Return value is the beginning of the match or (in case of failure) nil."
+  (setq dir (or dir 0))
+  (let ((case-fold-search t)
+       (search-func (if (> dir 0) 're-search-forward 're-search-backward))
+       found)
+    (idlwave-with-special-syntax
+     (save-excursion
+       (catch 'exit
+        (while (funcall search-func key-re limit t)
+          (if (not (idlwave-quoted))
+              (throw 'exit (setq found (match-beginning 0)))
+            (if (or (and (> dir 0) (eobp))
+                    (and (< dir 0) (bobp)))
+                (throw 'exit nil)))))))
+    (if found
+       (progn
+         (if (not nomark) (push-mark))
+         (goto-char found)
+         found)
+      nil)))
 
 (defun idlwave-block-jump-out (&optional dir nomark)
   "When optional argument DIR is non-negative, move forward to end of
@@ -2480,7 +3153,7 @@ possibility of unbalanced blocks."
   (let* ((here (point))
          (case-fold-search t)
          (limit (if (>= dir 0) (point-max) (point-min)))
-         (block-limit (if (>= dir 0) 
+         (block-limit (if (>= dir 0)
                          idlwave-begin-block-reg
                        idlwave-end-block-reg))
          found
@@ -2491,7 +3164,7 @@ possibility of unbalanced blocks."
                               (idlwave-find-key
                                idlwave-begin-unit-reg dir t limit)
                             (end-of-line)
-                            (idlwave-find-key 
+                            (idlwave-find-key
                              idlwave-end-unit-reg dir t limit)))
                         limit)))
     (if (>= dir 0) (end-of-line)) ;Make sure we are in current block
@@ -2504,10 +3177,27 @@ possibility of unbalanced blocks."
     (if (not found) (goto-char unit-limit)
       (if (>= dir 0) (forward-word 1)))))
 
-(defun idlwave-current-statement-indent ()
+(defun idlwave-min-current-statement-indent (&optional end-reg)
+  "The minimum indent in the current statement."
+  (idlwave-beginning-of-statement)
+  (if (not (idlwave-is-continuation-line))
+      (idlwave-current-indent)
+    (let ((min (idlwave-current-indent)) comm-or-empty)
+      (while (and (= (forward-line 1) 0)
+                 (or (setq comm-or-empty (idlwave-is-comment-or-empty-line))
+                     (idlwave-is-continuation-line))
+                 (or (null end-reg) (< (point) end-reg)))
+       (unless comm-or-empty (setq min (min min (idlwave-current-indent)))))
+      (if (or comm-or-empty (and end-reg (>= (point) end-reg)))
+         min
+       (min min (idlwave-current-indent))))))
+
+(defun idlwave-current-statement-indent (&optional last-line)
   "Return indentation of the current statement.
 If in a statement, moves to beginning of statement before finding indent."
-  (idlwave-beginning-of-statement)
+  (if last-line
+      (idlwave-end-of-statement)
+    (idlwave-beginning-of-statement))
   (idlwave-current-indent))
 
 (defun idlwave-current-indent ()
@@ -2521,41 +3211,51 @@ Skips any whitespace. Returns 0 if the end-of-line follows the whitespace."
           ((current-column)))))
 
 (defun idlwave-is-continuation-line ()
-  "Tests if current line is continuation line."
-  (save-excursion
-    (idlwave-look-at "\\<\\$")))
+  "Tests if current line is continuation line.
+Blank or comment-only lines following regular continuation lines (with
+`$') count as continuations too."
+  (let (p)
+    (save-excursion
+      (or
+       (idlwave-look-at "\\<\\$")
+       (catch 'loop
+        (while (and (looking-at "^[ \t]*\\(;.*\\)?$")
+                    (eq (forward-line -1) 0))
+          (if (setq p (idlwave-look-at "\\<\\$")) (throw 'loop p))))))))
 
 (defun idlwave-is-comment-line ()
+  "Tests if the current line is a comment line."
   (save-excursion
     (beginning-of-line 1)
     (looking-at "[ \t]*;")))
 
+(defun idlwave-is-comment-or-empty-line ()
+  "Tests if the current line is a comment line."
+  (save-excursion
+    (beginning-of-line 1)
+    (looking-at "[ \t]*[;\n]")))
+
 (defun idlwave-look-at (regexp &optional cont beg)
-  "Searches current line from current point for the regular expression
-REGEXP. If optional argument CONT is non-nil, searches to the end of
-the current statement. If optional arg BEG is non-nil, search starts
-from the beginning of the current statement. Ignores matches that end
-in a comment or inside a string expression. Returns point if
-successful, nil otherwise.  This function produces unexpected results
-if REGEXP contains quotes or a comment delimiter. The search is case
-insensitive.  If successful leaves point after the match, otherwise,
-does not move point."
+  "Searches current line from current point for REGEXP.
+If optional argument CONT is non-nil, searches to the end of
+the current statement.
+If optional arg BEG is non-nil, search starts from the beginning of the
+current statement.
+Ignores matches that end in a comment or inside a string expression.
+Returns point if successful, nil otherwise.
+This function produces unexpected results if REGEXP contains quotes or
+a comment delimiter. The search is case insensitive.
+If successful leaves point after the match, otherwise, does not move point."
   (let ((here (point))
-        (old-syntax-table (syntax-table))
         (case-fold-search t)
-        eos
+        (eos (save-excursion
+              (if cont (idlwave-end-of-statement) (end-of-line))
+              (point)))
         found)
-    (unwind-protect
-       (progn
-         (set-syntax-table idlwave-find-symbol-syntax-table)
-         (setq eos
-               (if cont
-                   (save-excursion (idlwave-end-of-statement) (point))
-                 (save-excursion (end-of-line) (point))))
-         (if beg (idlwave-beginning-of-statement))
-         (while (and (setq found (re-search-forward regexp eos t))
-                     (idlwave-quoted))))
-      (set-syntax-table old-syntax-table))
+    (idlwave-with-special-syntax
+     (if beg (idlwave-beginning-of-statement))
+     (while (and (setq found (re-search-forward regexp eos t))
+                (idlwave-quoted))))
     (if (not found) (goto-char here))
     found))
 
@@ -2617,7 +3317,7 @@ ignored."
                                           (beginning-of-line) (point))
                                         (point))))
                "[^;]"))
-       
+
         ;; Mark the beginning and end of the paragraph
         (goto-char bcl)
         (while (and (looking-at fill-prefix-reg)
@@ -2678,14 +3378,14 @@ ignored."
                           ;; adjust the original location for the
                           ;; inserted text.
                           (setq here (+ here diff)))
-                      (insert (make-string diff ? ))))
+                      (insert (make-string diff ?\ ))))
                 (forward-line -1))
               )
-         
+
           ;; No hang. Instead find minimum indentation of paragraph
           ;; after first line.
           ;; For the following while statement, since START is at the
-          ;; beginning of line and END is at the the end of line
+          ;; beginning of line and END is at the end of line
           ;; point is greater than START at least once (which would
           ;; be the case for a single line paragraph).
           (while (> (point) start)
@@ -2702,7 +3402,7 @@ ignored."
           )
         (setq fill-prefix (concat fill-prefix
                                   (make-string (- indent pre)
-                                               ? )))
+                                               ?\ )))
         ;; first-line indent
         (setq first-indent
               (max
@@ -2713,7 +3413,7 @@ ignored."
                   t)
                  (current-column))
                indent))
-       
+
         ;; try to keep point at its original place
         (goto-char here)
 
@@ -2724,7 +3424,7 @@ ignored."
         (save-excursion
           (setq diff
                 (buffer-substring start (+ start first-indent -1)))
-          (subst-char-in-region start (+ start first-indent -1) ?  ?~ nil)
+          (subst-char-in-region start (+ start first-indent -1) ?\  ?~ nil)
           (fill-region-as-paragraph
            start
            (- (point-max) end)
@@ -2763,10 +3463,10 @@ If not found returns nil."
 
 (defun idlwave-auto-fill ()
   "Called to break lines in auto fill mode.
-Only fills comment lines if `idlwave-fill-comment-line-only' is non-nil.
-Places a continuation character at the end of the line
-if not in a comment.  Splits strings with IDL concatenation operator
-`+' if `idlwave-auto-fill-split-string is non-nil."
+Only fills non-comment lines if `idlwave-fill-comment-line-only' is
+non-nil.  Places a continuation character at the end of the line if
+not in a comment.  Splits strings with IDL concatenation operator `+'
+if `idlwave-auto-fill-split-string' is non-nil."
   (if (<= (current-column) fill-column)
       nil                             ; do not to fill
     (if (or (not idlwave-fill-comment-line-only)
@@ -2779,7 +3479,13 @@ if not in a comment.  Splits strings with IDL concatenation operator
          ;; Prevent actions do-auto-fill which calls indent-line-function.
          (let (idlwave-do-actions
                (paragraph-start ".")
-               (paragraph-separate "."))
+               (paragraph-separate ".")
+               (fill-nobreak-predicate
+                (if (and (idlwave-in-quote)
+                         idlwave-auto-fill-split-string)
+                    (lambda () ;; We'll need 5 spaces for " ' + $"
+                      (<= (- fill-column (current-column)) 5)
+                      ))))
            (do-auto-fill))
          (save-excursion
            (end-of-line 0)
@@ -2814,7 +3520,7 @@ if not in a comment.  Splits strings with IDL concatenation operator
            (if (save-excursion
                  (end-of-line 0)
                  (idlwave-in-comment))
-               ;; Splitting a non-line comment.
+               ;; Splitting a non-full-line comment.
                ;; Insert the comment delimiter from split line
                (progn
                  (save-excursion
@@ -2871,6 +3577,11 @@ automatically breaks the line at a previous space."
     ;; update mode-line
     (set-buffer-modified-p (buffer-modified-p))))
 
+;(defun idlwave-fill-routine-call ()
+;  "Fill a routine definition or statement, indenting appropriately."
+;  (let ((where (idlwave-where)))))
+
+
 (defun idlwave-doc-header (&optional nomark )
   "Insert a documentation header at the beginning of the unit.
 Inserts the value of the variable idlwave-file-header. Sets mark before
@@ -2879,26 +3590,31 @@ is non-nil."
   (interactive "P")
   (or nomark (push-mark))
   ;; make sure we catch the current line if it begins the unit
-  (end-of-line)
-  (idlwave-beginning-of-subprogram)
-  (beginning-of-line)
-  ;; skip function or procedure line
-  (if (idlwave-look-at "\\<\\(pro\\|function\\)\\>")
-      (progn
-        (idlwave-end-of-statement)
-        (if (> (forward-line 1) 0) (insert "\n"))))
-  (if idlwave-file-header
-      (cond ((car idlwave-file-header)
-             (insert-file (car idlwave-file-header)))
-            ((stringp (car (cdr idlwave-file-header)))
-             (insert (car (cdr idlwave-file-header)))))))
-
+  (if idlwave-header-to-beginning-of-file
+      (goto-char (point-min))
+    (end-of-line)
+    (idlwave-beginning-of-subprogram)
+    (beginning-of-line)
+    ;; skip function or procedure line
+    (if (idlwave-look-at "\\<\\(pro\\|function\\)\\>")
+       (progn
+         (idlwave-end-of-statement)
+         (if (> (forward-line 1) 0) (insert "\n")))))
+  (let ((pos (point)))
+    (if idlwave-file-header
+       (cond ((car idlwave-file-header)
+              (insert-file-contents (car idlwave-file-header)))
+             ((stringp (car (cdr idlwave-file-header)))
+              (insert (car (cdr idlwave-file-header))))))
+    (goto-char pos)))
 
 (defun idlwave-default-insert-timestamp ()
   "Default timestamp insertion function"
   (insert (current-time-string))
   (insert ", " (user-full-name))
-  (insert " <" (user-login-name) "@" (system-name) ">")
+  (if (boundp 'user-mail-address)
+      (insert " <" user-mail-address ">")
+    (insert " <" (user-login-name) "@" (system-name) ">"))
   ;; Remove extra spaces from line
   (idlwave-fill-paragraph)
   ;; Insert a blank line comment to separate from the date entry -
@@ -2913,27 +3629,27 @@ and places the point for the user to add a log. Before moving, saves
 location on mark ring so that the user can return to previous point."
   (interactive)
   (push-mark)
-  ;; make sure we catch the current line if it begins the unit
-  (end-of-line)
-  (idlwave-beginning-of-subprogram)
-  (let ((pro (idlwave-look-at "\\<\\(function\\|pro\\)\\>"))
-        (case-fold-search nil))
-    (if (re-search-forward
-         (concat idlwave-doc-modifications-keyword ":")
-         ;; set search limit at next unit beginning
-         (save-excursion (idlwave-end-of-subprogram) (point))
-         t)
-        (end-of-line)
-      ;; keyword not present, insert keyword
-      (if pro (idlwave-next-statement))  ; skip past pro or function statement
-      (beginning-of-line)
-      (insert "\n" comment-start "\n")
-      (forward-line -2)
-      (insert comment-start " " idlwave-doc-modifications-keyword ":")))
-  (idlwave-newline)
-  (beginning-of-line)
-  (insert ";\n;\t")
-  (run-hooks 'idlwave-timestamp-hook))
+  (let* (beg end)
+    (if (and (or (re-search-backward idlwave-doclib-start nil t)
+                (progn
+                  (goto-char (point-min))
+                  (re-search-forward idlwave-doclib-start nil t)))
+            (setq beg (match-beginning 0))
+            (re-search-forward idlwave-doclib-end nil t)
+            (setq end (match-end 0)))
+       (progn
+         (goto-char beg)
+         (if (re-search-forward
+              (concat idlwave-doc-modifications-keyword ":")
+              end t)
+             (end-of-line)
+           (goto-char end)
+           (end-of-line -1)
+           (insert "\n" comment-start "\n")
+           (insert comment-start " " idlwave-doc-modifications-keyword ":"))
+         (insert "\n;\n;\t")
+         (run-hooks 'idlwave-timestamp-hook))
+      (error "No valid DOCLIB header"))))
 
 ;;; CJC 3/16/93
 ;;; Interface to expand-region-abbrevs which did not work when the
@@ -2983,13 +3699,13 @@ constants - a double quote followed by an octal digit."
       (while  (< endq start)
        ;; Find string start
        ;; Don't find an octal constant beginning with a double quote
-       (if (re-search-forward "\"[^0-7]\\|'\\|\"$" eol 'lim)
+       (if (re-search-forward "[\"']" eol 'lim)
            ;; Find the string end.
            ;; In IDL, two consecutive delimiters after the start of a
            ;; string act as an
            ;; escape for the delimiter in the string.
            ;; Two consecutive delimiters alone (i.e., not after the
-           ;; start of a string) is the the null string.
+           ;; start of a string) is the null string.
            (progn
              ;; Move to position after quote
              (goto-char (1+ (match-beginning 0)))
@@ -3013,6 +3729,18 @@ constants - a double quote followed by an octal digit."
       ;; return string beginning position or nil
       (if (> start bq) bq))))
 
+(defun idlwave-is-pointer-dereference (&optional limit)
+  "Determines if the character after point is a pointer dereference *."
+  (let ((pos (point)))
+    (and
+     (eq (char-after) ?\*)
+     (not (idlwave-in-quote))
+     (save-excursion
+       (forward-char)
+       (re-search-backward (concat "\\(" idlwave-idl-keywords
+                                  "\\|[[(*+-/=,^><]\\)\\s-*\\*") limit t)))))
+
+
 ;; Statement templates
 
 ;; Replace these with a general template function, something like
@@ -3024,63 +3752,111 @@ constants - a double quote followed by an octal digit."
 
 Opens a line if point is not followed by a newline modulo intervening
 whitespace.  S1 and S2 are strings.  S1 is inserted at point followed
-by S2.  Point is inserted between S1 and S2.  If optional argument
+by S2.  Point is inserted between S1 and S2.  The case of S1 and S2 is
+adjusted according to `idlwave-abbrev-change-case'.  If optional argument
 PROMPT is a string then it is displayed as a message in the
 minibuffer.  The PROMPT serves as a reminder to the user of an
 expression to enter.
 
 The lines containing S1 and S2 are reindented using `indent-region'
 unless the optional second argument NOINDENT is non-nil."
-  (let ((beg (save-excursion (beginning-of-line) (point)))
-        end)
-    (if (not (looking-at "\\s-*\n"))
-        (open-line 1))
-    (insert s1)
-    (save-excursion
-      (insert s2)
-      (setq end (point)))
-    (if (not noindent)
-        (indent-region beg end nil))
-    (if (stringp prompt)
-        (message prompt))))
+  (if (eq major-mode 'idlwave-shell-mode)
+      ;; This is a gross hack to avoit template abbrev expansion
+      ;; in the shell.  FIXME: This is a dirty hack.
+      (if (and (eq this-command 'self-insert-command)
+              (equal last-abbrev-location (point)))
+         (insert last-abbrev-text)
+       (error "No templates in idlwave-shell"))
+    (cond ((eq idlwave-abbrev-change-case 'down)
+          (setq s1 (downcase s1) s2 (downcase s2)))
+         (idlwave-abbrev-change-case
+          (setq s1 (upcase s1) s2 (upcase s2))))
+    (let ((beg (save-excursion (beginning-of-line) (point)))
+         end)
+      (if (not (looking-at "\\s-*\n"))
+         (open-line 1))
+      (insert s1)
+      (save-excursion
+       (insert s2)
+       (setq end (point)))
+      (if (not noindent)
+         (indent-region beg end nil))
+      (if (stringp prompt)
+         (message prompt)))))
+
+(defun idlwave-rw-case (string)
+  "Make STRING have the case required by `idlwave-reserved-word-upcase'."
+  (if idlwave-reserved-word-upcase
+      (upcase string)
+    string))
 
 (defun idlwave-elif ()
   "Build skeleton IDL if-else block."
   (interactive)
-  (idlwave-template "if" 
-                   " then begin\n\nendif else begin\n\nendelse"
-                   "Condition expression"))
+  (idlwave-template
+   (idlwave-rw-case "if")
+   (idlwave-rw-case " then begin\n\nendif else begin\n\nendelse")
+   "Condition expression"))
 
 (defun idlwave-case ()
   "Build skeleton IDL case statement."
   (interactive)
-  (idlwave-template "case" " of\n\nendcase" "Selector expression"))
+  (idlwave-template
+   (idlwave-rw-case "case")
+   (idlwave-rw-case " of\n\nendcase")
+   "Selector expression"))
+
+(defun idlwave-switch ()
+  "Build skeleton IDL switch statement."
+  (interactive)
+  (idlwave-template
+   (idlwave-rw-case "switch")
+   (idlwave-rw-case " of\n\nendswitch")
+   "Selector expression"))
 
 (defun idlwave-for ()
   "Build skeleton for loop statment."
   (interactive)
-  (idlwave-template "for" " do begin\n\nendfor" "Loop expression"))
+  (idlwave-template
+   (idlwave-rw-case "for")
+   (idlwave-rw-case " do begin\n\nendfor")
+   "Loop expression"))
 
 (defun idlwave-if ()
   "Build skeleton for loop statment."
   (interactive)
-  (idlwave-template "if" " then begin\n\nendif" "Scalar logical expression"))
+  (idlwave-template
+   (idlwave-rw-case "if")
+   (idlwave-rw-case " then begin\n\nendif")
+   "Scalar logical expression"))
 
 (defun idlwave-procedure ()
   (interactive)
-  (idlwave-template "pro" "\n\nreturn\nend" "Procedure name"))
+  (idlwave-template
+   (idlwave-rw-case "pro")
+   (idlwave-rw-case "\n\nreturn\nend")
+   "Procedure name"))
 
 (defun idlwave-function ()
   (interactive)
-  (idlwave-template "function" "\n\nreturn\nend" "Function name"))
+  (idlwave-template
+   (idlwave-rw-case "function")
+   (idlwave-rw-case "\n\nreturn\nend")
+   "Function name"))
 
 (defun idlwave-repeat ()
   (interactive)
-  (idlwave-template "repeat begin\n\nendrep until" "" "Exit condition"))
+  (idlwave-template
+   (idlwave-rw-case "repeat begin\n\nendrep until")
+   (idlwave-rw-case "")
+   "Exit condition"))
 
 (defun idlwave-while ()
   (interactive)
-  (idlwave-template "while" " do begin\n\nendwhile" "Entry condition"))
+  (idlwave-template
+   (idlwave-rw-case "while")
+   (idlwave-rw-case " do begin\n\nendwhile")
+   "Entry condition"))
 
 (defun idlwave-split-string (string &optional pattern)
   "Return a list of substrings of STRING which are separated by PATTERN.
@@ -3114,21 +3890,100 @@ If PATTERN is omitted, it defaults to \"[ \\f\\t\\n\\r\\v]+\"."
     (find-buffer-visiting file))
    (t (error "This should not happen (idlwave-get-buffer-visiting)"))))
 
-(defun idlwave-find-file-noselect (file)
+(defvar idlwave-outlawed-buffers nil
+  "List of buffer pulled up by idlwave for special reasons.
+Buffers in this list may be killed by `idlwave-kill-autoloaded-buffers'.")
+
+(defun idlwave-find-file-noselect (file &optional why)
   ;; Return a buffer visiting file.
   (or (idlwave-get-buffer-visiting file)
-      (find-file-noselect file)))
-
-(defvar idlwave-scanned-lib-directories)
-(defun idlwave-find-lib-file-noselet (file)
+      (let ((buf (find-file-noselect file)))
+       (if why (add-to-list 'idlwave-outlawed-buffers (cons buf why)))
+       buf)))
+
+(defun idlwave-kill-autoloaded-buffers ()
+  "Kill buffers created automatically by IDLWAVE.
+Function prompts for a letter to identify the buffers to kill.
+Possible letters are:
+
+f    Buffers created by the command \\[idlwave-find-module] or mouse
+     clicks in the routine info window.
+s    Buffers created by the IDLWAVE Shell to display where execution
+     stopped or an error was found.
+a    Both of the above.
+
+Buffer containing unsaved changes require confirmation before they are killed."
+  (interactive)
+  (if (null idlwave-outlawed-buffers)
+      (error "No IDLWAVE-created buffers available")
+    (princ (format "Kill IDLWAVE-created buffers: [f]ind source(%d), [s]hell display(%d), [a]ll ? "
+                  (idlwave-count-outlawed-buffers 'find)
+                  (idlwave-count-outlawed-buffers 'shell)))
+    (let ((c (read-char)))
+      (cond
+       ((member c '(?f ?\C-f))
+       (idlwave-do-kill-autoloaded-buffers 'find))
+       ((member c '(?s ?\C-s))
+       (idlwave-do-kill-autoloaded-buffers 'shell))
+       ((member c '(?a ?\C-a))
+       (idlwave-do-kill-autoloaded-buffers t))
+       (t (error "Abort"))))))
+
+(defun idlwave-count-outlawed-buffers (tag)
+  "How many outlawed buffers have tag TAG?"
+  (length (delq nil
+               (mapcar
+                (lambda (x) (eq (cdr x) tag))
+                idlwave-outlawed-buffers))))
+
+(defun idlwave-do-kill-autoloaded-buffers (&rest reasons)
+  "Kill all buffers pulled up by IDLWAVE matching REASONS."
+  (let* ((list (copy-sequence idlwave-outlawed-buffers))
+        (cnt 0)
+        entry)
+    (while (setq entry (pop list))
+      (if (buffer-live-p (car entry))
+         (and (or (memq t reasons)
+                  (memq (cdr entry) reasons))
+              (kill-buffer (car entry))
+              (incf cnt)
+              (setq idlwave-outlawed-buffers
+                    (delq entry idlwave-outlawed-buffers)))
+       (setq idlwave-outlawed-buffers
+             (delq entry idlwave-outlawed-buffers))))
+    (message "%d buffer%s killed" cnt (if (= cnt 1) "" "s"))))
+
+(defun idlwave-revoke-license-to-kill ()
+  "Remove BUFFER from the buffers which may be killed.
+Killing would be done by `idlwave-do-kill-autoloaded-buffers'.
+Intended for `after-save-hook'."
+  (let* ((buf (current-buffer))
+        (entry (assq buf idlwave-outlawed-buffers)))
+    ;; Revoke license
+    (if entry
+       (setq idlwave-outlawed-buffers
+             (delq entry idlwave-outlawed-buffers)))
+    ;; Remove this function from the hook.
+    (remove-hook 'after-save-hook 'idlwave-revoke-license-to-kill 'local)))
+
+(defvar idlwave-path-alist)
+(defun idlwave-locate-lib-file (file)
   ;; Find FILE on the scanned lib path and return a buffer visiting it
-  (let* ((dirs idlwave-scanned-lib-directories)
+  (let* ((dirs idlwave-path-alist)
         dir efile)
     (catch 'exit
-      (while (setq dir (pop dirs))
+      (while (setq dir (car (pop dirs)))
        (if (file-regular-p
             (setq efile (expand-file-name file dir)))
-           (throw 'exit (idlwave-find-file-noselect efile)))))))
+           (throw 'exit efile))))))
+
+(defun idlwave-expand-lib-file-name (file)
+  ;; Find FILE on the scanned lib path and return a buffer visiting it
+  ;; This is for, e.g., finding source with no user catalog
+  (cond
+   ((null file) nil)
+   ((file-name-absolute-p file) file)
+   (t (idlwave-locate-lib-file file))))
 
 (defun idlwave-make-tags ()
   "Creates the IDL tags file IDLTAGS in the current directory from
@@ -3140,7 +3995,7 @@ you specify /."
   (interactive)
   (let (directory directories cmd append status numdirs dir getsubdirs
                  buffer save_buffer files numfiles item errbuf)
-    
+
     ;;
     ;; Read list of directories
     (setq directory (read-string "Tag Directories: " "."))
@@ -3189,11 +4044,14 @@ you specify /."
              ;; Call etags
              (if (not (string-match "^[ \\t]*$" item))
                  (progn
-                   (message (concat "Tagging " item "..."))
+                   (message "%s" (concat "Tagging " item "..."))
                    (setq errbuf (get-buffer-create "*idltags-error*"))
                    (setq status (+ status
-                                   (call-process "sh" nil errbuf nil "-c"
-                                                 (concat cmd append item))))
+                                   (if (eq 0 (call-process
+                                              "sh" nil errbuf nil "-c"
+                                              (concat cmd append item)))
+                                       0
+                                       1)))
                    ;;
                    ;; Append additional tags
                    (setq append " --append ")
@@ -3203,13 +4061,13 @@ you specify /."
                  (setq numfiles (1+ numfiles))
                  (setq item (nth numfiles files))
                  )))
-           
+
            (setq numdirs (1+ numdirs))
            (setq dir (nth numdirs directories)))
        (progn
          (setq numdirs (1+ numdirs))
          (setq dir (nth numdirs directories)))))
-    
+
     (setq errbuf (get-buffer-create "*idltags-error*"))
     (if (= status 0)
        (kill-buffer errbuf))
@@ -3232,11 +4090,13 @@ blank lines."
       ;; skip blank lines
       (skip-chars-forward " \t\n")
       (if (looking-at (concat "[ \t]*\\(" comment-start "+\\)"))
-          (comment-region beg end
-                          (- (length (buffer-substring
-                                      (match-beginning 1)
-                                      (match-end 1)))))
-        (comment-region beg end)))))
+         (if (fboundp 'uncomment-region)
+             (uncomment-region beg end)
+           (comment-region beg end
+                           (- (length (buffer-substring
+                                       (match-beginning 1)
+                                       (match-end 1))))))
+       (comment-region beg end)))))
 
 
 ;; ----------------------------------------------------------------------------
@@ -3252,17 +4112,21 @@ blank lines."
 ;; For the completion and routine info function, we want to normalize
 ;; the case of procedure names etc.  We do this by "interning" these
 ;; string is a hand-crafted way.  Hashes are used to map the downcase
-;; version of the strings to the cased versions.  Since these cased
-;; versions are really lisp objects, we can use `eq' to search, which
-;; is a large performance boost.
-;; All new strings need to be "sinterned".  We do this as early as
-;; possible after getting these strings from completion or buffer
-;; substrings.  So most of the code can simply assume to deal with
-;; "sinterned" strings.  The only exception is that the functions
-;; which scan whole buffers for routine information do not intern the
-;; grabbed strings.  This is only done afterwards.  Therefore in these 
-;; functions it is *not* save to assume the strings can be compared
-;; with `eq' and be fed into the routine assq functions.
+;; version of the strings to the cased versions.  Most *-sint-*
+;; variables consist of *two* hashes, a buffer+shell, followed by a
+;; system hash.  The former is re-scanned, and the latter takes case
+;; precedence.
+;;
+;; Since these cased versions are really lisp objects, we can use `eq'
+;; to search, which is a large performance boost.  All new strings
+;; need to be "sinterned".  We do this as early as possible after
+;; getting these strings from completion or buffer substrings.  So
+;; most of the code can simply assume to deal with "sinterned"
+;; strings.  The only exception is that the functions which scan whole
+;; buffers for routine information do not intern the grabbed strings.
+;; This is only done afterwards.  Therefore in these functions it is
+;; *not* safe to assume the strings can be compared with `eq' and be
+;; fed into the routine assq functions.
 
 ;; Here we define the hashing functions.
 
@@ -3271,14 +4135,15 @@ blank lines."
 (defvar idlwave-sint-keywords '(nil))
 (defvar idlwave-sint-methods  '(nil))
 (defvar idlwave-sint-classes  '(nil))
-(defvar idlwave-sint-files    '(nil))
+(defvar idlwave-sint-dirs    '(nil))
+(defvar idlwave-sint-libnames '(nil))
 
 (defun idlwave-reset-sintern (&optional what)
   "Reset all sintern hashes."
   ;; Make sure the hash functions are accessible.
   (if (or (not (fboundp 'gethash))
          (not (fboundp 'puthash)))
-      (progn 
+      (progn
        (require 'cl)
        (or (fboundp 'puthash)
            (defalias 'puthash 'cl-puthash))))
@@ -3292,21 +4157,22 @@ blank lines."
       for var = (car entry)
       do (if (not (consp (symbol-value var))) (set var (list nil))))
 
+    ;; Reset the system & library hash
     (when (or (eq what t) (eq what 'syslib)
              (null (cdr idlwave-sint-routines)))
-      ;; Reset the system & library hash
       (loop for entry in entries
        for var = (car entry) for size = (nth 1 entry)
-       do (setcdr (symbol-value var) 
+       do (setcdr (symbol-value var)
                   (make-hash-table ':size size ':test 'equal)))
-      (setq idlwave-sint-files nil))
+      (setq idlwave-sint-dirs nil
+           idlwave-sint-libnames nil))
 
+    ;; Reset the buffer & shell hash
     (when (or (eq what t) (eq what 'bufsh)
              (null (car idlwave-sint-routines)))
-      ;; Reset the buffer & shell hash
       (loop for entry in entries
        for var = (car entry) for size = (nth 1 entry)
-       do (setcar (symbol-value var) 
+       do (setcar (symbol-value var)
                   (make-hash-table ':size size ':test 'equal))))))
 
 (defun idlwave-sintern-routine-or-method (name &optional class set)
@@ -3349,9 +4215,12 @@ blank lines."
        (set (idlwave-sintern-set name 'class idlwave-sint-classes set))
        (name)))
 
-(defun idlwave-sintern-file (name &optional set)
-  (car (or (member name idlwave-sint-files)
-          (setq idlwave-sint-files (cons name idlwave-sint-files)))))
+(defun idlwave-sintern-dir (dir &optional set)
+  (car (or (member dir idlwave-sint-dirs)
+          (setq idlwave-sint-dirs (cons dir idlwave-sint-dirs)))))
+(defun idlwave-sintern-libname (name &optional set)
+  (car (or (member name idlwave-sint-libnames)
+          (setq idlwave-sint-libnames (cons name idlwave-sint-libnames)))))
 
 (defun idlwave-sintern-set (name type tables set)
   (let* ((func (or (cdr (assq type idlwave-completion-case))
@@ -3361,10 +4230,18 @@ blank lines."
     (puthash (downcase name) iname table)
     iname))
 
-(defun idlwave-sintern-rinfo-list (list &optional set)
-  "Sintern all strings in the rinfo LIST.  With optional parameter SET:
-also set new patterns.  Probably this will always have to be t."
-  (let (entry name type class kwds res source call olh new)
+(defun idlwave-sintern-keyword-list (kwd-list &optional set)
+  "Sintern a set of keywords (file (key . link) (key2 . link2) ...)"
+  (mapcar (lambda(x)
+           (setcar x (idlwave-sintern-keyword (car x) set)))
+         (cdr kwd-list))
+  kwd-list)
+
+(defun idlwave-sintern-rinfo-list (list &optional set default-dir)
+  "Sintern all strings in the rinfo LIST.  With optional parameter
+SET: also set new patterns.  Probably this will always have to be t.
+If DEFAULT-DIR is passed, it is used as the base of the directory"
+  (let (entry name type class kwds res source call new)
     (while list
       (setq entry (car list)
            list (cdr list)
@@ -3373,41 +4250,89 @@ also set new patterns.  Probably this will always have to be t."
            class (nth 2 entry)
            source (nth 3 entry)
            call (nth 4 entry)
-           kwds (nth 5 entry)
-           olh (nth 6 entry))
-      (setq kwds (mapcar (lambda (x)
-                          (list (idlwave-sintern-keyword (car x) set)))
-                        kwds))
+           kwds (nthcdr 5 entry))
+
+      ;; The class and name
       (if class
          (progn
            (if (symbolp class) (setq class (symbol-name class)))
            (setq class (idlwave-sintern-class class set))
            (setq name (idlwave-sintern-method name set)))
        (setq name (idlwave-sintern-routine name set)))
-      (if (stringp (cdr source))
-         (setcdr source (idlwave-sintern-file (cdr source) t)))
-      (setq new (if olh
-                   (list name type class source call kwds olh)
-                 (list name type class source call kwds)))
-      (setq res (cons new res)))
+
+      ;; The source
+      (let ((source-type (car source))
+           (source-file  (nth 1 source))
+           (source-dir  (if default-dir
+                            (file-name-as-directory default-dir)
+                          (nth 2 source)))
+           (source-lib (nth 3 source)))
+       (if (stringp source-dir)
+           (setq source-dir (idlwave-sintern-dir source-dir set)))
+       (if (stringp source-lib)
+           (setq source-lib (idlwave-sintern-libname source-lib set)))
+       (setq source (list source-type source-file source-dir source-lib)))
+
+      ;; The keywords
+      (setq kwds (mapcar (lambda (x)
+                          (idlwave-sintern-keyword-list x set))
+                        kwds))
+
+      ;; Build a canonicalized list
+      (setq new (nconc (list name type class source call) kwds)
+           res (cons new res)))
     (nreverse res)))
 
+;; Creating new sintern tables
+
+(defun idlwave-new-sintern-type (tag)
+  "Define a variable and a function to sintern the new type TAG.
+This defines the function `idlwave-sintern-TAG' and the variable
+`idlwave-sint-TAGs'."
+  (let* ((name (symbol-name tag))
+        (names (concat name "s"))
+        (var (intern (concat "idlwave-sint-" names)))
+        (func (intern (concat "idlwave-sintern-" name))))
+    (set var nil) ; initial value of the association list
+    (fset func    ; set the function
+         `(lambda (name &optional set)
+            (cond ((not (stringp name)) name)
+                  ((cdr (assoc (downcase name) ,var)))
+                  (set
+                   (setq ,var (cons (cons (downcase name) name) ,var))
+                   name)
+                  (name))))))
+
+(defun idlwave-reset-sintern-type (tag)
+  "Reset the sintern variable associated with TAG."
+  (set (intern (concat "idlwave-sint-" (symbol-name tag) "s")) nil))
+
 ;;---------------------------------------------------------------------------
 
 
 ;; The variables which hold the information
-(defvar idlwave-builtin-routines nil
+(defvar idlwave-system-routines nil
   "Holds the routine-info obtained by scanning buffers.")
 (defvar idlwave-buffer-routines nil
   "Holds the routine-info obtained by scanning buffers.")
 (defvar idlwave-compiled-routines nil
-  "Holds the procedure routine-info obtained by asking the shell.")
-(defvar idlwave-library-routines nil
-  "Holds the procedure routine-info from the library scan.")
-(defvar idlwave-scanned-lib-directories nil
-  "The directories scanned to get libinfo.")
+  "Holds the routine-info obtained by asking the shell.")
+(defvar idlwave-unresolved-routines nil
+  "Holds the unresolved routine-info obtained by asking the shell.")
+(defvar idlwave-user-catalog-routines nil
+  "Holds the procedure routine-info from the user scan.")
+(defvar idlwave-library-catalog-routines nil
+  "Holds the procedure routine-info from the .idlwave_catalog library files.")
+(defvar idlwave-library-catalog-libname nil
+  "Name of library catalog loaded from .idlwave_catalog files.")
+(defvar idlwave-path-alist nil
+  "Alist with !PATH directories and zero or more flags if the dir has
+been scanned in a user catalog ('user) or discovered in a library
+catalog \('lib).")
+(defvar idlwave-true-path-alist nil
+  "Like `idlwave-path-alist', but with true filenames.")
 (defvar idlwave-routines nil
-  "Holds the combinded procedure routine-info.")
+  "Holds the combinded procedure/function/method routine-info.")
 (defvar idlwave-class-alist nil
   "Holds the class names known to IDLWAVE.")
 (defvar idlwave-class-history nil
@@ -3415,25 +4340,114 @@ also set new patterns.  Probably this will always have to be t."
 (defvar idlwave-force-class-query nil)
 (defvar idlwave-before-completion-wconf nil
   "The window configuration just before the completion buffer was displayed.")
+(defvar idlwave-last-system-routine-info-cons-cell nil
+  "The last cons cell in the system routine info.")
 
 ;;
 ;; The code to get routine info from different sources.
 
-(defvar idlwave-builtin-routines)
+(defvar idlwave-system-routines)
+(defvar idlwave-catalog-process nil
+  "The background process currently updating the catalog.")
+
 (defun idlwave-routines ()
   "Provide a list of IDL routines.
 This routine loads the builtin routines on the first call.  Later it
 only returns the value of the variable."
+  (if (and idlwave-catalog-process
+          (processp idlwave-catalog-process))
+      (progn
+       (cond
+        ((equal (process-status idlwave-catalog-process) 'exit)
+         (message "updating........")
+         (setq idlwave-catalog-process nil)
+         (idlwave-update-routine-info '(4)))
+        ((equal (process-status idlwave-catalog-process) 'run)
+         ;; Keep it running...
+         )
+        (t
+         ;; Something is wrong, get rid of the process
+         (message "Problem with catalog process") (beep)
+         (condition-case nil
+             (kill-process idlwave-catalog-process)
+           (error nil))
+         (setq idlwave-catalog-process nil)))))
   (or idlwave-routines
       (progn
        (idlwave-update-routine-info)
        ;; return the current value
        idlwave-routines)))
 
-(defun idlwave-update-routine-info (&optional arg)
-  "Update the internal routine-info lists.
-These lists are used by `idlwave-routine-info' (\\[idlwave-routine-info])
-and by `idlwave-complete' (\\[idlwave-complete]) to provide information
+(defvar idlwave-update-rinfo-hook nil
+  "List of functions which should run after a global rinfo update.
+Does not run after automatic updates of buffer or the shell.")
+
+(defun idlwave-rescan-catalog-directories ()
+  "Rescan the previously selected directories. For batch processing."
+  (idlwave-update-routine-info '(16)))
+
+(defun idlwave-rescan-asynchronously ()
+  "Dispatch another Emacs instance to update the idlwave catalog.
+After the process finishes normally, the first access to routine info
+will re-read the catalog."
+  (interactive)
+  (if (processp idlwave-catalog-process)
+      (if (eq (process-status idlwave-catalog-process) 'run)
+         (if (yes-or-no-p "A catalog-updating process is running.  Kill it? ")
+             (progn
+               (condition-case nil
+                   (kill-process idlwave-catalog-process)
+                 (error nil))
+               (error "Process killed, no new process started"))
+           (error "Quit"))
+       (condition-case nil
+           (kill-process idlwave-catalog-process)
+         (error nil))))
+  (if (or (not idlwave-user-catalog-file)
+         (not (stringp idlwave-user-catalog-file))
+         (not (file-regular-p idlwave-user-catalog-file)))
+      (error "No catalog has been produced yet"))
+  (let* ((emacs (concat invocation-directory invocation-name))
+        (args (list "-batch"
+                    "-l" (expand-file-name "~/.emacs")
+                    "-l" "idlwave"
+                    "-f" "idlwave-rescan-catalog-directories"))
+        (process (apply 'start-process "idlcat"
+                        nil emacs args)))
+    (setq idlwave-catalog-process process)
+    (set-process-sentinel
+     process
+     (lambda (pro why)
+       (when (string-match "finished" why)
+        (setq idlwave-routines nil
+              idlwave-system-routines nil
+              idlwave-catalog-process nil)
+        (or (idlwave-start-load-rinfo-timer)
+            (idlwave-update-routine-info '(4))))))
+    (message "Background job started to update catalog file")))
+
+
+;; Format for all routine info user catalog, library catalogs, etc.:
+;;
+;; ("ROUTINE" type class
+;;  (system) | (lib pro_file dir "LIBNAME") | (user pro_file dir "USERLIB") |
+;;  (buffer pro_file dir) | (compiled pro_file dir)
+;;   "calling_string" ("HELPFILE" (("KWD1" . link1) ...))
+;;                    ("HELPFILE2" (("KWD2" . link) ...)) ...)
+;;
+;; DIR will be supplied dynamically while loading library catalogs,
+;; and is sinterned to save space, as is LIBNAME.  PRO_FILE can be a
+;; complete filepath, in which case DIR is unnecessary.  HELPFILE can
+;; be nil, as can LINK1, etc., if no HTML help is available.
+
+
+(defvar idlwave-load-rinfo-idle-timer)
+(defvar idlwave-shell-path-query)
+
+(defun idlwave-update-routine-info (&optional arg no-concatenate)
+  "Update the internal routine-info lists.
+These lists are used by `idlwave-routine-info' (\\[idlwave-routine-info])
+and by `idlwave-complete' (\\[idlwave-complete]) to provide information
 about individual routines.
 
 The information can come from 4 sources:
@@ -3448,28 +4462,54 @@ When an IDL shell is running, this command also queries the IDL program
 for currently compiled routines.
 
 With prefix ARG, also reload the system and library lists.
-With two prefix ARG's, also rescans the library tree."
-  (interactive "P")
-  (if (equal arg '(16))
-      (idlwave-create-libinfo-file t)
-    (let* ((reload (or arg
-                      idlwave-buffer-case-takes-precedence
-                      (null idlwave-builtin-routines))))
-      
+With two prefix ARG's, also rescans the chosen user catalog tree.
+With three prefix args, dispatch asynchronous process to do the update.
+
+If NO-CONCATENATE is non-nil, don't pre-concatenate the routine info
+lists, but instead wait for the shell query to complete and
+asynchronously finish updating routine info.  This is set
+automatically when called interactively.  When you need routine
+information updated immediately, leave NO-CONCATENATE nil."
+  (interactive "P\np")
+  ;; Stop any idle processing
+  (if (or (and (fboundp 'itimerp)
+              (itimerp idlwave-load-rinfo-idle-timer))
+         (and (fboundp 'timerp)
+              (timerp idlwave-load-rinfo-idle-timer)))
+      (cancel-timer idlwave-load-rinfo-idle-timer))
+  (cond
+   ((equal arg '(64))
+    ;; Start a background process which updates the catalog.
+    (idlwave-rescan-asynchronously))
+   ((equal arg '(16))
+    ;; Update the user catalog now, and wait for them.
+    (idlwave-create-user-catalog-file t))
+   (t
+    (let* ((load (or arg
+                    idlwave-buffer-case-takes-precedence
+                    (null idlwave-routines)))
+          ;; The override-idle means, even if the idle timer has done some
+          ;; preparing work, load and renormalize everything anyway.
+          (override-idle (or arg idlwave-buffer-case-takes-precedence)))
+
       (setq idlwave-buffer-routines nil
-           idlwave-compiled-routines nil)
+           idlwave-compiled-routines nil
+           idlwave-unresolved-routines nil)
       ;; Reset the appropriate hashes
-      (idlwave-reset-sintern (cond (reload t)
-                                  ((null idlwave-builtin-routines) t)
-                                  (t 'bufsh)))
-      
+      (if (get 'idlwave-reset-sintern 'done-by-idle)
+         ;; reset was already done in idle time, so skip this step now once
+         (put 'idlwave-reset-sintern 'done-by-idle nil)
+       (idlwave-reset-sintern (cond (load t)
+                                    ((null idlwave-system-routines) t)
+                                    (t 'bufsh))))
+
       (if idlwave-buffer-case-takes-precedence
          ;; We can safely scan the buffer stuff first
          (progn
            (idlwave-update-buffer-routine-info)
-           (and reload (idlwave-load-system-rinfo)))
+           (and load (idlwave-load-all-rinfo override-idle)))
        ;; We first do the system info, and then the buffers
-       (and reload (idlwave-load-system-rinfo))
+       (and load (idlwave-load-all-rinfo override-idle))
        (idlwave-update-buffer-routine-info))
 
       ;; Let's see if there is a shell
@@ -3477,89 +4517,695 @@ With two prefix ARG's, also rescans the library tree."
                                    (idlwave-shell-is-running)))
             (ask-shell (and shell-is-running
                             idlwave-query-shell-for-routine-info)))
-      
+
+       ;; Load the library catalogs again, first re-scanning the path
+       (when arg
+         (if shell-is-running
+             (idlwave-shell-send-command idlwave-shell-path-query
+                                         '(progn
+                                            (idlwave-shell-get-path-info)
+                                            (idlwave-scan-library-catalogs))
+                                         'hide)
+           (idlwave-scan-library-catalogs)))
+
        (if (or (not ask-shell)
-               (not (interactive-p)))
+               (not no-concatenate))
            ;; 1. If we are not going to ask the shell, we need to do the
            ;;    concatenation now.
-           ;; 2. When this function is called non-interactively, it means
-           ;;    that someone needs routine info *now*.  The shell update
-           ;;    causes the concatenation *delayed*, so not in time for
-           ;;    the current command.  Therefore, we do a concatenation
-           ;;    now, even though the shell might do it again.
-           (idlwave-concatenate-rinfo-lists))
-      
+           ;; 2. When this function is called non-interactively, it
+           ;;    means that someone needs routine info *now*.  The
+           ;;    shell update causes the concatenation to be
+           ;;    *delayed*, so not in time for the current command.
+           ;;    Therefore, we do a concatenation now, even though
+           ;;    the shell might do it again.
+           (idlwave-concatenate-rinfo-lists nil 'run-hooks))
+
        (when ask-shell
-         ;; Ask the shell about the routines it knows.
+         ;; Ask the shell about the routines it knows of.
          (message "Querying the shell")
-         (idlwave-shell-update-routine-info))))))
-
-(defun idlwave-load-system-rinfo ()
-  ;; Load and case-treat the system and lib info files.
-  (load "idlwave-rinfo" t)
-  (message "Normalizing idlwave-builtin-routines...")
-  (setq idlwave-builtin-routines
-       (idlwave-sintern-rinfo-list idlwave-builtin-routines 'sys))
-  (message "Normalizing idlwave-builtin-routines...done")
-  (setq idlwave-routines idlwave-builtin-routines)
-  (when (and (stringp idlwave-libinfo-file)
-            (file-regular-p idlwave-libinfo-file))
+         (idlwave-shell-update-routine-info nil t)))))))
+
+
+(defvar idlwave-load-rinfo-steps-done (make-vector 6 nil))
+(defvar idlwave-load-rinfo-idle-timer nil)
+(defun idlwave-start-load-rinfo-timer ()
+  (if (or (and (fboundp 'itimerp)
+              (itimerp idlwave-load-rinfo-idle-timer))
+         (and (fboundp 'timerp)
+              (timerp idlwave-load-rinfo-idle-timer)))
+      (cancel-timer idlwave-load-rinfo-idle-timer))
+  (setq idlwave-load-rinfo-steps-done (make-vector 6 nil))
+  (setq idlwave-load-rinfo-idle-timer nil)
+  (if (and idlwave-init-rinfo-when-idle-after
+          (numberp idlwave-init-rinfo-when-idle-after)
+          (not (equal 0 idlwave-init-rinfo-when-idle-after))
+          (not idlwave-routines))
+      (condition-case nil
+         (progn
+           (setq idlwave-load-rinfo-idle-timer
+                 (run-with-idle-timer
+                  idlwave-init-rinfo-when-idle-after
+                  nil 'idlwave-load-rinfo-next-step)))
+       (error nil))))
+
+(defvar idlwave-library-routines nil "Obsolete variable.")
+
+;;------ XML Help routine info system
+(defun idlwave-load-system-routine-info ()
+  ;; Load the system routine info from the cached routine info file,
+  ;; which, if necessary, will be re-created from the XML file on
+  ;; disk.  As a last fallback, load the (likely outdated) idlw-rinfo
+  ;; file distributed with older IDLWAVE versions (<6.0)
+  (unless (and (load idlwave-xml-system-rinfo-converted-file
+                    'noerror 'nomessage)
+              (idlwave-xml-system-routine-info-up-to-date))
+    ;; See if we can create it from XML source
     (condition-case nil
+       (idlwave-convert-xml-system-routine-info)
+      (error
+       (unless (load idlwave-xml-system-rinfo-converted-file
+                    'noerror 'nomessage)
+        (if idlwave-system-routines
+            (message
+             "Failed to load converted routine info, using old conversion.")
+          (message
+           "Failed to convert XML routine info, falling back on idlw-rinfo.")
+          (if (not (load "idlw-rinfo" 'noerror 'nomessage))
+              (message
+               "Could not locate any system routine information."))))))))
+
+(defun idlwave-xml-system-routine-info-up-to-date()
+  (let* ((dir (file-name-as-directory
+              (expand-file-name "help/online_help" (idlwave-sys-dir))))
+        (catalog-file (expand-file-name "idl_catalog.xml" dir)))
+    (file-newer-than-file-p ;converted file is newer than catalog
+     idlwave-xml-system-rinfo-converted-file
+     catalog-file)))
+
+(defvar idlwave-system-class-info nil) ; Gathered from idlw-rinfo
+(defvar idlwave-system-variables-alist nil
+  "Alist of system variables and the associated structure tags.
+Gets set in cached XML rinfo, or `idlw-rinfo.el'.")
+(defvar idlwave-executive-commands-alist nil
+  "Alist of system variables and their help files.")
+(defvar idlwave-help-special-topic-words nil)
+
+
+(defun idlwave-shorten-syntax (syntax name &optional class)
+  ;; From a list of syntax statments, shorten with %s and group with "or"
+  (let ((case-fold-search t))
+    (mapconcat
+     (lambda (x)
+       (while (string-match name x)
+        (setq x (replace-match "%s" t t x)))
+       (if class
+          (while (string-match class x)
+            (setq x (replace-match "%s" t t x))))
+       x)
+     (nreverse syntax)
+     " or ")))
+
+(defun idlwave-xml-create-class-method-lists (xml-entry)
+  ;; Create a class list entry from the xml parsed list., returning a
+  ;; cons of form (class-entry method-entries).
+  (let* ((nameblock (nth 1 xml-entry))
+        (class (cdr (assq 'name nameblock)))
+        (link (cdr (assq 'link nameblock)))
+        (params (cddr xml-entry))
+        (case-fold-search t)
+        class-entry
+        method methods-entry extra-kwds
+        props get-props set-props init-props inherits
+        pelem ptype)
+    (while params
+      (setq pelem (car params))
+      (when (listp pelem)
+       (setq ptype (car pelem)
+             props (car (cdr pelem)))
+       (cond
+        ((eq ptype 'SUPERCLASS)
+         (push (cdr (assq 'name props)) inherits))
+
+        ((eq ptype 'PROPERTY)
+         (let ((pname (cdr (assq 'name props)))
+               (plink (cdr (assq 'link props)))
+               (get (string= (cdr (assq 'get props)) "Yes"))
+               (set (string= (cdr (assq 'set props)) "Yes"))
+               (init (string= (cdr (assq 'init props)) "Yes")))
+           (if get (push (list pname plink) get-props))
+           (if set (push (list pname plink) set-props))
+           (if init (push (list pname plink) init-props))))
+
+        ((eq ptype 'METHOD)
+         (setq method (cdr (assq 'name props)))
+         (setq extra-kwds ;;Assume all property keywords are gathered already
+               (cond
+                ((string-match (concat class "::Init") method)
+                 (put 'init-props 'matched t)
+                 init-props)
+                ((string-match (concat class "::GetProperty") method)
+                 (put 'get-props 'matched t)
+                 get-props)
+                ((string-match (concat class "::SetProperty") method)
+                 (put 'set-props 'matched t)
+                 set-props)
+                (t nil)))
+         (setq methods-entry
+               (nconc (idlwave-xml-create-rinfo-list pelem class extra-kwds)
+                      methods-entry)))
+        (t)))
+      (setq params (cdr params)))
+    ;(unless (get 'init-props 'matched)
+    ;  (message "Failed to match Init in class %s" class))
+    ;(unless (get 'get-props 'matched)
+    ;  (message "Failed to match GetProperty in class %s" class))
+    ;(unless (get 'set-props 'matched)
+    ;  (message "Failed to match SetProperty in class %s" class))
+    (setq class-entry
+         (if inherits
+             (list class (append '(inherits) inherits) (list 'link link))
+           (list class (list 'link link))))
+    (cons class-entry methods-entry)))
+
+(defun idlwave-xml-create-rinfo-list (xml-entry &optional class extra-kws)
+  ;; Create correctly structured list elements from ROUTINE or METHOD
+  ;; XML list structures.  Return a list of list elements, with more
+  ;; than one sub-list possible if a routine can serve as both
+  ;; procedure and function (e.g. call_method).
+  (let* ((nameblock (nth 1 xml-entry))
+        (name (cdr (assq 'name nameblock)))
+        (link (cdr (assq 'link nameblock)))
+        (params (cddr xml-entry))
+        (syntax-vec (make-vector 3 nil)) ; procedure, function, exec command
+        (case-fold-search t)
+        syntax kwd klink pref-list kwds pelem ptype entry props result type)
+    (if class ;; strip out class name from class method name string
+       (if (string-match (concat class "::") name)
+           (setq name (substring name (match-end 0)))))
+    (while params
+      (setq pelem (car params))
+      (when (listp pelem)
+       (setq ptype (car pelem)
+             props (car (cdr pelem)))
+       (cond
+        ((eq ptype 'SYNTAX)
+         (setq syntax (cdr (assq 'name props)))
+         (if (string-match "-&gt;" syntax)
+             (setq syntax (replace-match "->" t nil syntax)))
+         (setq type (cdr (assq 'type props)))
+         (push syntax
+               (aref syntax-vec (cond
+                                 ((string-match "^pro" type) 0)
+                                 ((string-match "^fun" type) 1)
+                                 ((string-match "^exec" type) 2)))))
+        ((eq ptype 'KEYWORD)
+         (setq kwd (cdr (assq 'name props))
+               klink (cdr (assq 'link props)))
+         (if (string-match "^\\[XY\\(Z?\\)\\]" kwd)
+             (progn
+               (setq pref-list
+                     (if (match-string 1 kwd) '("X" "Y" "Z") '("X" "Y"))
+                     kwd (substring kwd (match-end 0)))
+               (loop for x in pref-list do
+                     (push (list (concat x kwd) klink) kwds)))
+           (push (list kwd klink) kwds)))
+
+        (t))); Do nothing for the others
+      (setq params (cdr params)))
+
+    ;; Debug
+;    (if (and (null (aref syntax-vec 0))
+;           (null (aref syntax-vec 1))
+;           (null (aref syntax-vec 2)))
+;      (with-current-buffer (get-buffer-create "IDL_XML_catalog_complaints")
+;        (if class
+;            (insert (format "Missing SYNTAX entry for %s::%s\n" class name))
+;          (insert (message "Missing SYNTAX entry for %s\n" name)))))
+
+    ;; Executive commands are treated specially
+    (if (aref syntax-vec 2)
+       (cons (substring name 1) link)
+      (if extra-kws (setq kwds (nconc kwds extra-kws)))
+      (setq kwds (idlwave-rinfo-group-keywords kwds link))
+      (loop for idx from 0 to 1 do
+           (if (aref syntax-vec idx)
+               (push (append (list name (if (eq idx 0) 'pro 'fun)
+                                   class '(system)
+                                   (idlwave-shorten-syntax
+                                    (aref syntax-vec idx) name class))
+                             kwds) result)))
+      result)))
+
+
+(defun idlwave-rinfo-group-keywords (kwds master-link)
+  ;; Group keywords by link file, as a list with elements
+  ;; (linkfile ( ("KWD1" . link1) ("KWD2" . link2))
+  (let (kwd link anchor linkfiles block master-elt)
+    (while kwds
+      (setq kwd (car kwds)
+           link (idlwave-split-link-target (nth 1 kwd))
+           anchor (cdr link)
+           link (car link)
+           kwd (car kwd))
+      (if (setq block (assoc link linkfiles))
+         (push (cons kwd anchor) (cdr block))
+       (push (list link (cons kwd anchor)) linkfiles))
+      (setq kwds (cdr kwds)))
+    ;; Ensure the master link is there
+    (if (setq master-elt (assoc master-link linkfiles))
+       (if (eq (car linkfiles) master-elt)
+           linkfiles
+         (cons master-elt (delq master-elt linkfiles)))
+      (push (list master-link) linkfiles))))
+
+(defun idlwave-convert-xml-clean-statement-aliases (aliases)
+  ;; Clean up the syntax of routines which are actually aliases by
+  ;; removing the "OR" from the statements
+  (let (syntax entry)
+    (loop for x in aliases do
+         (setq entry (assoc x idlwave-system-routines))
+         (when entry
+           (while (string-match " +or +" (setq syntax (nth 4 entry)))
+             (setf (nth 4 entry) (replace-match ", " t t syntax)))))))
+
+(defun idlwave-convert-xml-clean-routine-aliases (aliases)
+  ;; Duplicate and trim original routine aliases from rinfo list
+  ;; This if for, e.g. OPENR/OPENW/OPENU
+  (let (alias remove-list new parts all-parts)
+    (loop for x in aliases do
+         (when (setq parts (split-string (cdr x) "/"))
+           (setq new (assoc (cdr x) all-parts))
+           (unless new
+             (setq new (cons (cdr x) parts))
+             (push new all-parts))
+           (setcdr new (delete (car x) (cdr new)))))
+
+    ;; Add any missing aliases (separate by slashes)
+    (loop for x in all-parts do
+         (if (cdr x)
+             (push (cons (nth 1 x) (car x)) aliases)))
+
+    (loop for x in aliases do
+         (when (setq alias (assoc (cdr x) idlwave-system-routines))
+           (unless (memq alias remove-list) (push alias remove-list))
+           (setq alias (copy-sequence alias))
+           (setcar alias (car x))
+           (push alias idlwave-system-routines)))
+    (loop for x in remove-list do
+         (delq x idlwave-system-routines))))
+
+(defun idlwave-convert-xml-clean-sysvar-aliases (aliases)
+  ;; Duplicate and trim original routine aliases from rinfo list
+  ;; This if for, e.g. !X, !Y, !Z.
+  (let (alias remove-list new parts all-parts)
+    (loop for x in aliases do
+         (when (setq alias (assoc (cdr x) idlwave-system-variables-alist))
+           (unless (memq alias remove-list) (push alias remove-list))
+           (setq alias (copy-sequence alias))
+           (setcar alias (car x))
+           (push alias idlwave-system-variables-alist)))
+    (loop for x in remove-list do
+         (delq x idlwave-system-variables-alist))))
+
+
+(defun idlwave-xml-create-sysvar-alist (xml-entry)
+  ;; Create a sysvar list entry from the xml parsed list.
+  (let* ((nameblock (nth 1 xml-entry))
+        (sysvar (substring (cdr (assq 'name nameblock)) 1))
+        (link (cdr (assq 'link nameblock)))
+        (params (cddr xml-entry))
+        (case-fold-search t)
+        pelem ptype props fields tags)
+    (while params
+      (setq pelem (car params))
+      (when (listp pelem)
+       (setq ptype (car pelem)
+             props (car (cdr pelem)))
+       (cond
+        ((eq ptype 'FIELD)
+         (push (cons (cdr (assq 'name props))
+                     (cdr
+                      (idlwave-split-link-target (cdr (assq 'link props)))))
+               tags))))
+       (setq params (cdr params)))
+    (delq nil
+         (list sysvar (if tags (cons 'tags tags)) (list 'link link)))))
+
+
+(defvar idlwave-xml-routine-info-file nil)
+
+(defun idlwave-save-routine-info ()
+  (if idlwave-xml-routine-info-file
+      (with-temp-file idlwave-xml-system-rinfo-converted-file
+       (insert
+        (concat ";; *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
+;; IDLWAVE Routine Information File (IDLWAVE version " idlwave-mode-version ")
+;; Automatically generated from source file:
+;;  " idlwave-xml-routine-info-file "
+;; on " (current-time-string) "
+;; Do not edit."))
+       (insert (format "\n(setq idlwave-xml-routine-info-file \n    \"%s\")"
+                       idlwave-xml-routine-info-file))
+       (insert "\n(setq idlwave-system-routines\n    '")
+       (prin1 idlwave-system-routines (current-buffer))
+       (insert ")")
+       (insert "\n(setq idlwave-system-variables-alist\n    '")
+       (prin1 idlwave-system-variables-alist (current-buffer))
+       (insert ")")
+       (insert "\n(setq idlwave-system-class-info\n    '")
+       (prin1 idlwave-system-class-info (current-buffer))
+       (insert ")")
+       (insert "\n(setq idlwave-executive-commands-alist\n    '")
+       (prin1 idlwave-executive-commands-alist (current-buffer))
+       (insert ")")
+       (insert "\n(setq idlwave-help-special-topic-words\n    '")
+       (prin1 idlwave-help-special-topic-words (current-buffer))
+       (insert ")"))))
+
+(defun idlwave-convert-xml-system-routine-info ()
+  "Convert XML supplied IDL routine info into internal form.
+Cache to disk for quick recovery."
+  (interactive)
+  (let* ((dir (file-name-as-directory
+              (expand-file-name "help/online_help" (idlwave-sys-dir))))
+        (catalog-file (expand-file-name "idl_catalog.xml" dir))
+        (elem-cnt 0)
+        props rinfo msg-cnt elem type nelem class-result alias
+        routines routine-aliases statement-aliases sysvar-aliases
+        buf version-string)
+    (if (not (file-exists-p catalog-file))
+       (error "No such XML routine info file: %s" catalog-file)
+      (if (not (file-readable-p catalog-file))
+         (error "Cannot read XML routine info file: %s" catalog-file)))
+    (require 'xml)
+    (message "Reading XML routine info...")
+    (unwind-protect
        (progn
-         (load-file idlwave-libinfo-file)
-         (message "Normalizing idlwave-library-routines...")
-         (setq idlwave-library-routines (idlwave-sintern-rinfo-list
-                                         idlwave-library-routines 'sys))
-         (message "Normalizing idlwave-library-routines...done"))
-      (error nil))))
+         ;; avoid warnings about read-only files
+         (setq buf (find-file-noselect catalog-file 'nowarn))
+         (setq rinfo (xml-parse-file catalog-file)))
+      (if (bufferp buf) (kill-buffer buf)))
+    (message "Reading XML routine info...done")
+    (setq rinfo (assq 'CATALOG rinfo))
+    (unless rinfo (error "Failed to parse XML routine info"))
+    ;;(setq rinfo (car rinfo)) ; Skip the catalog stuff.
+
+    (setq version-string (cdr (assq 'version (nth 1 rinfo)))
+         rinfo (cddr rinfo))
+
+    (setq nelem (length rinfo)
+         msg-cnt (/ nelem 20))
+
+    (setq idlwave-xml-routine-info-file nil)
+    (message "Converting XML routine info...")
+    (setq idlwave-system-routines nil
+         idlwave-system-variables-alist nil
+         idlwave-system-class-info nil
+         idlwave-executive-commands-alist nil
+         idlwave-help-special-topic-words nil)
+
+    (while rinfo
+      (setq elem (car rinfo)
+           rinfo (cdr rinfo))
+      (incf elem-cnt)
+      (when (listp elem)
+       (setq type (car elem)
+             props (car (cdr elem)))
+       (if (= (mod elem-cnt msg-cnt) 0)
+           (message "Converting XML routine info...%2d%%"
+                    (/ (* elem-cnt 100) nelem)))
+       (cond
+        ((eq type 'ROUTINE)
+         (if (setq alias (assq 'alias_to props))
+             (push (cons (cdr (assq 'name props)) (cdr alias))
+                   routine-aliases)
+           (setq routines (idlwave-xml-create-rinfo-list elem))
+           (if (listp (cdr routines))
+               (setq idlwave-system-routines
+                     (nconc idlwave-system-routines routines))
+             ;; a cons cell is an executive commands
+             (push routines idlwave-executive-commands-alist))))
+
+        ((eq type 'CLASS)
+         (setq class-result (idlwave-xml-create-class-method-lists elem))
+         (push (car class-result) idlwave-system-class-info)
+         (setq idlwave-system-routines
+         (nconc idlwave-system-routines (cdr class-result))))
+
+        ((eq type 'STATEMENT)
+         (push (cons (cdr (assq 'name props))
+                     (cdr (assq 'link props)))
+         idlwave-help-special-topic-words)
+         ;; Save the links to those which are statement aliases (not routines)
+         (if (setq alias (assq 'alias_to props))
+             (unless (member (cdr alias) statement-aliases)
+               (push (cdr alias) statement-aliases))))
+
+        ((eq type 'SYSVAR)
+         (if (setq alias (cdr (assq 'alias_to props)))
+             (push (cons (substring (cdr (assq 'name props)) 1)
+                         (substring alias 1))
+                   sysvar-aliases)
+           (push (idlwave-xml-create-sysvar-alist elem)
+                 idlwave-system-variables-alist)))
+        (t))))
+    (idlwave-convert-xml-clean-routine-aliases routine-aliases)
+    (idlwave-convert-xml-clean-statement-aliases statement-aliases)
+    (idlwave-convert-xml-clean-sysvar-aliases sysvar-aliases)
+
+    (setq idlwave-xml-routine-info-file catalog-file)
+    (idlwave-save-routine-info)
+    (message "Converting XML routine info...done")))
+
+
+;; ("ROUTINE" type class
+;;  (system) | (lib pro_file dir "LIBNAME") | (user pro_file dir "USERLIB") |
+;;  (buffer pro_file dir) | (compiled pro_file dir)
+;;   "calling_string" ("HELPFILE" (("KWD1" . link1) ...))
+;;                    ("HELPFILE2" (("KWD2" . link) ...)) ...)
+
+
+(defun idlwave-load-rinfo-next-step ()
+  (let ((inhibit-quit t)
+       (arr idlwave-load-rinfo-steps-done))
+    (if (catch 'exit
+         (when (not (aref arr 0))
+           (message "Loading system routine info in idle time...")
+           (idlwave-load-system-routine-info)
+           ;;(load "idlw-rinfo" 'noerror 'nomessage)
+           (message "Loading system routine info in idle time...done")
+           (aset arr 0 t)
+           (throw 'exit t))
+
+         (when (not (aref arr 1))
+           (message "Normalizing idlwave-system-routines in idle time...")
+           (idlwave-reset-sintern t)
+           (put 'idlwave-reset-sintern 'done-by-idle t)
+           (setq idlwave-system-routines
+                 (idlwave-sintern-rinfo-list idlwave-system-routines 'sys))
+           (message "Normalizing idlwave-system-routines in idle time...done")
+           (aset arr 1 t)
+           (throw 'exit t))
+
+         (when (not (aref arr 2))
+           (when (and (stringp idlwave-user-catalog-file)
+                      (file-regular-p idlwave-user-catalog-file))
+             (message "Loading user catalog in idle time...")
+             (condition-case nil
+                 (load-file idlwave-user-catalog-file)
+               (error (throw 'exit nil)))
+             ;; Check for the old style catalog and warn
+             (if (and
+                  (boundp 'idlwave-library-routines)
+                  idlwave-library-routines)
+                 (progn
+                   (setq idlwave-library-routines nil)
+                   (ding)
+                   (message "Outdated user catalog: %s... recreate"
+                            idlwave-user-catalog-file))
+               (message "Loading user catalog in idle time...done")))
+           (aset arr 2 t)
+           (throw 'exit t))
+
+         (when (not (aref arr 3))
+           (when idlwave-user-catalog-routines
+             (message "Normalizing user catalog routines in idle time...")
+             (setq idlwave-user-catalog-routines
+                   (idlwave-sintern-rinfo-list
+                    idlwave-user-catalog-routines 'sys))
+             (message
+              "Normalizing user catalog routines in idle time...done"))
+           (aset arr 3 t)
+           (throw 'exit t))
+
+         (when (not (aref arr 4))
+           (idlwave-scan-library-catalogs
+            "Loading and normalizing library catalogs in idle time...")
+           (aset arr 4 t)
+           (throw 'exit t))
+         (when (not (aref arr 5))
+           (message "Finishing initialization in idle time...")
+           (idlwave-routines)
+           (message "Finishing initialization in idle time...done")
+           (aset arr 5 t)
+           (throw 'exit nil)))
+       ;; restart the timer
+       (if (sit-for 1)
+           (idlwave-load-rinfo-next-step)
+         (setq idlwave-load-rinfo-idle-timer
+               (run-with-idle-timer
+                idlwave-init-rinfo-when-idle-after
+                nil 'idlwave-load-rinfo-next-step))))))
+
+(defun idlwave-load-all-rinfo (&optional force)
+  ;; Load and case-treat the system, user catalog, and library routine
+  ;; info files.
+
+  ;; System
+  (when (or force (not (aref idlwave-load-rinfo-steps-done 0)))
+    ;;(load "idlw-rinfo" 'noerror 'nomessage))
+    (idlwave-load-system-routine-info))
+  (when (or force (not (aref idlwave-load-rinfo-steps-done 1)))
+    (message "Normalizing idlwave-system-routines...")
+    (setq idlwave-system-routines
+         (idlwave-sintern-rinfo-list idlwave-system-routines 'sys))
+    (message "Normalizing idlwave-system-routines...done"))
+  (when idlwave-system-routines
+    (setq idlwave-routines (copy-sequence idlwave-system-routines))
+    (setq idlwave-last-system-routine-info-cons-cell
+         (nthcdr (1- (length idlwave-routines)) idlwave-routines)))
+
+  ;; User catalog
+  (when (and (stringp idlwave-user-catalog-file)
+            (file-regular-p idlwave-user-catalog-file))
+    (condition-case nil
+       (when (or force (not (aref idlwave-load-rinfo-steps-done 2)))
+         (load-file idlwave-user-catalog-file))
+      (error nil))
+    (when (and
+          (boundp 'idlwave-library-routines)
+          idlwave-library-routines)
+      (setq idlwave-library-routines nil)
+      (error "Outdated user catalog: %s... recreate"
+            idlwave-user-catalog-file))
+    (setq idlwave-true-path-alist nil)
+    (when (or force (not (aref idlwave-load-rinfo-steps-done 3)))
+      (message "Normalizing user catalog routines...")
+      (setq idlwave-user-catalog-routines
+           (idlwave-sintern-rinfo-list
+            idlwave-user-catalog-routines 'sys))
+      (message "Normalizing user catalog routines...done")))
+
+  ;; Library catalog
+  (when (or force (not (aref idlwave-load-rinfo-steps-done 4)))
+    (idlwave-scan-library-catalogs
+     "Loading and normalizing library catalogs..."))
+  (run-hooks 'idlwave-after-load-rinfo-hook))
+
 
 (defun idlwave-update-buffer-routine-info ()
   (let (res)
-    (if idlwave-scan-all-buffers-for-routine-info
-       (progn
-         ;; Scan all buffers, current buffer last
-         (message "Scanning all buffers...")
-         (setq res (idlwave-get-routine-info-from-buffers 
-                    (reverse (buffer-list)))))
+    (cond
+     ((eq idlwave-scan-all-buffers-for-routine-info t)
+      ;; Scan all buffers, current buffer last
+      (message "Scanning all buffers...")
+      (setq res (idlwave-get-routine-info-from-buffers
+                (reverse (buffer-list)))))
+     ((null idlwave-scan-all-buffers-for-routine-info)
+      ;; Don't scan any buffers
+      (setq res nil))
+     (t
       ;; Just scan this buffer
       (if (eq major-mode 'idlwave-mode)
          (progn
            (message "Scanning current buffer...")
            (setq res (idlwave-get-routine-info-from-buffers
-                      (list (current-buffer)))))))
+                      (list (current-buffer))))))))
     ;; Put the result into the correct variable
-    (setq idlwave-buffer-routines 
-         (idlwave-sintern-rinfo-list res t))))
+    (setq idlwave-buffer-routines
+         (idlwave-sintern-rinfo-list res 'set))))
 
-(defun idlwave-concatenate-rinfo-lists ()
+(defun idlwave-concatenate-rinfo-lists (&optional quiet run-hook)
   "Put the different sources for routine information together."
-  ;; The sequence here is important because earlier definitions shadow 
+  ;; The sequence here is important because earlier definitions shadow
   ;; later ones.  We assume that if things in the buffers are newer
-  ;; then in the shell of the system, it is meant to be different.
-  ;; FIXME: should the builtin stuff be before the library?
-  ;;        This is how IDL searches, the user may also have
-  ;;        functions overloading system stuff, and then the lib
-  ;;        should be first.  Difficult to find a general solution.
-  ;; FIXME: can't we use nconc here in some way, to save memory?
-  ;;        This is possible for buffer abd shell stuff, but these are 
-  ;;        small anyway, and so it is not so critical.
-  (setq idlwave-routines (append idlwave-buffer-routines
-                                idlwave-compiled-routines
-                                idlwave-library-routines
-                                idlwave-builtin-routines))
+  ;; then in the shell of the system, they are meant to be different.
+  (setcdr idlwave-last-system-routine-info-cons-cell
+         (append idlwave-buffer-routines
+                 idlwave-compiled-routines
+                 idlwave-library-catalog-routines
+                 idlwave-user-catalog-routines))
   (setq idlwave-class-alist nil)
-  (let (class)
-    (loop for x in idlwave-routines do
-      (when (and (setq class (nth 2 x))
-                (not (assq class idlwave-class-alist)))
-       (push (list class) idlwave-class-alist))))
+
   ;; Give a message with information about the number of routines we have.
-  (message 
-   "Routine info updated:  buffer(%d)  compiled(%d)  library(%d)  system(%d)"
-   (length idlwave-buffer-routines)
-   (length idlwave-compiled-routines)
-   (length idlwave-library-routines)
-   (length idlwave-builtin-routines)))
+  (unless quiet
+    (message
+     "Routines Found: buffer(%d) compiled(%d) library(%d) user(%d) system(%d)"
+     (length idlwave-buffer-routines)
+     (length idlwave-compiled-routines)
+     (length idlwave-library-catalog-routines)
+     (length idlwave-user-catalog-routines)
+     (length idlwave-system-routines)))
+  (if run-hook
+      (run-hooks 'idlwave-update-rinfo-hook)))
+
+(defun idlwave-class-alist ()
+  "Return the class alist - make it if necessary."
+  (or idlwave-class-alist
+      (let (class)
+       (loop for x in idlwave-routines do
+         (when (and (setq class (nth 2 x))
+                    (not (assq class idlwave-class-alist)))
+           (push (list class) idlwave-class-alist)))
+       idlwave-class-alist)))
+
+;; Three functions for the hooks
+(defun idlwave-save-buffer-update ()
+  (idlwave-update-current-buffer-info 'save-buffer))
+(defun idlwave-kill-buffer-update ()
+  (idlwave-update-current-buffer-info 'kill-buffer))
+(defun idlwave-new-buffer-update ()
+  (idlwave-update-current-buffer-info 'find-file))
+
+(defun idlwave-update-current-buffer-info (why)
+  "Update idlwave-routines for current buffer.  Can run from after-save-hook."
+  (when (and (eq major-mode 'idlwave-mode)
+            (or (eq t idlwave-auto-routine-info-updates)
+                (memq why idlwave-auto-routine-info-updates))
+            idlwave-scan-all-buffers-for-routine-info
+            idlwave-routines)
+    (condition-case nil
+       (let (routines)
+         (idlwave-replace-buffer-routine-info
+          (buffer-file-name)
+          (if (eq why 'kill-buffer)
+              nil
+            (setq routines
+                  (idlwave-sintern-rinfo-list
+                   (idlwave-get-routine-info-from-buffers
+                    (list (current-buffer))) 'set))))
+         (idlwave-concatenate-rinfo-lists 'quiet)
+         routines)
+      (error nil))))
+
+(defun idlwave-replace-buffer-routine-info (file new)
+  "Cut the part from FILE out of `idlwave-buffer-routines' and add NEW."
+  (let ((list idlwave-buffer-routines)
+       found)
+    (while list
+      ;; The following test uses eq to make sure it works correctly
+      ;; when two buffers visit the same file.  Then the file names
+      ;; will be equal, but not eq.
+      (if (eq (idlwave-routine-source-file (nth 3 (car list))) file)
+         (progn
+           (setcar list nil)
+           (setq found t))
+       (if found
+           ;; End of that section reached. Jump.
+           (setq list nil)))
+      (setq list (cdr list)))
+    (setq idlwave-buffer-routines
+         (append new (delq nil idlwave-buffer-routines)))))
 
 ;;----- Scanning buffers -------------------
 
@@ -3569,7 +5215,8 @@ With two prefix ARG's, also rescans the library tree."
     (save-excursion
       (while (setq buf (pop buffers))
        (set-buffer buf)
-       (if (eq major-mode 'idlwave-mode)
+       (if (and (eq major-mode 'idlwave-mode)
+                buffer-file-name)
            ;; yes, this buffer has the right mode.
            (progn (setq res (condition-case nil
                                 (idlwave-get-buffer-routine-info)
@@ -3586,17 +5233,18 @@ With two prefix ARG's, also rescans the library tree."
       (save-restriction
        (widen)
        (goto-char (point-min))
-       (while (re-search-forward 
-               "^[ \t]*\\<\\(pro\\|function\\)\\>" nil t)
-         (setq string (buffer-substring 
+       (while (re-search-forward
+               "^[ \t]*\\(pro\\|function\\)[ \t]" nil t)
+         (setq string (buffer-substring-no-properties
                        (match-beginning 0)
-                       (progn 
+                       (progn
                          (idlwave-end-of-statement)
                          (point))))
          (setq entry (idlwave-parse-definition string))
          (push entry routine-list))))
     routine-list))
 
+(defvar idlwave-scanning-lib-dir)
 (defun idlwave-parse-definition (string)
   "Parse a module definition."
   (let ((case-fold-search t)
@@ -3607,6 +5255,8 @@ With two prefix ARG's, also rescans the library tree."
     ;; Remove the continuation line stuff
     (while (string-match "\\([^a-zA-Z0-9$_]\\)\\$[ \t]*\n" string)
       (setq string (replace-match "\\1 " t nil string)))
+    (while (string-match "\n" string)
+      (setq string (replace-match " " t nil string)))
     ;; Match the name and type.
     (when (string-match
           "\\<\\(pro\\|function\\)\\>\\s-+\\(\\([a-zA-Z0-9$_]+\\)::\\)?\\([a-zA-Z0-9$_]+\\)" string)
@@ -3617,15 +5267,15 @@ With two prefix ARG's, also rescans the library tree."
       (setq name (match-string 4 string)))
     ;; Match normal args and keyword args
     (while (string-match
-           ",\\s-*\\([a-zA-Z][a-zA-Z0-9$_]*\\|_extra\\)\\s-*\\(=\\)?"
+           ",\\s-*\\([a-zA-Z][a-zA-Z0-9$_]*\\|\\(_ref\\)?_extra\\)\\s-*\\(=\\)?"
            string start)
       (setq start (match-end 0))
-      (if (match-beginning 2)
+      (if (match-beginning 3)
          (push (match-string 1 string) keywords)
        (push (match-string 1 string) args)))
     ;; Normalize and sort.
     (setq args (nreverse args))
-    (setq keywords (sort keywords (lambda (a b) 
+    (setq keywords (sort keywords (lambda (a b)
                                    (string< (downcase a) (downcase b)))))
     ;; Make and return the entry
     ;; We don't know which argument are optional, so this information
@@ -3634,14 +5284,16 @@ With two prefix ARG's, also rescans the library tree."
          (if (equal type "pro") 'pro 'fun)
          class
          (cond ((not (boundp 'idlwave-scanning-lib))
-                (cons 'buffer (buffer-file-name)))
-               ((string= (downcase 
-                          (file-name-sans-extension
-                           (file-name-nondirectory (buffer-file-name))))
-                         (downcase name))
-                (list 'lib))
-               (t (cons 'lib (file-name-nondirectory (buffer-file-name)))))
-         (concat 
+                (list  'buffer (buffer-file-name)))
+;              ((string= (downcase
+;                         (file-name-sans-extension
+;                          (file-name-nondirectory (buffer-file-name))))
+;                        (downcase name))
+;               (list 'lib))
+;              (t (cons 'lib (file-name-nondirectory (buffer-file-name))))
+               (t (list 'user (file-name-nondirectory (buffer-file-name))
+                        idlwave-scanning-lib-dir "UserLib")))
+         (concat
           (if (string= type "function") "Result = " "")
           (if class "Obj ->[%s::]" "")
           "%s"
@@ -3651,226 +5303,306 @@ With two prefix ARG's, also rescans the library tree."
                (mapconcat 'identity args ", ")
                (if (string= type "function") ")" ""))))
          (if keywords
-             (mapcar 'list keywords)
+             (cons nil (mapcar 'list keywords)) ;No help file
            nil))))
 
-;;----- Scanning the library -------------------
 
-(defun idlwave-create-libinfo-file (&optional arg)
+;;----- Scanning the user catalog -------------------
+
+(defun idlwave-sys-dir ()
+  "Return the syslib directory, or a dummy that never matches."
+  (cond
+   ((and idlwave-system-directory
+        (not (string= idlwave-system-directory "")))
+    idlwave-system-directory)
+   ((getenv "IDL_DIR"))
+   (t "@@@@@@@@")))
+
+
+(defun idlwave-create-user-catalog-file (&optional arg)
   "Scan all files on selected dirs of IDL search path for routine information.
-A widget checklist will allow you to choose the directories.
-Write the result as a file `idlwave-libinfo-file'.  When this file exists,
-will be automatically loaded to give routine information about library
-routines.
-With ARG, just rescan the same directories as last time - so no widget
-will pop up."
+
+A widget checklist will allow you to choose the directories.  Write
+the result as a file `idlwave-user-catalog-file'.  When this file
+exists, will be automatically loaded to give routine information about
+library routines.  With ARG, just rescan the same directories as last
+time - so no widget will pop up."
   (interactive "P")
   ;; Make sure the file is loaded if it exists.
-  (if (and (stringp idlwave-libinfo-file)
-          (file-regular-p idlwave-libinfo-file))
+  (if (and (stringp idlwave-user-catalog-file)
+          (file-regular-p idlwave-user-catalog-file))
       (condition-case nil
-         (load-file idlwave-libinfo-file)
+         (load-file idlwave-user-catalog-file)
        (error nil)))
   ;; Make sure the file name makes sense
-  (unless (and (stringp idlwave-libinfo-file)
+  (unless (and (stringp idlwave-user-catalog-file)
+              (> (length idlwave-user-catalog-file) 0)
               (file-accessible-directory-p
-               (file-name-directory idlwave-libinfo-file))
-              (not (string= "" (file-name-nondirectory 
-                                idlwave-libinfo-file))))
-    (error "`idlwave-libinfo-file' does not point to file in accessible directory."))
-  
+               (file-name-directory idlwave-user-catalog-file))
+              (not (string= "" (file-name-nondirectory
+                                idlwave-user-catalog-file))))
+    (error "`idlwave-user-catalog-file' does not point to a file in an accessible directory"))
+
   (cond
-   ((and arg idlwave-scanned-lib-directories)
     ;; Rescan the known directories
-    (idlwave-scan-lib-files idlwave-scanned-lib-directories))
+   ((and arg idlwave-path-alist
+        (consp (car idlwave-path-alist)))
+    (idlwave-scan-user-lib-files idlwave-path-alist))
+
+   ;; Expand the directories from library-path and run the widget
    (idlwave-library-path
-    ;; Get the directories from that variable
-    (idlwave-display-libinfo-widget
-     (idlwave-expand-path idlwave-library-path)
-     idlwave-scanned-lib-directories))
+    (idlwave-display-user-catalog-widget
+     (if idlwave-true-path-alist
+        ;; Propagate any flags on the existing path-alist
+        (mapcar (lambda (x)
+                  (let ((path-entry (assoc (file-truename x)
+                                           idlwave-true-path-alist)))
+                    (if path-entry
+                        (cons x (cdr path-entry))
+                      (list x))))
+                (idlwave-expand-path idlwave-library-path))
+       (mapcar 'list (idlwave-expand-path idlwave-library-path)))))
+
+   ;; Ask the shell for the path and then run the widget
    (t
-    ;; Ask the shell for the path and run the widget
     (message "Asking the shell for IDL path...")
-    (idlwave-shell-send-command 
-     "__pa=expand_path(!path,/array)&for i=0,n_elements(__pa)-1 do print,'PATH:',__pa[i]"
-     '(idlwave-libinfo-command-hook nil)
-     'hide))))
+    (require 'idlw-shell)
+    (idlwave-shell-send-command idlwave-shell-path-query
+                               '(idlwave-user-catalog-command-hook nil)
+                               'hide))))
 
-(defun idlwave-libinfo-command-hook (&optional arg)
-  ;; Command hook used by `idlwave-create-libinfo-file'.
+
+;; Parse shell path information and select among it.
+(defun idlwave-user-catalog-command-hook (&optional arg)
+  ;; Command hook used by `idlwave-create-user-catalog-file'.
   (if arg
       ;; Scan immediately
-      (idlwave-scan-lib-files idlwave-scanned-lib-directories)
-    ;; Display the widget
-    (idlwave-display-libinfo-widget (idlwave-shell-path-filter)
-                                   idlwave-scanned-lib-directories)))
+      (idlwave-scan-user-lib-files idlwave-path-alist)
+    ;; Set the path and display the widget
+    (idlwave-shell-get-path-info 'no-write) ; set to something path-alist
+    (idlwave-scan-library-catalogs "Locating library catalogs..." 'no-load)
+    (idlwave-display-user-catalog-widget idlwave-path-alist)))
 
-(defvar idlwave-shell-command-output)
-(defun idlwave-shell-path-filter ()
-  ;; Convert the output of the path query into a list of directories
-  (let ((path-string idlwave-shell-command-output)
-       (case-fold-search t)
-       (start 0)
-       dirs)
-    (while (string-match "^PATH:[ \t]*\\(.*\\)\n" path-string start)
-      (push (match-string 1 path-string) dirs)
-      (setq start (match-end 0)))
-    (nreverse dirs)))
-
-(defconst idlwave-libinfo-widget-help-string 
-  "This is the front-end to the creation of IDLWAVE library routine info.
-Please select below the directories on IDL's search path from which you
-would like to extract routine information, which will be stored in the file
+(defconst idlwave-user-catalog-widget-help-string
+  "This is the front-end to the creation of the IDLWAVE user catalog.
+Please select the directories on IDL's search path from which you
+would like to extract routine information, to be stored in the file:
 
              %s
 
-If this is not the correct file, first set variable `idlwave-libinfo-file'.
-Then call this command again.
+If this is not the correct file, first set variable
+`idlwave-user-catalog-file', and call this command again.
+
+N.B. Many libraries include pre-scanned catalog files
+\(\".idlwave_catalog\").  These are marked with \"[LIB]\", and need
+not be scanned.  You can scan your own libraries off-line using the
+perl script `idlwave_catalog'.
+
 After selecting the directories, choose [Scan & Save] to scan the library
 directories and save the routine info.
 \n")
 
 (defvar idlwave-widget)
 (defvar widget-keymap)
-(defun idlwave-display-libinfo-widget (dirs selected-dirs)
+(defun idlwave-display-user-catalog-widget (dirs-list)
   "Create the widget to select IDL search path directories for scanning."
   (interactive)
   (require 'widget)
   (require 'wid-edit)
-  (unless dirs
+  (unless dirs-list
       (error "Don't know IDL's search path"))
 
-  ;; Allow only those directories to be selected which are in the path.
-  (setq selected-dirs (delq nil (mapcar (lambda (x)
-                                         (if (member x dirs) x nil))
-                                       selected-dirs)))
   (kill-buffer (get-buffer-create "*IDLWAVE Widget*"))
   (switch-to-buffer (get-buffer-create "*IDLWAVE Widget*"))
   (kill-all-local-variables)
   (make-local-variable 'idlwave-widget)
-  (widget-insert (format idlwave-libinfo-widget-help-string
-                        idlwave-libinfo-file))
-  
+  (widget-insert (format idlwave-user-catalog-widget-help-string
+                        idlwave-user-catalog-file))
+
   (widget-create 'push-button
-                :notify 'idlwave-widget-scan-lib-files
-                :help-echo "testing"
+                :notify 'idlwave-widget-scan-user-lib-files
                 "Scan & Save")
   (widget-insert "  ")
   (widget-create 'push-button
-                :notify (lambda (&rest ignore)
-                          (kill-buffer (current-buffer)))
-                "Quit")
-  (widget-insert "  ")
-  (widget-create 'push-button
-                :notify 'idlwave-delete-libinfo-file
+                :notify 'idlwave-delete-user-catalog-file
                 "Delete File")
   (widget-insert "  ")
   (widget-create 'push-button
-                :notify '(lambda (&rest ignore)
-                           (idlwave-display-libinfo-widget
-                            (widget-get idlwave-widget :path-dirs)
-                            (widget-get idlwave-widget :path-dirs)))
-                "Select All")
+                :notify
+                '(lambda (&rest ignore)
+                   (let ((path-list (widget-get idlwave-widget :path-dirs)))
+                     (mapcar (lambda (x)
+                               (unless (memq 'lib (cdr x))
+                                 (idlwave-path-alist-add-flag x 'user)))
+                             path-list)
+                     (idlwave-display-user-catalog-widget path-list)))
+                "Select All Non-Lib")
   (widget-insert "  ")
   (widget-create 'push-button
-                :notify '(lambda (&rest ignore)
-                           (idlwave-display-libinfo-widget
-                            (widget-get idlwave-widget :path-dirs)
-                            nil))
+                :notify
+                '(lambda (&rest ignore)
+                   (let ((path-list (widget-get idlwave-widget :path-dirs)))
+                     (mapcar (lambda (x)
+                               (idlwave-path-alist-remove-flag x 'user))
+                             path-list)
+                     (idlwave-display-user-catalog-widget path-list)))
                 "Deselect All")
+  (widget-insert "  ")
+  (widget-create 'push-button
+                :notify (lambda (&rest ignore)
+                          (kill-buffer (current-buffer)))
+                "Quit")
   (widget-insert "\n\n")
 
-  (widget-insert "Select Directories\n")
-  
+  (widget-insert "Select Directories\n")
+
   (setq idlwave-widget
        (apply 'widget-create
               'checklist
-              :value selected-dirs
+              :value  (delq nil (mapcar (lambda (x)
+                                          (if (memq 'user (cdr x))
+                                              (car x)))
+                                        dirs-list))
               :greedy t
               :tag "List of directories"
-              (mapcar (lambda (x) (list 'item x)) dirs)))
-  (widget-put idlwave-widget :path-dirs dirs)
+              (mapcar (lambda (x)
+                        (list 'item
+                              (if (memq 'lib (cdr x))
+                                  (concat "[LIB] " (car x) )
+                                (car x)))) dirs-list)))
+  (widget-put idlwave-widget :path-dirs dirs-list)
   (widget-insert "\n")
   (use-local-map widget-keymap)
   (widget-setup)
   (goto-char (point-min))
   (delete-other-windows))
-  
-(defun idlwave-delete-libinfo-file (&rest ignore)
+
+(defun idlwave-delete-user-catalog-file (&rest ignore)
   (if (yes-or-no-p
-       (format "Delete file %s " idlwave-libinfo-file))
+       (format "Delete file %s " idlwave-user-catalog-file))
       (progn
-       (delete-file idlwave-libinfo-file)
-       (message "%s has been deleted" idlwave-libinfo-file))))
+       (delete-file idlwave-user-catalog-file)
+       (message "%s has been deleted" idlwave-user-catalog-file))))
 
-(defun idlwave-widget-scan-lib-files (&rest ignore)
-  ;; Call `idlwave-scan-lib-files' with data taken from the widget.
+(defun idlwave-widget-scan-user-lib-files (&rest ignore)
+  ;; Call `idlwave-scan-user-lib-files' with data taken from the widget.
   (let* ((widget idlwave-widget)
-        (selected-dirs (widget-value widget)))
-    (idlwave-scan-lib-files selected-dirs)))
+        (selected-dirs (widget-value widget))
+        (path-alist (widget-get widget :path-dirs))
+        (this-path-alist path-alist)
+        dir-entry)
+    (while (setq dir-entry (pop this-path-alist))
+      (if (member
+          (if (memq 'lib (cdr dir-entry))
+              (concat "[LIB] " (car dir-entry))
+            (car dir-entry))
+          selected-dirs)
+         (idlwave-path-alist-add-flag dir-entry 'user)
+       (idlwave-path-alist-remove-flag dir-entry 'user)))
+    (idlwave-scan-user-lib-files path-alist)))
 
 (defvar font-lock-mode)
-(defun idlwave-scan-lib-files (selected-dirs)
-  ;; Scan the files in SELECTED-DIRS and store the info in a file
+(defun idlwave-scan-user-lib-files (path-alist)
+  ;; Scan the PRO files in PATH-ALIST and store the info in the user catalog
   (let* ((idlwave-scanning-lib t)
+        (idlwave-scanning-lib-dir "")
         (idlwave-completion-case nil)
-        dirs dir files file)
-    (setq idlwave-library-routines nil)
-    (setq idlwave-scanned-lib-directories selected-dirs)
+        dirs-alist dir files file)
+    (setq idlwave-user-catalog-routines nil
+         idlwave-path-alist path-alist ; for library-path instead
+         idlwave-true-path-alist nil)
+    (if idlwave-auto-write-paths (idlwave-write-paths))
     (save-excursion
       (set-buffer (get-buffer-create "*idlwave-scan.pro*"))
       (idlwave-mode)
-      (setq dirs (reverse selected-dirs))
-      (while (setq dir (pop dirs))
-       (when (file-directory-p dir)
-         (setq files (directory-files dir 'full "\\.[pP][rR][oO]\\'"))
-         (while (setq file (pop files))
-           (when (file-regular-p file)
-             (if (not (file-readable-p file))
-                 (message "Skipping %s (no read permission)" file)
-               (message "Scanning %s..." file)
-               (erase-buffer)
-               (insert-file-contents file 'visit)
-               (setq idlwave-library-routines
-                     (append (idlwave-get-routine-info-from-buffers
-                              (list (current-buffer)))
-                             idlwave-library-routines)))
-             )))))
+      (setq dirs-alist (reverse path-alist))
+      (while (setq dir (pop dirs-alist))
+       (when (memq 'user (cdr dir))    ; Has it marked for scan?
+         (setq dir (car dir))
+         (setq idlwave-scanning-lib-dir dir)
+         (when (file-directory-p dir)
+           (setq files (directory-files dir 'full "\\.[pP][rR][oO]\\'"))
+           (while (setq file (pop files))
+             (when (file-regular-p file)
+               (if (not (file-readable-p file))
+                   (message "Skipping %s (no read permission)" file)
+                 (message "Scanning %s..." file)
+                 (erase-buffer)
+                 (insert-file-contents file 'visit)
+                 (setq idlwave-user-catalog-routines
+                       (append (idlwave-get-routine-info-from-buffers
+                                (list (current-buffer)))
+                               idlwave-user-catalog-routines)))))))))
+    (message "Creating user catalog file...")
     (kill-buffer "*idlwave-scan.pro*")
     (kill-buffer (get-buffer-create "*IDLWAVE Widget*"))
-    (let ((font-lock-maximum-size 0))
-      (find-file idlwave-libinfo-file))
+    (let ((font-lock-maximum-size 0)
+         (auto-mode-alist nil))
+      (find-file idlwave-user-catalog-file))
     (if (and (boundp 'font-lock-mode)
             font-lock-mode)
        (font-lock-mode 0))
     (erase-buffer)
-    (insert ";; IDLWAVE libinfo file\n")
+    (insert ";; IDLWAVE user catalog file\n")
     (insert (format ";; Created %s\n\n" (current-time-string)))
 
-    ;; Define the variable which contains a list of all scanned directories
-    (insert "\n(setq idlwave-scanned-lib-directories\n    '(")
-    (mapcar (lambda (x)
-             (insert (format "\n      \"%s\"" x)))
-           selected-dirs)
-    (insert "))\n")
     ;; Define the routine info list
-    (insert "\n(setq idlwave-library-routines\n    '(")
-    (mapcar (lambda (x)
-             (insert "\n    ")
-             (insert (with-output-to-string (prin1 x))))
-           idlwave-library-routines)
+    (insert "\n(setq idlwave-user-catalog-routines\n    '(")
+    (let ((standard-output (current-buffer)))
+      (mapcar (lambda (x)
+               (insert "\n    ")
+               (prin1 x)
+               (goto-char (point-max)))
+             idlwave-user-catalog-routines))
     (insert (format "))\n\n;;; %s ends here\n"
-                   (file-name-nondirectory idlwave-libinfo-file)))
+                   (file-name-nondirectory idlwave-user-catalog-file)))
     (goto-char (point-min))
     ;; Save the buffer
     (save-buffer 0)
     (kill-buffer (current-buffer)))
+  (message "Creating user catalog file...done")
   (message "Info for %d routines saved in %s"
-          (length idlwave-library-routines)
-          idlwave-libinfo-file)
+          (length idlwave-user-catalog-routines)
+          idlwave-user-catalog-file)
   (sit-for 2)
   (idlwave-update-routine-info t))
 
+(defun idlwave-read-paths ()
+  (if (and (stringp idlwave-path-file)
+          (file-regular-p idlwave-path-file))
+      (condition-case nil
+         (load idlwave-path-file t t t)
+       (error nil))))
+
+(defun idlwave-write-paths ()
+  (interactive)
+  (when (and idlwave-path-alist idlwave-system-directory)
+    (let ((font-lock-maximum-size 0)
+         (auto-mode-alist nil))
+      (find-file idlwave-path-file))
+    (if (and (boundp 'font-lock-mode)
+            font-lock-mode)
+       (font-lock-mode 0))
+    (erase-buffer)
+    (insert ";; IDLWAVE paths\n")
+    (insert (format ";; Created %s\n\n" (current-time-string)))
+    ;; Define the variable which knows the value of "!DIR"
+    (insert (format "\n(setq idlwave-system-directory \"%s\")\n"
+                   idlwave-system-directory))
+
+    ;; Define the variable which contains a list of all scanned directories
+    (insert "\n(setq idlwave-path-alist\n    '(")
+    (let ((standard-output (current-buffer)))
+      (mapcar (lambda (x)
+               (insert "\n      ")
+               (prin1 x)
+               (goto-char (point-max)))
+             idlwave-path-alist))
+    (insert "))\n")
+    (save-buffer 0)
+    (kill-buffer (current-buffer))))
+
+
 (defun idlwave-expand-path (path &optional default-dir)
   ;; Expand parts of path starting with '+' recursively into directory list.
   ;; Relative recursive path elements are expanded relative to DEFAULT-DIR.
@@ -3897,23 +5629,89 @@ directories and save the routine info.
       (when (file-directory-p dir)
        (setq files (nreverse (directory-files dir t "[^.]")))
        (while (setq file (pop files))
-         (if (file-directory-p file) 
+         (if (file-directory-p file)
              (push (file-name-as-directory file) path)))
        (push dir path1)))
     path1))
 
-;;----- Asking the shell -------------------
+
+;;----- Scanning the library catalogs ------------------
+
+
+
+
+(defun idlwave-scan-library-catalogs (&optional message-base no-load)
+  "Scan for library catalog files (.idlwave_catalog) and ingest.
+
+All directories on `idlwave-path-alist' (or `idlwave-library-path'
+instead, if present) are searched.  Print MESSAGE-BASE along with the
+libraries being loaded, if passed, and skip loading/normalizing if
+NO-LOAD is non-nil.  The variable `idlwave-use-library-catalogs' can
+be set to nil to disable library catalog scanning."
+  (when idlwave-use-library-catalogs
+    (let ((dirs
+          (if idlwave-library-path
+              (idlwave-expand-path idlwave-library-path)
+            (mapcar 'car idlwave-path-alist)))
+         (old-libname "")
+         dir-entry dir flags catalog all-routines)
+      (if message-base (message message-base))
+      (while (setq dir (pop dirs))
+       (catch 'continue
+         (when (file-readable-p
+                (setq catalog (expand-file-name ".idlwave_catalog" dir)))
+           (unless no-load
+             (setq idlwave-library-catalog-routines nil)
+             ;; Load the catalog file
+             (condition-case nil
+                 (load catalog t t t)
+               (error (throw 'continue t)))
+             (when (and
+                    message-base
+                    (not (string= idlwave-library-catalog-libname
+                                  old-libname)))
+               (message "%s" (concat message-base
+                                     idlwave-library-catalog-libname))
+               (setq old-libname idlwave-library-catalog-libname))
+             (when idlwave-library-catalog-routines
+               (setq all-routines
+                     (append
+                      (idlwave-sintern-rinfo-list
+                       idlwave-library-catalog-routines 'sys dir)
+                      all-routines))))
+
+           ;;  Add a 'lib flag if on path-alist
+           (when (and idlwave-path-alist
+                      (setq dir-entry (assoc dir idlwave-path-alist)))
+             (idlwave-path-alist-add-flag dir-entry 'lib)))))
+      (unless no-load (setq idlwave-library-catalog-routines all-routines))
+      (if message-base (message (concat message-base "done"))))))
+
+;;----- Communicating with the Shell -------------------
 
 ;; First, here is the idl program which can be used to query IDL for
-;; defined routines. 
+;; defined routines.
 (defconst idlwave-routine-info.pro
   "
-function idlwave_make_info_entry,name,func=func,separator=sep
+;; START OF IDLWAVE SUPPORT ROUTINES
+pro idlwave_print_safe,item,limit
+  catch,err
+  if err ne 0 then begin
+     print,'Could not print item.'
+     return
+  endif
+  if n_elements(item) gt limit then $
+     print,item[0:limit-1],'<... truncated at ',strtrim(limit,2),' elements>' $
+  else print,item
+end
+
+pro idlwave_print_info_entry,name,func=func,separator=sep
   ;; See if it's an object method
-  func    = keyword_set(func) 
+  if name eq '' then return
+  func    = keyword_set(func)
   methsep = strpos(name,'::')
   meth    = methsep ne -1
-  
+
   ;; Get routine info
   pars   = routine_info(name,/parameters,functions=func)
   source = routine_info(name,/source,functions=func)
@@ -3921,21 +5719,21 @@ function idlwave_make_info_entry,name,func=func,separator=sep
   nkw    = pars.num_kw_args
   if nargs gt 0 then args = pars.args
   if nkw   gt 0 then kwargs = pars.kw_args
-  
+
   ;; Trim the class, and make the name
-  if meth then begin 
+  if meth then begin
       class = strmid(name,0,methsep)
       name  = strmid(name,methsep+2,strlen(name)-1)
-      if nargs gt 0 then begin 
+      if nargs gt 0 then begin
           ;; remove the self argument
           wh = where(args ne 'SELF',nargs)
-          if nargs gt 0 then args = args(wh)
+          if nargs gt 0 then args = args[wh]
       endif
   endif else begin
       ;; No class, just a normal routine.
       class = \"\"
   endelse
-   
+
   ;; Calling sequence
   cs = \"\"
   if func then cs = 'Result = '
@@ -3944,7 +5742,7 @@ function idlwave_make_info_entry,name,func=func,separator=sep
   if func then cs = cs + '(' else if nargs gt 0 then cs = cs + ', '
   if nargs gt 0 then begin
       for j=0,nargs-1 do begin
-          cs = cs + args(j)
+          cs = cs + args[j]
           if j lt nargs-1 then cs = cs + ', '
       endfor
   end
@@ -3953,138 +5751,127 @@ function idlwave_make_info_entry,name,func=func,separator=sep
   kwstring = ''
   if nkw gt 0 then begin
       for j=0,nkw-1 do begin
-          kwstring = kwstring + ' ' + kwargs(j)
+          kwstring = kwstring + ' ' + kwargs[j]
       endfor
   endif
-  
-  ret=(['IDLWAVE-PRO','IDLWAVE-FUN', $
-        'IDLWAVE-PRO','IDLWAVE-FUN'])(func+2*meth)
-  
-  return,ret + ': ' + name + sep + class + sep + source(0).path  $
+
+  ret=(['IDLWAVE-PRO','IDLWAVE-FUN'])[func]
+
+  print,ret + ': ' + name + sep + class + sep + source[0].path  $
     + sep + cs + sep + kwstring
 end
 
-pro idlwave_routine_info
+pro idlwave_routine_info,file
+  on_error,1
   sep = '<@>'
   print,'>>>BEGIN OF IDLWAVE ROUTINE INFO (\"' + sep + '\" IS THE SEPARATOR)'
   all = routine_info()
-  for i=0,n_elements(all)-1 do $
-    print,idlwave_make_info_entry(all(i),separator=sep)
+  fileQ=n_elements(file) ne 0
+  if fileQ then file=strtrim(file,2)
+  for i=0L,n_elements(all)-1L do begin
+     if fileQ then begin
+        if (routine_info(all[i],/SOURCE)).path eq file then $
+           idlwave_print_info_entry,all[i],separator=sep
+     endif else idlwave_print_info_entry,all[i],separator=sep
+  endfor
   all = routine_info(/functions)
-  for i=0,n_elements(all)-1 do $
-    print,idlwave_make_info_entry(all(i),/func,separator=sep)
+  for i=0L,n_elements(all)-1L do begin
+     if fileQ then begin
+        if (routine_info(all[i],/FUNCTIONS,/SOURCE)).path eq file then $
+           idlwave_print_info_entry,all[i],separator=sep,/FUNC
+     endif else idlwave_print_info_entry,all[i],separator=sep,/FUNC
+  endfor
   print,'>>>END OF IDLWAVE ROUTINE INFO'
 end
-" 
-  "The idl program to get the routine info stuff.
-The output of this program is parsed by `idlwave-shell-routine-info-filter'.")
 
-(defun idlwave-shell-routine-info-filter ()
-  "Function which parses the special output from idlwave_routine_info.pro."
-  (let ((text idlwave-shell-command-output)
-       (start 0)
-       sep sep-re file type spec specs name cs key keys class)
-    ;; Initialize variables
-    (setq idlwave-compiled-routines nil)
-    ;; Cut out the correct part of the output.
-    (if (string-match
-        "^>>>BEGIN OF IDLWAVE ROUTINE INFO (\"\\(.+\\)\" IS THE SEPARATOR.*"
-        text)
-       (setq sep (match-string 1 text)
-             sep-re (concat (regexp-quote sep) " *")
-             text (substring text (match-end 0)))
-      (error "Routine Info error: No match for BEGIN line"))
-    (if (string-match "^>>>END OF IDLWAVE ROUTINE INFO.*" text)
-       (setq text (substring text 0 (match-beginning 0)))
-      (error "Routine Info error: No match for END line"))
-    ;; Match the output lines
-    (while (string-match "^IDLWAVE-\\(PRO\\|FUN\\): \\(.*\\)" text start)
-      (setq start (match-end 0))
-      (setq type (match-string 1 text)
-           spec (match-string 2 text)
-           specs (idlwave-split-string spec sep-re)
-           name (nth 0 specs)
-           class (if (equal (nth 1 specs) "") nil (nth 1 specs))
-           file (nth 2 specs)
-           cs (nth 3 specs)
-           key (nth 4 specs)
-           keys (if (and (stringp key)
-                         (not (string-match "\\` *\\'" key)))
-                    (mapcar 'list 
-                            (delete "" (idlwave-split-string key " +")))))
-      (setq name (idlwave-sintern-routine-or-method name class t)
-           class (idlwave-sintern-class class t)
-           keys (mapcar (lambda (x) 
-                          (list (idlwave-sintern-keyword (car x) t))) keys))
-      ;; Make sure we use the same string object for the same file
-      (setq file (idlwave-sintern-file file t))
-      ;; FIXME: What should I do with routines from the temp file???
-      ;;        Maybe just leave it in - there is a chance that the
-      ;;        routine is still in there.
-      ;;      (if (equal file idlwave-shell-temp-pro-file)
-      ;;         (setq file nil))
-
-      ;; In the following ignore routines already defined in buffers,
-      ;; assuming that if the buffer stuff differs, it is a "new"
-      ;; version. 
-      ;; We could do the same for the library to avoid duplicates -
-      ;; but I think frequently a user might have several versions of
-      ;; the same function in different programs, and in this case the 
-      ;; compiled one will be the best guess of all version.
-      ;; Therefore, we leave duplicates of library routines in.
-
-      (cond ((string= name "$MAIN$"))    ; ignore this one
-           ((and (string= type "PRO")
-                 ;; FIXME: is it OK to make the buffer routines dominate?
-                 (not (idlwave-rinfo-assq name 'pro class 
-                                          idlwave-buffer-routines))
-                 ;; FIXME: is it OK to make the library routines dominate?
-                 ;;(not (idlwave-rinfo-assq name 'pro class 
-                 ;;                       idlwave-library-routines))
-                 )
-            (push (list name 'pro class (cons 'compiled file) cs keys)
-                  idlwave-compiled-routines))
-           ((and (string= type "FUN")
-                 ;; FIXME: is it OK to make the buffer routines dominate?
-                 (not (idlwave-rinfo-assq name 'fun class 
-                                          idlwave-buffer-routines))
-                 ;; FIXME: is it OK to make the library routines dominate?
-                 ;; (not (idlwave-rinfo-assq name 'fun class 
-                 ;;                       idlwave-library-routines))
-                 )
-            (push (list name 'fun class (cons 'compiled file) cs keys)
-                  idlwave-compiled-routines)))))
-  ;; Reverse the definitions so that they are alphabetically sorted.
-  (setq idlwave-compiled-routines
-       (nreverse idlwave-compiled-routines)))
+pro idlwave_get_sysvars
+  on_error,1
+  catch,error_status
+  if error_status ne 0 then begin
+      print, 'Cannot get info about system variables'
+  endif else begin
+      help,/brief,output=s,/system_variables  ; ? unsafe use of OUTPUT=
+      s = strtrim(strjoin(s,' ',/single),2)   ; make one line
+      v = strsplit(s,' +',/regex,/extract)    ; get variables
+      for i=0L,n_elements(v)-1 do begin
+          t = ['']                            ; get tag list
+          a=execute('if n_tags('+v[i]+') gt 0 then t=tag_names('+v[i]+')')
+          print, 'IDLWAVE-SYSVAR: '+v[i]+' '+strjoin(t,' ',/single)
+      endfor
+  endelse
+end
+
+pro idlwave_get_class_tags, class
+  res = execute('tags=tag_names({'+class+'})')
+  if res then print,'IDLWAVE-CLASS-TAGS: '+class+' '+strjoin(tags,' ',/single)
+end
+;; END OF IDLWAVE SUPPORT ROUTINES
+"
+  "The idl programs to get info from the shell.")
+
+(defvar idlwave-idlwave_routine_info-compiled nil
+  "Remembers if the routine info procedure is already compiled.")
 
 (defvar idlwave-shell-temp-pro-file)
-(defun idlwave-shell-update-routine-info ()
+(defvar idlwave-shell-temp-rinfo-save-file)
+
+(defun idlwave-shell-compile-helper-routines (&optional wait)
+  (unless (and idlwave-idlwave_routine_info-compiled
+              (file-readable-p (idlwave-shell-temp-file 'rinfo)))
+    (save-excursion
+      (set-buffer (idlwave-find-file-noselect
+                  (idlwave-shell-temp-file 'pro)))
+      (erase-buffer)
+      (insert idlwave-routine-info.pro)
+      (save-buffer 0))
+    (idlwave-shell-send-command
+     (concat ".run \"" idlwave-shell-temp-pro-file "\"")
+     nil 'hide wait)
+    (idlwave-shell-send-command
+     (format "save,'idlwave_print_safe','idlwave_routine_info','idlwave_print_info_entry','idlwave_get_class_tags','idlwave_get_sysvars',FILE='%s',/ROUTINES"
+            (idlwave-shell-temp-file 'rinfo))
+     nil 'hide)
+    (setq idlwave-idlwave_routine_info-compiled t))
+
+  ;; Restore if necessary.  Must use execute to hide lame routine_info
+  ;; errors on undefinded routine
+  (idlwave-shell-send-command
+   (format "if execute(\"_v=routine_info('idlwave_routine_info',/SOURCE)\") eq 0 then restore,'%s' else if _v.path eq '' then restore,'%s'"
+          idlwave-shell-temp-rinfo-save-file
+          idlwave-shell-temp-rinfo-save-file)
+   nil 'hide))
+
+
+(defun idlwave-shell-update-routine-info (&optional quiet run-hooks wait file)
   "Query the shell for routine_info of compiled modules and update the lists."
-  ;; Save and compile the procedure
-  (save-excursion
-    (set-buffer (idlwave-find-file-noselect
-                idlwave-shell-temp-pro-file))
-    (erase-buffer)
-    (insert idlwave-routine-info.pro)
-    (save-buffer 0))
-  (idlwave-shell-send-command (concat ".run " idlwave-shell-temp-pro-file)
-                             nil 'hide)
-
-  ;; Execute the procedure and analyze the output
-  (idlwave-shell-send-command "idlwave_routine_info"
-                             '(progn
-                                (idlwave-shell-routine-info-filter)
-                                (idlwave-concatenate-rinfo-lists))
-                             'hide))
+  ;; Save and compile the procedure.  The compiled procedure is then
+  ;; saved into an IDL SAVE file, to allow for fast RESTORE.  We may
+  ;; need to test for and possibly RESTORE the procedure each time we
+  ;; use it, since the user may have killed or redefined it.  In
+  ;; particular, .RESET_SESSION will kill all user procedures.  If
+  ;; FILE is set, only update routine info for routines in that file.
+
+  (idlwave-shell-compile-helper-routines wait)
+  ; execute the routine_info procedure, and analyze the output
+  (idlwave-shell-send-command
+   (format "idlwave_routine_info%s" (if file (concat ",'" file "'") ""))
+   `(progn
+      (idlwave-shell-routine-info-filter)
+      (idlwave-concatenate-rinfo-lists ,quiet ,run-hooks))
+   'hide wait))
 
 ;; ---------------------------------------------------------------------------
 ;;
 ;; Completion and displaying routine calling sequences
 
+(defvar idlwave-completion-help-info nil)
+(defvar idlwave-completion-help-links nil)
+(defvar idlwave-current-obj_new-class nil)
+(defvar idlwave-complete-special nil)
+
 (defun idlwave-complete (&optional arg module class)
   "Complete a function, procedure or keyword name at point.
-This function is smart and figures out what can be legally completed
+This function is smart and figures out what can be completed
 at this point.
 - At the beginning of a statement it completes procedure names.
 - In the middle of a statement it completes function names.
@@ -4092,14 +5879,15 @@ at this point.
   it completes a keyword of the relevant function or procedure.
 - In the first arg of `OBJ_NEW', it completes a class name.
 
-When several completions are possible, a list will be displayed in the 
+When several completions are possible, a list will be displayed in the
 *Completions* buffer.  If this list is too long to fit into the
-window, scrolling can be achieved by repeatedly pressing \\[idlwave-complete].
+window, scrolling can be achieved by repeatedly pressing
+\\[idlwave-complete].
 
 The function also knows about object methods.  When it needs a class
 name, the action depends upon `idlwave-query-class', which see.  You
-can force IDLWAVE to ask you for a class name with a \\[universal-argument] prefix
-argument to this command.
+can force IDLWAVE to ask you for a class name with a
+\\[universal-argument] prefix argument to this command.
 
 See also the variables `idlwave-keyword-completion-adds-equal' and
 `idlwave-function-completion-adds-paren'.
@@ -4119,6 +5907,12 @@ Possible values are:
 8  <=>  'function-method-keyword
 9  <=>  'class
 
+As a special case, the universal argument C-u forces completion of
+function names in places where the default would be a keyword.
+
+Two prefix argument, C-u C-u, prompts for a regexp by which to limit
+completion.
+
 For Lisp programmers only:
 When we force a keyword, optional argument MODULE can contain the module name.
 When we force a method or a method keyword, CLASS can specify the class."
@@ -4126,13 +5920,15 @@ When we force a method or a method keyword, CLASS can specify the class."
   (idlwave-routines)
   (let* ((where-list
          (if (and arg
-                  (or (integerp arg)
+                  (or (and (integerp arg) (not (equal arg '(16))))
                       (symbolp arg)))
              (idlwave-make-force-complete-where-list arg module class)
            (idlwave-where)))
         (what (nth 2 where-list))
         (idlwave-force-class-query (equal arg '(4)))
-        cwin)
+        (completion-regexp-list
+         (if (equal arg '(16))
+             (list (read-string (concat "Completion Regexp: "))))))
 
     (if (and module (string-match "::" module))
        (setq class (substring module 0 (match-beginning 0))
@@ -4142,47 +5938,76 @@ When we force a method or a method keyword, CLASS can specify the class."
 
      ((and (null arg)
           (eq (car-safe last-command) 'idlwave-display-completion-list)
-          (setq cwin (get-buffer-window "*Completions*")))
+          (get-buffer-window "*Completions*"))
       (setq this-command last-command)
       (idlwave-scroll-completions))
 
+     ;; Complete a filename in quotes
+     ((and (idlwave-in-quote)
+          (not (eq what 'class)))
+      (idlwave-complete-filename))
+
+     ;; Check for any special completion functions
+     ((and idlwave-complete-special
+          (idlwave-call-special idlwave-complete-special)))
+
      ((null what)
       (error "Nothing to complete here"))
 
+     ;; Complete a class
      ((eq what 'class)
+      (setq idlwave-completion-help-info '(class))
       (idlwave-complete-class))
 
      ((eq what 'procedure)
       ;; Complete a procedure name
-      (let* ((class-selector (idlwave-determine-class (nth 3 where-list) 'pro))
+      (let* ((cw-list (nth 3 where-list))
+            (class-selector (idlwave-determine-class cw-list 'pro))
+            (super-classes (unless (idlwave-explicit-class-listed cw-list)
+                             (idlwave-all-class-inherits class-selector)))
             (isa (concat "procedure" (if class-selector "-method" "")))
             (type-selector 'pro))
+       (setq idlwave-completion-help-info
+             (list 'routine nil type-selector class-selector nil super-classes))
        (idlwave-complete-in-buffer
         'procedure (if class-selector 'method 'routine)
         (idlwave-routines) 'idlwave-selector
         (format "Select a %s name%s"
                 isa
                 (if class-selector
-                    (format " (class is %s)" class-selector)
+                    (format " (class is %s)"
+                            (if (eq class-selector t)
+                                "unknown" class-selector))
                   ""))
         isa
-        'idlwave-attach-method-classes)))
+        'idlwave-attach-method-classes 'idlwave-add-file-link-selector)))
 
      ((eq what 'function)
       ;; Complete a function name
-      (let* ((class-selector (idlwave-determine-class (nth 3 where-list) 'fun))
+      (let* ((cw-list (nth 3 where-list))
+            (class-selector (idlwave-determine-class cw-list 'fun))
+            (super-classes (unless (idlwave-explicit-class-listed cw-list)
+                             (idlwave-all-class-inherits class-selector)))
             (isa (concat "function" (if class-selector "-method" "")))
             (type-selector 'fun))
+       (setq idlwave-completion-help-info
+             (list 'routine nil type-selector class-selector nil super-classes))
        (idlwave-complete-in-buffer
         'function (if class-selector 'method 'routine)
         (idlwave-routines) 'idlwave-selector
         (format "Select a %s name%s"
                 isa
                 (if class-selector
-                    (format " (class is %s)" class-selector)
+                    (format " (class is %s)"
+                            (if (eq class-selector t)
+                                "unknown" class-selector))
                   ""))
         isa
-        'idlwave-attach-method-classes)))
+        'idlwave-attach-method-classes 'idlwave-add-file-link-selector)))
+
+     ((and (memq what '(procedure-keyword function-keyword)) ; Special Case
+          (equal arg '(4)))
+      (idlwave-complete 3))
 
      ((eq what 'procedure-keyword)
       ;; Complete a procedure keyword
@@ -4192,21 +6017,28 @@ When we force a method or a method keyword, CLASS can specify the class."
             (type-selector 'pro)
             (class (idlwave-determine-class where 'pro))
             (class-selector class)
+            (super-classes (idlwave-all-class-inherits class-selector))
             (isa (format "procedure%s-keyword" (if class "-method" "")))
-            (entry (idlwave-rinfo-assq
+            (entry (idlwave-best-rinfo-assq
                     name 'pro class (idlwave-routines)))
-            (list (nth 5 entry)))
+            (system (if entry (eq (car (nth 3 entry)) 'system)))
+            (list (idlwave-entry-keywords entry 'do-link)))
        (unless (or entry (eq class t))
          (error "Nothing known about procedure %s"
                 (idlwave-make-full-name class name)))
-       (setq list (idlwave-fix-keywords name 'pro class list))
-       (unless list (error (format "No keywords available for procedure %s"
-                                   (idlwave-make-full-name class name))))
+       (setq list (idlwave-fix-keywords name 'pro class list
+                                        super-classes system))
+       (unless list (error "No keywords available for procedure %s"
+                           (idlwave-make-full-name class name)))
+       (setq idlwave-completion-help-info
+             (list 'keyword name type-selector class-selector entry super-classes))
        (idlwave-complete-in-buffer
         'keyword 'keyword list nil
         (format "Select keyword for procedure %s%s"
                 (idlwave-make-full-name class name)
-                (if (member '("_EXTRA") list) " (note _EXTRA)" ""))
+                (if (or (member '("_EXTRA") list)
+                        (member '("_REF_EXTRA") list))
+                    " (note _EXTRA)" ""))
         isa
         'idlwave-attach-keyword-classes)))
 
@@ -4218,26 +6050,57 @@ When we force a method or a method keyword, CLASS can specify the class."
             (type-selector 'fun)
             (class (idlwave-determine-class where 'fun))
             (class-selector class)
+            (super-classes (idlwave-all-class-inherits class-selector))
             (isa (format "function%s-keyword" (if class "-method" "")))
-            (entry (idlwave-rinfo-assq
+            (entry (idlwave-best-rinfo-assq
                     name 'fun class (idlwave-routines)))
-            (list (nth 5 entry)))
+            (system (if entry (eq (car (nth 3 entry)) 'system)))
+            (list (idlwave-entry-keywords entry 'do-link))
+            msg-name)
        (unless (or entry (eq class t))
          (error "Nothing known about function %s"
                 (idlwave-make-full-name class name)))
-       (setq list (idlwave-fix-keywords name 'fun class list))
-       (unless list (error (format "No keywords available for function %s"
-                                   (idlwave-make-full-name class name))))
+       (setq list (idlwave-fix-keywords name 'fun class list
+                                        super-classes system))
+       ;; OBJ_NEW: Messages mention the proper Init method
+       (setq msg-name (if (and (null class)
+                               (string= (upcase name) "OBJ_NEW"))
+                          (concat idlwave-current-obj_new-class
+                                  "::Init (via OBJ_NEW)")
+                        (idlwave-make-full-name class name)))
+       (unless list (error "No keywords available for function %s"
+                           msg-name))
+       (setq idlwave-completion-help-info
+             (list 'keyword name type-selector class-selector nil super-classes))
        (idlwave-complete-in-buffer
         'keyword 'keyword list nil
-        (format "Select keyword for function %s%s"
-                (idlwave-make-full-name class name)
-                (if (member '("_EXTRA") list) " (note _EXTRA)" ""))
+        (format "Select keyword for function %s%s" msg-name
+                (if (or (member '("_EXTRA") list)
+                        (member '("_REF_EXTRA") list))
+                    " (note _EXTRA)" ""))
         isa
         'idlwave-attach-keyword-classes)))
-                
+
      (t (error "This should not happen (idlwave-complete)")))))
 
+(defvar idlwave-complete-special nil
+  "List of special completion functions.
+These functions are called for each completion.  Each function must
+check if its own special completion context is present.  If yes, it
+should use `idlwave-complete-in-buffer' to do some completion and
+return t.  If such a function returns t, *no further* attempts to
+complete other contexts will be done.  If the function returns nil,
+other completions will be tried.")
+
+(defun idlwave-call-special (functions &rest args)
+  (let ((funcs functions)
+       fun ret)
+    (catch 'exit
+      (while (setq fun (pop funcs))
+       (if (setq ret (apply fun args))
+           (throw 'exit ret)))
+      nil)))
+
 (defun idlwave-make-force-complete-where-list (what &optional module class)
   ;; Return an artificial WHERE specification to force the completion
   ;; routine to complete a specific item independent of context.
@@ -4251,10 +6114,10 @@ When we force a method or a method keyword, CLASS can specify the class."
                      ("class")))
         (module (idlwave-sintern-routine-or-method module class))
         (class (idlwave-sintern-class class))
-        (what (cond 
+        (what (cond
                ((equal what 0)
                 (setq what
-                      (intern (completing-read 
+                      (intern (completing-read
                                "Complete what? " what-list nil t))))
                ((integerp what)
                 (setq what (intern (car (nth (1- what) what-list)))))
@@ -4262,7 +6125,7 @@ When we force a method or a method keyword, CLASS can specify the class."
                      (symbolp what)
                      (assoc (symbol-name what) what-list))
                 what)
-               (t (error "Illegal WHAT"))))
+               (t (error "Invalid WHAT"))))
         (nil-list '(nil nil nil nil))
         (class-list (list nil nil (or class t) nil)))
 
@@ -4273,9 +6136,10 @@ When we force a method or a method keyword, CLASS can specify the class."
 
      ((eq what 'procedure-keyword)
       (let* ((class-selector nil)
+            (super-classes nil)
             (type-selector 'pro)
             (pro (or module
-                     (idlwave-completing-read 
+                     (idlwave-completing-read
                       "Procedure: " (idlwave-routines) 'idlwave-selector))))
        (setq pro (idlwave-sintern-routine pro))
        (list nil-list nil-list 'procedure-keyword
@@ -4286,9 +6150,10 @@ When we force a method or a method keyword, CLASS can specify the class."
 
      ((eq what 'function-keyword)
       (let* ((class-selector nil)
+            (super-classes nil)
             (type-selector 'fun)
             (func (or module
-                      (idlwave-completing-read 
+                      (idlwave-completing-read
                        "Function: " (idlwave-routines) 'idlwave-selector))))
        (setq func (idlwave-sintern-routine func))
        (list nil-list nil-list 'function-keyword
@@ -4300,6 +6165,7 @@ When we force a method or a method keyword, CLASS can specify the class."
      ((eq what 'procedure-method-keyword)
       (let* ((class (idlwave-determine-class class-list 'pro))
             (class-selector class)
+            (super-classes (idlwave-all-class-inherits class-selector))
             (type-selector 'pro)
             (pro (or module
                      (idlwave-completing-read
@@ -4315,6 +6181,7 @@ When we force a method or a method keyword, CLASS can specify the class."
      ((eq what 'function-method-keyword)
       (let* ((class (idlwave-determine-class class-list 'fun))
             (class-selector class)
+            (super-classes (idlwave-all-class-inherits class-selector))
             (type-selector 'fun)
             (func (or module
                       (idlwave-completing-read
@@ -4326,8 +6193,8 @@ When we force a method or a method keyword, CLASS can specify the class."
 
      ((eq what 'class)
       (list nil-list nil-list 'class nil-list nil))
-     
-     (t (error "Illegal value for WHAT")))))
+
+     (t (error "Invalid value for WHAT")))))
 
 (defun idlwave-completing-read (&rest args)
   ;; Completing read, case insensitive
@@ -4338,10 +6205,30 @@ When we force a method or a method keyword, CLASS can specify the class."
          (apply 'completing-read args))
       (setq-default completion-ignore-case old-value))))
 
+(defvar idlwave-shell-default-directory)
+(defun idlwave-complete-filename ()
+  "Use the comint stuff to complete a file name."
+  (require 'comint)
+  (let* ((comint-file-name-chars "~/A-Za-z0-9+@:_.$#%={}\\-")
+        (comint-completion-addsuffix nil)
+        (default-directory
+          (if (and (boundp 'idlwave-shell-default-directory)
+                   (stringp idlwave-shell-default-directory)
+                   (file-directory-p idlwave-shell-default-directory))
+              idlwave-shell-default-directory
+            default-directory)))
+    (comint-dynamic-complete-filename)))
+
 (defun idlwave-make-full-name (class name)
   ;; Make a fully qualified module name including the class name
   (concat (if class (format "%s::" class) "") name))
 
+(defun idlwave-rinfo-assoc (name type class list)
+  "Like `idlwave-rinfo-assq', but sintern strings first."
+  (idlwave-rinfo-assq
+   (idlwave-sintern-routine-or-method name class)
+   type (idlwave-sintern-class class) list))
+
 (defun idlwave-rinfo-assq (name type class list)
   ;; Works like assq, but also checks type and class
   (catch 'exit
@@ -4353,6 +6240,60 @@ When we force a method or a method keyword, CLASS can specify the class."
             (throw 'exit match))
        (setq list (cdr (memq match list)))))))
 
+(defun idlwave-rinfo-assq-any-class (name type class list)
+  ;; Return the first matching method on the inheritance list
+  (let* ((classes (cons class (idlwave-all-class-inherits class)))
+        class rtn)
+    (while classes
+      (if (setq rtn (idlwave-rinfo-assq name type (pop classes) list))
+         (setq classes nil)))
+    rtn))
+
+(defun idlwave-best-rinfo-assq (name type class list &optional with-file
+                                    keep-system)
+  "Like `idlwave-rinfo-assq', but get all twins and sort, then return first.
+If WITH-FILE is passed, find the best rinfo entry with a file
+included.  If KEEP-SYSTEM is set, don't prune system for compiled
+syslib files."
+  (let ((twins (idlwave-routine-twins
+               (idlwave-rinfo-assq-any-class name type class list)
+               list))
+       syslibp)
+    (when (> (length twins) 1)
+      (setq twins (sort twins 'idlwave-routine-entry-compare-twins))
+      (if (and (null keep-system)
+              (eq 'system (car (nth 3 (car twins))))
+              (setq syslibp (idlwave-any-syslib (cdr twins)))
+              (not (equal 1 syslibp)))
+         ;; Its a compiled syslib, so we need to remove the system entry
+         (setq twins (cdr twins)))
+      (if with-file
+         (setq twins (delq nil
+                           (mapcar (lambda (x)
+                                     (if (nth 1 (nth 3 x)) x))
+                                   twins)))))
+    (car twins)))
+
+(defun idlwave-best-rinfo-assoc (name type class list &optional with-file
+                                    keep-system)
+  "Like `idlwave-best-rinfo-assq', but sintern strings first."
+  (idlwave-best-rinfo-assq
+   (idlwave-sintern-routine-or-method name class)
+   type (idlwave-sintern-class class) list with-file keep-system))
+
+(defun idlwave-any-syslib (entries)
+  "Does the entry list ENTRIES contain a syslib entry?
+If yes, return the index (>=1)."
+  (let (file (cnt 0))
+    (catch 'exit
+      (while entries
+       (incf cnt)
+       (setq file (idlwave-routine-source-file (nth 3 (car entries))))
+       (if (and file (idlwave-syslib-p file))
+           (throw 'exit cnt)
+         (setq entries (cdr entries))))
+      nil)))
+
 (defun idlwave-all-assq (key list)
   "Return a list of all associations of Key in LIST."
   (let (rtn elt)
@@ -4365,7 +6306,7 @@ When we force a method or a method keyword, CLASS can specify the class."
   "Return all classes which have a method METHOD.  TYPE is 'fun or 'pro.
 When TYPE is not specified, both procedures and functions will be considered."
   (if (null method)
-      (mapcar 'car idlwave-class-alist)
+      (mapcar 'car (idlwave-class-alist))
     (let (rtn)
       (mapcar (lambda (x)
                (and (nth 2 x)
@@ -4384,21 +6325,53 @@ When TYPE is not specified, both procedures and functions will be considered."
       nil
     (let (rtn)
       (mapcar (lambda (x)
-               (and (nth 2 x)
-                    (or (not type)
+               (and (nth 2 x)           ; non-nil class
+                    (or (not type)      ; correct or unspecified type
                         (eq type (nth 1 x)))
-                    (assoc keyword (nth 5 x))
+                    (assoc keyword (idlwave-entry-keywords x))
                     (push (nth 2 x) rtn)))
              (idlwave-all-assq method (idlwave-routines)))
       (idlwave-uniquify rtn))))
 
+(defun idlwave-members-only (list club)
+  "Return list of all elements in LIST which are also in CLUB."
+  (let (rtn)
+    (while list
+      (if (member (car list) club)
+         (setq rtn (cons (car list) rtn)))
+      (setq list (cdr list)))
+    (nreverse rtn)))
+
+(defun idlwave-nonmembers-only (list club)
+  "Return list of all elements in LIST which are not in CLUB."
+  (let (rtn)
+    (while list
+      (if (member (car list) club)
+         nil
+       (setq rtn (cons (car list) rtn)))
+      (setq list (cdr list)))
+    (nreverse rtn)))
+
+(defun idlwave-explicit-class-listed (info)
+  "Return whether or not the class is listed explicitly, ala a->b::c.
+INFO is as returned by idlwave-what-function or -procedure."
+  (let ((apos (nth 3 info)))
+    (if apos
+       (save-excursion (goto-char apos)
+                       (looking-at "->[a-zA-Z][a-zA-Z0-9$_]*::")))))
+
+(defvar idlwave-determine-class-special nil
+  "List of special functions for determining class.
+Must accept two arguments: `apos' and `info'")
+
 (defun idlwave-determine-class (info type)
-  ;; Determine the class of a routine call.  INFO is the structure returned
-  ;; `idlwave-what-function' or `idlwave-what-procedure'.
-  ;; The third element in this structure is the class.  When nil, we return nil.
-  ;; When t, try to get the class from text properties at the arrow,
-  ;; otherwise prompt the user for a class name.  Also stores the selected
-  ;; class as a text property at the arrow.
+  ;; Determine the class of a routine call.
+  ;; INFO is the `cw-list' structure as returned by idlwave-where.
+  ;; The second element in this structure is the class.  When nil, we
+  ;; return nil.  When t, try to get the class from text properties at
+  ;; the arrow.  When the object is "self", we use the class of the
+  ;; current routine.  otherwise prompt the user for a class name.
+  ;; Also stores the selected class as a text property at the arrow.
   ;; TYPE is 'fun or 'pro.
   (let* ((class (nth 2 info))
         (apos (nth 3 info))
@@ -4412,8 +6385,14 @@ When TYPE is not specified, both procedures and functions will be considered."
                      (dassoc (cdr dassoc))
                      (t t)))
         (arrow (and apos (string= (buffer-substring apos (+ 2 apos)) "->")))
+        (is-self
+         (and arrow
+              (save-excursion (goto-char apos)
+                              (forward-word -1)
+                              (let ((case-fold-search t))
+                                (looking-at "self\\>")))))
         (force-query idlwave-force-class-query)
-        store class-alist)
+        store special-class class-alist)
     (cond
      ((null class) nil)
      ((eq t class)
@@ -4423,9 +6402,23 @@ When TYPE is not specified, both procedures and functions will be considered."
               (not force-query))
          (setq class (get-text-property apos 'idlwave-class)
                class (idlwave-sintern-class class)))
+      (if (and (eq t class) is-self)
+         (setq class (or (nth 2 (idlwave-current-routine)) class)))
+
+      ;; Before prompting, try any special class determination routines
+      (when (and (eq t class)
+                idlwave-determine-class-special
+                (not force-query))
+       (setq special-class
+             (idlwave-call-special idlwave-determine-class-special apos))
+       (if special-class
+           (setq class (idlwave-sintern-class special-class)
+                 store idlwave-store-inquired-class)))
+
+      ;; Prompt for a class, if we need to
       (when (and (eq class t)
                 (or force-query query))
-       (setq class-alist 
+       (setq class-alist
              (mapcar 'list (idlwave-all-method-classes (car info) type)))
        (setq class
              (idlwave-sintern-class
@@ -4434,19 +6427,25 @@ When TYPE is not specified, both procedures and functions will be considered."
                 (error "No classes available with method %s" (car info)))
                ((and (= (length class-alist) 1) (not force-query))
                 (car (car class-alist)))
-               (t 
+               (t
                 (setq store idlwave-store-inquired-class)
-                (idlwave-completing-read 
+                (idlwave-completing-read
                  (format "Class%s: " (if (stringp (car info))
                                          (format " for %s method %s"
                                                  type (car info))
                                        ""))
                  class-alist nil nil nil 'idlwave-class-history))))))
+
+      ;; Store it, if requested
       (when (and class (not (eq t class)))
        ;; We have a real class here
        (when (and store arrow)
-         (put-text-property apos (+ apos 2) 'idlwave-class class)
-         (put-text-property apos (+ apos 2) 'face idlwave-class-arrow-face))
+         (condition-case ()
+             (add-text-properties
+              apos (+ apos 2)
+              `(idlwave-class ,class face ,idlwave-class-arrow-face
+                              rear-nonsticky t))
+           (error nil)))
        (setf (nth 2 info) class))
       ;; Return the class
       class)
@@ -4456,20 +6455,31 @@ When TYPE is not specified, both procedures and functions will be considered."
 (defvar type-selector)
 (defvar class-selector)
 (defvar method-selector)
+(defvar super-classes)
 (defun idlwave-selector (a)
   (and (eq (nth 1 a) type-selector)
        (or (and (nth 2 a) (eq class-selector t))
-          (eq (nth 2 a) class-selector))))
+          (eq (nth 2 a) class-selector)
+          (memq (nth 2 a) super-classes))))
+
+(defun idlwave-add-file-link-selector (a)
+  ;; Record a file link, if any, for the tested names during selection.
+  (let ((sel (idlwave-selector a)) file)
+    (if (and sel (setq file (idlwave-entry-has-help a)))
+       (push (cons (car a) file) idlwave-completion-help-links))
+    sel))
+
 
 (defun idlwave-where ()
   "Find out where we are.
 The return value is a list with the following stuff:
-(PRO-LIST FUNC-LIST COMPLETE-WHAT CW-LIST LAST-CHAR)
+\(PRO-LIST FUNC-LIST COMPLETE-WHAT CW-LIST LAST-CHAR)
 
 PRO-LIST       (PRO POINT CLASS ARROW)
 FUNC-LIST      (FUNC POINT CLASS ARROW)
 COMPLETE-WHAT  a symbol indicating what kind of completion makes sense here
-CW-LIST        Like PRO-LIST, for what can be copmpleted here.
+CW-LIST        (PRO-OR-FUNC POINT CLASS ARROW)  Like PRO-LIST, for what can
+               be completed here.
 LAST-CHAR      last relevant character before point (non-white non-comment,
                not part of current identifier or leading slash).
 
@@ -4478,9 +6488,10 @@ PRO:    Procedure name
 FUNC:   Function name
 POINT:  Where is this
 CLASS:  What class has the routine (nil=no, t=is method, but class unknown)
-ARROW:  Where is the arrow?"
+ARROW:  Location of the arrow"
   (idlwave-routines)
-  (let* ((bos (save-excursion (idlwave-beginning-of-statement) (point)))
+  (let* (;(bos (save-excursion (idlwave-beginning-of-statement) (point)))
+         (bos (save-excursion (idlwave-start-of-substatement 'pre) (point)))
         (func-entry (idlwave-what-function bos))
          (func (car func-entry))
          (func-class (nth 1 func-entry))
@@ -4494,21 +6505,30 @@ ARROW:  Where is the arrow?"
         (pro-point (or (nth 3 pro-entry) 0))
         (last-char (idlwave-last-valid-char))
          (case-fold-search t)
+        (match-string (buffer-substring bos (point)))
         cw cw-mod cw-arrow cw-class cw-point)
     (if (< func-point pro-point) (setq func nil))
     (cond
-     ((string-match 
-       "\\`[ \t]*\\([a-zA-Z][a-zA-Z0-9$_]*\\)?\\'" 
-       (buffer-substring (if (> pro-point 0) pro-point bos) (point)))
+     ((string-match "\\`[ \t]*\\(pro\\|function\\)[ \t]+[a-zA-Z0-9_]*\\'"
+                    match-string)
+      (setq cw 'class))
+     ((string-match
+       "\\`[ \t]*\\([a-zA-Z][a-zA-Z0-9$_]*\\)?\\'"
+       (if (> pro-point 0)
+          (buffer-substring pro-point (point))
+        match-string))
       (setq cw 'procedure cw-class pro-class cw-point pro-point
            cw-arrow pro-arrow))
      ((string-match "\\`[ \t]*\\(pro\\|function\\)\\>"
-                   (buffer-substring bos (point)))
+                   match-string)
       nil)
-     ((string-match "OBJ_NEW([ \t]*'\\([a-zA-Z][a-zA-Z0-9$_]*\\)?\\'"
-                   (buffer-substring bos (point)))
-      (setq cw 'class))                    
-     ((and func 
+     ((string-match "OBJ_NEW([ \t]*['\"]\\([a-zA-Z0-9$_]*\\)?\\'"
+                   match-string)
+      (setq cw 'class))
+     ((string-match "\\<inherits\\s-+\\([a-zA-Z0-9$_]*\\)?\\'"
+                   match-string)
+      (setq cw 'class))
+     ((and func
           (> func-point pro-point)
           (= func-level 1)
           (memq last-char '(?\( ?,)))
@@ -4526,11 +6546,11 @@ ARROW:  Where is the arrow?"
      (t
       (setq cw 'function)
       (save-excursion
-       (if (re-search-backward "->[ \t]*\\(\\([$a-zA-Z0-9_]+\\)::\\)?[$a-zA-Z0-9_]*\\=" bos t)
-           (setq cw-arrow (match-beginning 0)
-                 cw-class (if (match-end 2)
-                               (idlwave-sintern-class (match-string 2))
-                              t))))))
+       (if (re-search-backward "->[ \t]*\\(\\$[ \t]*\\(;.*\\)?\n\\s-*\\)?\\(\\([$a-zA-Z0-9_]+\\)::\\)?[$a-zA-Z0-9_]*\\=" bos t)
+           (setq cw-arrow (copy-marker (match-beginning 0))
+                 cw-class (if (match-end 4)
+                              (idlwave-sintern-class (match-string 4))
+                            t))))))
     (list (list pro pro-point pro-class pro-arrow)
           (list func func-point func-class func-arrow)
           cw
@@ -4539,58 +6559,54 @@ ARROW:  Where is the arrow?"
 
 (defun idlwave-this-word (&optional class)
   ;; Grab the word around point.  CLASS is for the `skip-chars=...' functions
-  (setq class (or class "a-zA-Z0-9$_"))
+  (setq class (or class "a-zA-Z0-9$_."))
   (save-excursion
-    (buffer-substring-no-properties
+    (buffer-substring
      (progn (skip-chars-backward class) (point))
      (progn (skip-chars-forward  class) (point)))))
 
-(defvar idlwave-find-symbol-syntax-table)
 (defun idlwave-what-function (&optional bound)
   ;; Find out if point is within the argument list of a function.
-  ;; The return value is ("function-name" (point) level).
-  ;; Level is 1 on the to level parenthesis, higher further down.
+  ;; The return value is ("function-name" class arrow-start (point) level).
+  ;; Level is 1 on the top level parentheses, higher further down.
 
   ;; If the optional BOUND is an integer, bound backwards directed
   ;;    searches to this point.
 
   (catch 'exit
-    (let (pos 
+    (let (pos
          func-point
-         (old-syntax (syntax-table))
          (cnt 0)
          func arrow-start class)
-      (unwind-protect
-         (save-restriction
-           (save-excursion
-             (set-syntax-table idlwave-find-symbol-syntax-table)
-             (narrow-to-region (max 1 (or bound 0)) (point-max))
-             ;; move back out of the current parenthesis
-             (while (condition-case nil
-                        (progn (up-list -1) t)
-                      (error nil))
-               (setq pos (point))
-               (incf cnt)
-               (when (and (= (following-char) ?\()
-                          (re-search-backward 
-                           "\\(::\\|\\<\\)\\([a-zA-Z][a-zA-Z0-9$_]*\\)\\="
-                                              bound t))
-                 (setq func (match-string 2)
-                       func-point (goto-char (match-beginning 2))
-                       pos func-point)
-                 (if (re-search-backward 
-                      "->[ \t]*\\(\\([a-zA-Z][a-zA-Z0-9$_]*\\)::\\)?\\=" bound t)
-                     (setq arrow-start (match-beginning 0)
-                           class (or (match-string 2) t)))
-                 (throw 
-                  'exit 
-                  (list
-                   (idlwave-sintern-routine-or-method func class)
-                   (idlwave-sintern-class class)
-                   arrow-start func-point cnt)))
-               (goto-char pos))
-             (throw 'exit nil)))
-       (set-syntax-table old-syntax)))))
+      (idlwave-with-special-syntax
+       (save-restriction
+        (save-excursion
+          (narrow-to-region (max 1 (or bound 0)) (point-max))
+          ;; move back out of the current parenthesis
+          (while (condition-case nil
+                     (progn (up-list -1) t)
+                   (error nil))
+            (setq pos (point))
+            (incf cnt)
+            (when (and (= (following-char) ?\()
+                       (re-search-backward
+                        "\\(::\\|\\<\\)\\([a-zA-Z][a-zA-Z0-9$_]*\\)[ \t]*\\="
+                        bound t))
+              (setq func (match-string 2)
+                    func-point (goto-char (match-beginning 2))
+                    pos func-point)
+              (if (re-search-backward
+                   "->[ \t]*\\(\\([a-zA-Z][a-zA-Z0-9$_]*\\)::\\)?\\=" bound t)
+                  (setq arrow-start (copy-marker (match-beginning 0))
+                        class (or (match-string 2) t)))
+              (throw
+               'exit
+               (list
+                (idlwave-sintern-routine-or-method func class)
+                (idlwave-sintern-class class)
+                arrow-start func-point cnt)))
+            (goto-char pos))
+          (throw 'exit nil)))))))
 
 (defun idlwave-what-procedure (&optional bound)
   ;; Find out if point is within the argument list of a procedure.
@@ -4600,23 +6616,25 @@ ARROW:  Where is the arrow?"
   ;;    searches to this point.
   (let ((pos (point)) pro-point
        pro class arrow-start string)
-    (save-excursion 
-      (idlwave-beginning-of-statement)
+    (save-excursion
+      ;;(idlwave-beginning-of-statement)
+      (idlwave-start-of-substatement 'pre)
       (setq string (buffer-substring (point) pos))
-      (if (string-match 
+      (if (string-match
           "\\`[ \t]*\\([a-zA-Z][a-zA-Z0-9$_]*\\)[ \t]*\\(,\\|\\'\\)" string)
          (setq pro (match-string 1 string)
                pro-point (+ (point) (match-beginning 1)))
        (if (and (idlwave-skip-object)
                 (setq string (buffer-substring (point) pos))
-                (string-match 
-                 "\\`[ \t]*\\(->\\)[ \t]*\\(\\([a-zA-Z][a-zA-Z0-9$_]*\\)::\\)?\\([a-zA-Z][a-zA-Z0-9$_]*\\)?[ \t]*\\(,\\|\\'\\)" string))
+                (string-match
+                 "\\`[ \t]*\\(->\\)[ \t]*\\(\\([a-zA-Z][a-zA-Z0-9$_]*\\)::\\)?\\([a-zA-Z][a-zA-Z0-9$_]*\\)?[ \t]*\\(,\\|\\(\\$\\s *\\(;.*\\)?\\)?$\\)"
+                 string))
            (setq pro (if (match-beginning 4)
                          (match-string 4 string))
                  pro-point (if (match-beginning 4)
                                (+ (point) (match-beginning 4))
                        pos)
-                 arrow-start (+ (point) (match-beginning 1))
+                 arrow-start (copy-marker (+ (point) (match-beginning 1)))
                  class (or (match-string 3 string) t)))))
     (list (idlwave-sintern-routine-or-method pro class)
          (idlwave-sintern-class class)
@@ -4653,7 +6671,6 @@ ARROW:  Where is the arrow?"
              (throw 'exit nil))))
        (goto-char pos)
       nil)))
-  
 
 (defun idlwave-last-valid-char ()
   "Return the last character before point which is not white or a comment
@@ -4675,7 +6692,7 @@ This function is not general, can only be used for completion stuff."
         ((memq (preceding-char) '(?\; ?\$)) (throw 'exit nil))
         ((eq (preceding-char) ?\n)
          (beginning-of-line 0)
-         (if (looking-at "\\([^;]\\)*\\$[ \t]*\\(;.*\\)?\n")
+         (if (looking-at "\\([^\n]*\\)\\$[ \t]*\\(;[^\n]*\\)?\n")
              ;; continuation line
              (goto-char (match-end 1))
            (throw 'exit nil)))
@@ -4689,10 +6706,14 @@ This function is not general, can only be used for completion stuff."
   "A mark pointing to the beginning of the completion string.")
 
 (defun idlwave-complete-in-buffer (type stype list selector prompt isa
-                                       &optional prepare-display-function)
+                                       &optional prepare-display-function
+                                       special-selector)
   "Perform TYPE completion of word before point against LIST.
-SELECTOR is the PREDICATE argument for the completion function.
-Show PROMPT in echo area.  TYPE is one of 'function, 'procedure or 'keyword."
+SELECTOR is the PREDICATE argument for the completion function.  Show
+PROMPT in echo area.  TYPE is one of the intern types, e.g. 'function,
+'procedure, 'class-tag, 'keyword, 'sysvar, etc..  SPECIAL-SELECTOR is
+used only once, for `all-completions', and can be used to, e.g.,
+accumulate information on matching completions."
   (let* ((completion-ignore-case t)
         beg (end (point)) slash part spart completion all-completions
         dpart dcompletion)
@@ -4717,11 +6738,12 @@ Show PROMPT in echo area.  TYPE is one of 'function, 'procedure or 'keyword."
          dpart (downcase part)
          spart (idlwave-sintern stype part)
          completion (try-completion part list selector)
-         dcompletion (if (stringp completion) (downcase completion)))
+         dcompletion (if (stringp completion) (downcase completion))
+         idlwave-completion-help-links nil)
     (cond
      ((null completion)
       ;; nothing available.
-      (error "Can't find %s completion for \"%s\"" isa part))
+      (error (concat prompt ": no completion for \"%s\"") part))
      ((and (not (equal dpart dcompletion))
           (not (eq t completion)))
       ;; We can add something
@@ -4737,10 +6759,12 @@ Show PROMPT in echo area.  TYPE is one of 'function, 'procedure or 'keyword."
          (idlwave-after-successful-completion type slash beg))
       t)
      ((or (eq completion t)
-         (and (equal dpart dcompletion)
-              (= 1 (length (setq all-completions
+         (and (= 1 (length (setq all-completions
                                  (idlwave-uniquify
-                                  (all-completions part list selector)))))))
+                                  (all-completions part list
+                                                   (or special-selector
+                                                       selector))))))
+              (equal dpart dcompletion)))
       ;; This is already complete
       (idlwave-after-successful-completion type slash beg)
       (message "%s is already the complete %s" part isa)
@@ -4748,12 +6772,22 @@ Show PROMPT in echo area.  TYPE is one of 'function, 'procedure or 'keyword."
      (t
       ;; We cannot add something - offer a list.
       (message "Making completion list...")
+
+      (unless idlwave-completion-help-links ; already set somewhere?
+       (mapcar (lambda (x)  ; Pass link prop through to highlight-linked
+                 (let ((link (get-text-property 0 'link (car x))))
+                   (if link
+                       (push (cons (car x) link)
+                             idlwave-completion-help-links))))
+               list))
       (let* ((list all-completions)
+            ;; "complete" means, this is already a valid completion
             (complete (memq spart all-completions))
-            (completion-highlight-first-word-only t) ; XEmacs
-            (completion-fixup-function               ; Emacs
-             (lambda () (and (eq (preceding-char) ?>)
-                             (re-search-backward " <" beg t)))))
+            (completion-highlight-first-word-only t)) ; XEmacs
+;           (completion-fixup-function               ; Emacs
+;            (lambda () (and (eq (preceding-char) ?>)
+;                            (re-search-backward " <" beg t)))))
+
        (setq list (sort list (lambda (a b)
                                (string< (downcase a) (downcase b)))))
        (if prepare-display-function
@@ -4763,7 +6797,7 @@ Show PROMPT in echo area.  TYPE is one of 'function, 'procedure or 'keyword."
                     idlwave-complete-empty-string-as-lower-case)
                 (not idlwave-completion-force-default-case))
            (setq list (mapcar (lambda (x)
-                                (if (listp x) 
+                                (if (listp x)
                                     (setcar x (downcase (car x)))
                                   (setq x (downcase x)))
                                 x)
@@ -4776,39 +6810,71 @@ Show PROMPT in echo area.  TYPE is one of 'function, 'procedure or 'keyword."
   (interactive)
   ;; Call `idlwave-routines' to make sure the class list will be available
   (idlwave-routines)
-  ;; Now do the completion
-  (idlwave-complete-in-buffer 'class 'class idlwave-class-alist nil 
-                             "Select a class" "class"))
-
-
-(defun idlwave-attach-classes (list is-kwd show-classes)
-  ;; attach the proper class list to a LIST of completion items.
-  ;; IS-KWD, when non-nil, shows its keywords - otherwise its methods
+  ;; Check for the special case of completing empty string after pro/function
+  (if (let ((case-fold-search t))
+       (save-excursion
+         (and
+          (re-search-backward "\\<\\(pro\\|function\\)[ \t]+\\="
+                              (- (point) 15) t)
+          (goto-char (point-min))
+          (re-search-forward
+           "^[ \t]*\\(pro\\|function\\)[ \t]+\\([a-zA-Z0-9_]+::\\)" nil t))))
+      ;; Yank the full class specification
+      (insert (match-string 2))
+    ;; Do the completion, using list gathered from `idlwave-routines'
+    (idlwave-complete-in-buffer
+     'class 'class (idlwave-class-alist) nil
+     "Select a class" "class"
+     '(lambda (list)  ;; Push it to help-links if system help available
+       (mapcar (lambda (x)
+                 (let* ((entry (idlwave-class-info x))
+                        (link (nth 1 (assq 'link entry))))
+                   (if link (push (cons x link)
+                                  idlwave-completion-help-links))
+                   x))
+               list)))))
+
+(defun idlwave-attach-classes (list type show-classes)
+  ;; Attach the proper class list to a LIST of completion items.
+  ;; TYPE, when 'kwd, shows classes for method keywords, when
+  ;; 'class-tag, for class tags, and otherwise for methods.
   ;; SHOW-CLASSES is the value of `idlwave-completion-show-classes'.
-  (catch 'exit
-    (if (or (null show-classes)         ; don't wnat to see classes
-           (null class-selector)       ; not a method call
-           (stringp class-selector))   ; the class is already known
-       ;; In these cases, we do not have to do anything
-       (throw 'exit list))
-    
-    ;; The property and dots stuff currently only make sense with XEmacs
-    ;; because Emacs drops text properties when filling the *Completions*
-    ;; buffer.
-    (let* ((do-prop (and (featurep 'xemacs) (>= show-classes 0)))
+  (if (or (null show-classes)           ; don't want to see classes
+         (null class-selector)         ; not a method call
+         (and
+          (stringp class-selector) ; the class is already known
+          (not super-classes)))    ; no possibilities for inheritance
+      ;; In these cases, we do not have to do anything
+      list
+    (let* ((do-prop (and (>= show-classes 0)
+                        (>= emacs-major-version 21)))
           (do-buf (not (= show-classes 0)))
-          (do-dots (featurep 'xemacs))
+          ;; (do-dots (featurep 'xemacs))
+          (do-dots t)
+          (inherit (if (and (not (eq type 'class-tag)) super-classes)
+                       (cons class-selector super-classes)))
           (max (abs show-classes))
           (lmax (if do-dots (apply 'max (mapcar 'length list))))
          classes nclasses class-info space)
-      (mapcar 
+      (mapcar
        (lambda (x)
         ;; get the classes
-        (setq classes
-              (if is-kwd 
-                  (idlwave-all-method-keyword-classes
-                   method-selector x type-selector)
-                (idlwave-all-method-classes x type-selector)))
+        (if (eq type 'class-tag)
+            ;; Just one class for tags
+            (setq classes
+                  (list
+                   (idlwave-class-or-superclass-with-tag class-selector x)))
+          ;; Multiple classes for method or method-keyword
+          (setq classes
+                (if (eq type 'kwd)
+                    (idlwave-all-method-keyword-classes
+                     method-selector x type-selector)
+                  (idlwave-all-method-classes x type-selector)))
+          (if inherit
+              (setq classes
+                    (delq nil
+                          (mapcar (lambda (x) (if (memq x inherit) x nil))
+                                  classes)))))
         (setq nclasses (length classes))
         ;; Make the separator between item and class-info
         (if do-dots
@@ -4826,8 +6892,8 @@ Show PROMPT in echo area.  TYPE is one of 'function, 'procedure or 'keyword."
           ;; We do want properties
           (setq x (copy-sequence x))
           (put-text-property 0 (length x)
-                             'help-echo (mapconcat 'identity classes " ")
-                             x))
+                              'help-echo (mapconcat 'identity classes " ")
+                              x))
         (if class-info
             (list x class-info)
           x))
@@ -4835,16 +6901,109 @@ Show PROMPT in echo area.  TYPE is one of 'function, 'procedure or 'keyword."
 
 (defun idlwave-attach-method-classes (list)
   ;; Call idlwave-attach-classes with method parameters
-  (idlwave-attach-classes list nil idlwave-completion-show-classes))
+  (idlwave-attach-classes list 'method idlwave-completion-show-classes))
 (defun idlwave-attach-keyword-classes (list)
   ;; Call idlwave-attach-classes with keyword parameters
-  (idlwave-attach-classes list t idlwave-completion-show-classes))
+  (idlwave-attach-classes list 'kwd idlwave-completion-show-classes))
+(defun idlwave-attach-class-tag-classes (list)
+  ;; Call idlwave-attach-classes with class structure tags
+  (idlwave-attach-classes list 'class-tag idlwave-completion-show-classes))
+
 
 ;;----------------------------------------------------------------------
 ;;----------------------------------------------------------------------
 ;;----------------------------------------------------------------------
 ;;----------------------------------------------------------------------
 ;;----------------------------------------------------------------------
+(defvar rtn)
+(defun idlwave-pset (item)
+  (set 'rtn item))
+
+(defun idlwave-popup-select (ev list title &optional sort)
+  "Select an item in LIST with a popup menu.
+TITLE is the title to put atop the popup.  If SORT is non-nil,
+sort the list before displaying"
+  (let ((maxpopup idlwave-max-popup-menu-items)
+       rtn menu resp)
+    (cond ((null list))
+         ((= 1 (length list))
+          (setq rtn (car list)))
+         ((featurep 'xemacs)
+          (if sort (setq list (sort list (lambda (a b)
+                                           (string< (upcase a) (upcase b))))))
+          (setq menu
+                (append (list title)
+                        (mapcar (lambda (x) (vector x (list 'idlwave-pset
+                                                            x)))
+                                list)))
+          (setq menu (idlwave-split-menu-xemacs menu maxpopup))
+          (setq resp (get-popup-menu-response menu))
+          (funcall (event-function resp) (event-object resp)))
+         (t
+          (if sort (setq list (sort list (lambda (a b)
+                                           (string< (upcase a) (upcase b))))))
+          (setq menu (cons title
+                           (list
+                            (append (list "")
+                                    (mapcar (lambda(x) (cons x x)) list)))))
+          (setq menu (idlwave-split-menu-emacs menu maxpopup))
+          (setq rtn (x-popup-menu ev menu))))
+    rtn))
+
+(defun idlwave-split-menu-xemacs (menu N)
+  "Split the MENU into submenus of maximum length N."
+  (if (<= (length menu) (1+ N))
+      ;; No splitting needed
+      menu
+    (let* ((title (car menu))
+          (entries (cdr menu))
+          (menu (list title))
+          (cnt 0)
+          (nextmenu nil))
+      (while entries
+       (while (and entries (< cnt N))
+         (setq cnt (1+ cnt)
+               nextmenu (cons (car entries) nextmenu)
+               entries (cdr entries)))
+       (setq nextmenu (nreverse nextmenu))
+       (setq nextmenu (cons (format "%s...%s"
+                                    (aref (car nextmenu) 0)
+                                    (aref (nth (1- cnt) nextmenu) 0))
+                            nextmenu))
+       (setq menu (cons nextmenu menu)
+             nextmenu nil
+             cnt 0))
+      (nreverse menu))))
+
+(defun idlwave-split-menu-emacs (menu N)
+  "Split the MENU into submenus of maximum length N."
+  (if (<= (length (nth 1 menu)) (1+ N))
+      ;; No splitting needed
+      menu
+    (let* ((title (car menu))
+          (entries (cdr (nth 1 menu)))
+          (menu nil)
+          (cnt 0)
+          (nextmenu nil))
+      (while entries
+       (while (and entries (< cnt N))
+         (setq cnt (1+ cnt)
+               nextmenu (cons (car entries) nextmenu)
+               entries (cdr entries)))
+       (setq nextmenu (nreverse nextmenu))
+       (prin1 nextmenu)
+       (setq nextmenu (cons (format "%s...%s"
+                                    (car (car nextmenu))
+                                    (car (nth (1- cnt) nextmenu)))
+                            nextmenu))
+       (setq menu (cons nextmenu menu)
+             nextmenu nil
+             cnt 0))
+      (setq menu (nreverse menu))
+      (setq menu (cons title menu))
+      menu)))
+
+(defvar idlwave-completion-setup-hook nil)
 
 (defun idlwave-scroll-completions (&optional message)
   "Scroll the completion window on this frame."
@@ -4872,7 +7031,8 @@ Show PROMPT in echo area.  TYPE is one of 'function, 'procedure or 'keyword."
     (setq idlwave-before-completion-wconf (current-window-configuration)))
 
   (if (featurep 'xemacs)
-      (idlwave-display-completion-list-xemacs list)
+      (idlwave-display-completion-list-xemacs
+       list)
     (idlwave-display-completion-list-emacs list))
 
   ;; Store a special value in `this-command'.  When `idlwave-complete'
@@ -4887,6 +7047,9 @@ Show PROMPT in echo area.  TYPE is one of 'function, 'procedure or 'keyword."
            (consp (car list)))
       (idlwave-completion-fontify-classes))
 
+  ;; Run the hook
+  (run-hooks 'idlwave-completion-setup-hook)
+
   ;; Display the message
   (message (or message "Making completion list...done")))
 
@@ -4894,14 +7057,117 @@ Show PROMPT in echo area.  TYPE is one of 'function, 'procedure or 'keyword."
   "Call FUNCTION as a completion chooser and pass ARGS to it."
   (let ((completion-ignore-case t))        ; install correct value
     (apply function args))
+  (if (and (eq major-mode 'idlwave-shell-mode)
+          (boundp 'font-lock-mode)
+          (not font-lock-mode))
+      ;; For the shell, remove the fontification of the word before point
+      (let ((beg (save-excursion
+                  (skip-chars-backward "a-zA-Z0-9_")
+                  (point))))
+       (remove-text-properties beg (point) '(face nil))))
   (eval idlwave-complete-after-success-form-force))
 
+(defun idlwave-keyboard-quit ()
+  (interactive)
+  (unwind-protect
+      (if (eq (car-safe last-command) 'idlwave-display-completion-list)
+         (idlwave-restore-wconf-after-completion))
+    (keyboard-quit)))
+
 (defun idlwave-restore-wconf-after-completion ()
   "Restore the old (before completion) window configuration."
   (and idlwave-completion-restore-window-configuration
        idlwave-before-completion-wconf
        (set-window-configuration idlwave-before-completion-wconf)))
 
+(defun idlwave-one-key-select (sym prompt delay)
+  "Make the user select an element from the alist in the variable SYM.
+The keys of the alist are expected to be strings.  The function returns the
+car of the selected association.
+To do this, PROMPT is displayed and and the user must hit a letter key to
+select an entry.  If the user does not reply within DELAY seconds, a help
+window with the options is displayed automatically.
+The key which is associated with each option is generated automatically.
+First, the strings are checked for preselected keys, like in \"[P]rint\".
+If these don't exist, a letter in the string is automatically selected."
+  (let* ((alist (symbol-value sym))
+         (temp-buffer-show-hook (if (fboundp 'fit-window-to-buffer)
+                                   '(fit-window-to-buffer)))
+         keys-alist char)
+    ;; First check the cache
+    (if (and (eq (symbol-value sym) (get sym :one-key-alist-last)))
+        (setq keys-alist (get sym :one-key-alist-cache))
+      ;; Need to make new list
+      (setq keys-alist (idlwave-make-one-key-alist alist))
+      (put sym :one-key-alist-cache keys-alist)
+      (put sym :one-key-alist-last alist))
+    ;; Display prompt and wait for quick reply
+    (message "%s[%s]" prompt
+             (mapconcat (lambda(x) (char-to-string (car x)))
+                        keys-alist ""))
+    (if (sit-for delay)
+        ;; No quick reply: Show help
+        (save-window-excursion
+          (with-output-to-temp-buffer "*Completions*"
+            (mapcar (lambda(x)
+                      (princ (nth 1 x))
+                      (princ "\n"))
+                    keys-alist))
+          (setq char (read-char)))
+      (setq char (read-char)))
+    (message nil)
+    ;; Return the selected result
+    (nth 2 (assoc char keys-alist))))
+
+;; Used for, e.g., electric debug super-examine.
+(defun idlwave-make-one-key-alist (alist)
+  "Make an alist for single key selection."
+  (let ((l alist) keys-alist name start char help
+        (cnt 0)
+        (case-fold-search nil))
+    (while l
+      (setq name (car (car l))
+            l (cdr l))
+      (catch 'exit
+        ;; First check if the configuration predetermined a key
+        (if (string-match "\\[\\(.\\)\\]" name)
+            (progn
+              (setq char (string-to-char (downcase (match-string 1 name)))
+                    help (format "%c:  %s" char name)
+                    keys-alist (cons (list char help name) keys-alist))
+              (throw 'exit t)))
+        ;; Then check for capital letters
+        (setq start 0)
+        (while (string-match "[A-Z]" name start)
+          (setq start (match-end 0)
+                char (string-to-char (downcase (match-string 0 name))))
+          (if (not (assoc char keys-alist))
+              (progn
+                (setq help (format "%c:  %s" char
+                                   (replace-match
+                                    (concat "[" (match-string 0 name) "]")
+                                          t t name))
+                      keys-alist (cons (list char help name) keys-alist))
+                (throw 'exit t))))
+        ;; Now check for lowercase letters
+        (setq start 0)
+        (while (string-match "[a-z]" name start)
+          (setq start (match-end 0)
+                char (string-to-char (match-string 0 name)))
+          (if (not (assoc char keys-alist))
+              (progn
+                (setq help (format "%c:  %s" char
+                                   (replace-match
+                                    (concat "[" (match-string 0 name) "]")
+                                    t t name))
+                      keys-alist (cons (list char help name) keys-alist))
+                (throw 'exit t))))
+        ;; Bummer, nothing found!  Use a stupid number
+        (setq char (string-to-char (int-to-string (setq cnt (1+ cnt))))
+              help (format "%c:  %s" char name)
+              keys-alist (cons (list char help name) keys-alist))))
+    (nreverse keys-alist)))
+
 (defun idlwave-set-local (var value &optional buffer)
   "Set the buffer-local value of VAR in BUFFER to VALUE."
   (save-excursion
@@ -4915,22 +7181,41 @@ Show PROMPT in echo area.  TYPE is one of 'function, 'procedure or 'keyword."
     (and (local-variable-p var (current-buffer))
         (symbol-value var))))
 
-;; In XEmacs, we can use :activate-callback directly
+;; In XEmacs, we can use :activate-callback directly to advice the
+;; choose functions.  We use the private keymap only for the online
+;; help feature.
+
+(defvar idlwave-completion-map nil
+  "Keymap for completion-list-mode with idlwave-complete.")
 
-(defun idlwave-display-completion-list-xemacs (list)
+(defun idlwave-display-completion-list-xemacs (list &rest cl-args)
   (with-output-to-temp-buffer "*Completions*"
-    (display-completion-list list :activate-callback 
-                            'idlwave-default-choose-completion)))
+    (apply 'display-completion-list list
+          ':activate-callback 'idlwave-default-choose-completion
+          cl-args))
+  (save-excursion
+    (set-buffer "*Completions*")
+    (use-local-map
+     (or idlwave-completion-map
+        (setq idlwave-completion-map
+              (idlwave-make-modified-completion-map-xemacs
+               (current-local-map)))))))
 
 (defun idlwave-default-choose-completion (&rest args)
   "Execute `default-choose-completion' and then restore the win-conf."
   (apply 'idlwave-choose 'default-choose-completion args))
 
-;; In Emacs we have to replace the keymap in the *Completions* buffer
-;; in order to install our wrappers.
+(defun idlwave-make-modified-completion-map-xemacs (old-map)
+  "Replace `choose-completion' and `mouse-choose-completion' in OLD-MAP."
+  (let ((new-map (copy-keymap old-map)))
+    (define-key new-map [button3up] 'idlwave-mouse-completion-help)
+    (define-key new-map [button3] (lambda ()
+                                   (interactive)
+                                   (setq this-command last-command)))
+    new-map))
 
-(defvar idlwave-completion-map nil
-  "Keymap for completion-list-mode with idlwave-complete.")
+;; In Emacs we also replace keybindings in the completion
+;; map in order to install our wrappers.
 
 (defun idlwave-display-completion-list-emacs (list)
   "Display completion list and install the choose wrappers."
@@ -4941,15 +7226,17 @@ Show PROMPT in echo area.  TYPE is one of 'function, 'procedure or 'keyword."
     (use-local-map
      (or idlwave-completion-map
         (setq idlwave-completion-map
-              (idlwave-make-modified-completion-map (current-local-map)))))))
-  
-(defun idlwave-make-modified-completion-map (old-map)
+              (idlwave-make-modified-completion-map-emacs
+               (current-local-map)))))))
+
+(defun idlwave-make-modified-completion-map-emacs (old-map)
   "Replace `choose-completion' and `mouse-choose-completion' in OLD-MAP."
   (let ((new-map (copy-keymap old-map)))
-    (substitute-key-definition 
+    (substitute-key-definition
      'choose-completion 'idlwave-choose-completion new-map)
     (substitute-key-definition
      'mouse-choose-completion 'idlwave-mouse-choose-completion new-map)
+    (define-key new-map [mouse-3] 'idlwave-mouse-completion-help)
     new-map))
 
 (defun idlwave-choose-completion (&rest args)
@@ -4965,6 +7252,586 @@ Show PROMPT in echo area.  TYPE is one of 'function, 'procedure or 'keyword."
 ;;----------------------------------------------------------------------
 ;;----------------------------------------------------------------------
 
+;;; ------------------------------------------------------------------------
+;;; Stucture parsing code, and code to manage class info
+
+;;
+;; - Go again over the documentation how to write a completion
+;;   plugin.  It is in self.el, but currently still very bad.
+;;   This could be in a separate file in the distribution, or
+;;   in an appendix for the manual.
+
+(defvar idlwave-struct-skip
+  "[ \t]*\\(\\$.*\n\\(^[ \t]*\\(\\$[ \t]*\\)?\\(;.*\\)?\n\\)*\\)?[ \t]*"
+  "Regexp for skipping continued blank or comment-only lines in
+structures")
+
+(defvar idlwave-struct-tag-regexp
+  (concat "[{,]" ;leading comma/brace
+         idlwave-struct-skip ; 4 groups
+         "\\([a-zA-Z][a-zA-Z0-9_]*\\)" ;the tag itself, group 5
+         "[ \t]*:") ; the final colon
+  "Regexp for structure tags.")
+
+(defun idlwave-struct-tags ()
+  "Return a list of all tags in the structure defined at point.
+Point is expected just before the opening `{' of the struct definition."
+  (save-excursion
+    (let* ((borders (idlwave-struct-borders))
+          (beg (car borders))
+          (end (cdr borders))
+          tags)
+      (goto-char beg)
+      (save-restriction
+       (narrow-to-region beg end)
+       (while (re-search-forward idlwave-struct-tag-regexp end t)
+         ;; Check if we are still on the top level of the structure.
+         (if (and (condition-case nil (progn (up-list -1) t) (error nil))
+                  (= (point) beg))
+             (push (match-string-no-properties 5) tags))
+         (goto-char (match-end 0))))
+       (nreverse tags))))
+
+(defun idlwave-find-struct-tag (tag)
+  "Find a given TAG in the structure defined at point."
+  (let* ((borders (idlwave-struct-borders))
+        (beg (car borders))
+        (end (cdr borders))
+        (case-fold-search t))
+    (re-search-forward (concat "\\(^[ \t]*\\|[,{][ \t]*\\)" tag "[ \t]*:")
+                      end t)))
+
+(defun idlwave-struct-inherits ()
+  "Return a list of all `inherits' names in the struct at point.
+Point is expected just before the opening `{' of the struct definition."
+  (save-excursion
+    (let* ((borders (idlwave-struct-borders))
+          (beg (car borders))
+          (end (cdr borders))
+          (case-fold-search t)
+          names)
+      (goto-char beg)
+      (save-restriction
+       (narrow-to-region beg end)
+       (while (re-search-forward
+               (concat "[{,]"  ;leading comma/brace
+                       idlwave-struct-skip ; 4 groups
+                       "inherits"    ; The INHERITS tag
+                       idlwave-struct-skip ; 4 more
+                       "\\([a-zA-Z][a-zA-Z0-9_]*\\)") ; The super-group, #9
+               end t)
+         ;; Check if we are still on the top level of the structure.
+         (if (and (condition-case nil (progn (up-list -1) t) (error nil))
+                  (= (point) beg))
+             (push (match-string-no-properties 9) names))
+         (goto-char (match-end 0))))
+      (nreverse names))))
+
+(defun idlwave-in-structure ()
+  "Return t if point is inside an IDL structure definition."
+  (let ((beg (point)))
+    (save-excursion
+      (if (not (or (idlwave-in-comment) (idlwave-in-quote)))
+         (if (idlwave-find-structure-definition nil nil 'back)
+             (let ((borders (idlwave-struct-borders)))
+               (or (= (car borders) (cdr borders)) ;; struct not yet closed...
+                   (and (> beg (car borders)) (< beg (cdr borders))))))))))
+
+(defun idlwave-struct-borders ()
+  "Return the borders of the {...} after point as a cons cell."
+  (let (beg)
+    (save-excursion
+      (skip-chars-forward "^{")
+      (setq beg (point))
+      (condition-case nil (forward-list 1)
+       (error (goto-char beg)))
+      (cons beg (point)))))
+
+(defun idlwave-find-structure-definition (&optional var name bound)
+  "Search forward for a structure definition.  If VAR is non-nil,
+search for a structure assigned to variable VAR.  If NAME is non-nil,
+search for a named structure NAME, if a string, or a generic named
+structure otherwise.  If BOUND is an integer, limit the search.  If
+BOUND is the symbol `all', we search first back and then forward
+through the entire file.  If BOUND is the symbol `back' we search only
+backward."
+  (let* ((ws "[ \t]*\\(\\$.*\n[ \t]*\\)*")
+        (case-fold-search t)
+        (lim (if (integerp bound) bound nil))
+        (re (concat
+             (if var
+                 (concat "\\<" (regexp-quote (downcase var)) "\\>" ws)
+               "\\(\\)")
+             "=" ws "\\({\\)"
+             (if name
+                 (if (stringp name)
+                     (concat ws "\\(\\<" (downcase name) "\\)[^a-zA-Z0-9_$]")
+                   ;; Just a generic name
+                   (concat ws "\\<\\([a-zA-Z_0-9$]+\\)" ws ","))
+               ""))))
+    (if (or (and (or (eq bound 'all) (eq bound 'back))
+                (re-search-backward re nil t))
+           (and (not (eq bound 'back)) (re-search-forward re lim t)))
+       (progn
+         (goto-char (match-beginning 3))
+         (match-string-no-properties 5)))))
+
+(defvar idlwave-class-info nil)
+(defvar idlwave-class-reset nil) ; to reset buffer-local classes
+
+(add-hook 'idlwave-update-rinfo-hook
+         (lambda () (setq idlwave-class-reset t)))
+(add-hook 'idlwave-after-load-rinfo-hook
+         (lambda () (setq idlwave-class-info nil)))
+
+(defun idlwave-class-info (class)
+  (let (list entry)
+    (if idlwave-class-info
+       (if idlwave-class-reset
+           (setq
+            idlwave-class-reset nil
+            idlwave-class-info ; Remove any visited in a buffer
+            (delq nil (mapcar
+                       (lambda (x)
+                         (let ((filebuf
+                                (idlwave-class-file-or-buffer
+                                 (or (cdr (assq 'found-in x)) (car x)))))
+                           (if (cdr filebuf)
+                               nil
+                             x)))
+                       idlwave-class-info))))
+      ;; Info is nil, put in the system stuff to start.
+      (setq idlwave-class-info idlwave-system-class-info)
+      (setq list idlwave-class-info)
+      (while (setq entry (pop list))
+       (idlwave-sintern-class-info entry)))
+    (setq class (idlwave-sintern-class class))
+    (or (assq class idlwave-class-info)
+       (progn (idlwave-scan-class-info class)
+              (assq class idlwave-class-info)))))
+
+(defun idlwave-sintern-class-info (entry)
+  "Sintern the class names in a class-info entry."
+  (let ((taglist (assq 'tags entry))
+       (inherits (assq 'inherits entry)))
+    (setcar entry (idlwave-sintern-class (car entry) 'set))
+    (if inherits
+       (setcdr inherits (mapcar (lambda (x) (idlwave-sintern-class x 'set))
+                                (cdr inherits))))))
+
+(defun idlwave-find-class-definition (class &optional all-hook alt-class)
+  "Find class structure definition(s)
+If ALL-HOOK is set, find all named structure definitions in a given
+class__define routine, on which ALL-HOOK will be run.  If ALT-CLASS is
+set, look for the name__define pro, and inside of it, for the ALT-CLASS
+class/struct definition"
+  (let ((case-fold-search t) end-lim list name)
+    (when (re-search-forward
+          (concat "^[ \t]*pro[ \t]+" (downcase class) "__define" "\\>") nil t)
+      (if all-hook
+         (progn
+           ;; For everything there
+           (setq end-lim (save-excursion (idlwave-end-of-subprogram) (point)))
+           (while (setq name
+                        (idlwave-find-structure-definition nil t end-lim))
+             (funcall all-hook name)))
+       (idlwave-find-structure-definition nil (or alt-class class))))))
+
+
+(defun idlwave-class-file-or-buffer (class)
+  "Find buffer visiting CLASS definition"
+  (let* ((pro (concat (downcase class) "__define"))
+        (file (idlwave-routine-source-file
+               (nth 3 (idlwave-rinfo-assoc pro 'pro nil
+                                           (idlwave-routines))))))
+    (cons file (if file (idlwave-get-buffer-visiting file)))))
+
+
+(defun idlwave-scan-class-info (class)
+  "Scan all class and named structure info in the class__define pro"
+  (let* ((idlwave-auto-routine-info-updates nil)
+        (filebuf (idlwave-class-file-or-buffer class))
+        (file (car filebuf))
+        (buf (cdr filebuf))
+        (class (idlwave-sintern-class class)))
+    (if (or
+        (not file)
+        (and ;; neither a regular file nor a visited buffer
+         (not buf)
+         (not (file-regular-p file))))
+       nil ; Cannot find the file/buffer to get any info
+      (save-excursion
+       (if buf (set-buffer buf)
+         ;; Read the file in temporarily
+         (set-buffer (get-buffer-create " *IDLWAVE-tmp*"))
+         (erase-buffer)
+         (unless (eq major-mode 'idlwave-mode)
+           (idlwave-mode))
+         (insert-file-contents file))
+       (save-excursion
+         (goto-char 1)
+         (idlwave-find-class-definition class
+          ;; Scan all of the structures found there
+          (lambda (name)
+            (let* ((this-class (idlwave-sintern-class name))
+                   (entry
+                    (list this-class
+                          (cons 'tags (idlwave-struct-tags))
+                          (cons 'inherits (idlwave-struct-inherits)))))
+              (if (not (eq this-class class))
+                  (setq entry (nconc entry (list (cons 'found-in class)))))
+              (idlwave-sintern-class-info entry)
+              (push entry idlwave-class-info)))))))))
+
+(defun idlwave-class-found-in (class)
+  "Return the FOUND-IN property of the class."
+  (cdr (assq 'found-in (idlwave-class-info class))))
+(defun idlwave-class-tags (class)
+  "Return the native tags in CLASS."
+  (cdr (assq 'tags (idlwave-class-info class))))
+(defun idlwave-class-inherits (class)
+  "Return the direct superclasses of CLASS."
+  (cdr (assq 'inherits (idlwave-class-info class))))
+
+
+(defun idlwave-all-class-tags (class)
+  "Return a list of native and inherited tags in CLASS."
+  (condition-case err
+      (apply 'append (mapcar 'idlwave-class-tags
+                            (cons class (idlwave-all-class-inherits class))))
+    (error
+     (idlwave-class-tag-reset)
+     (error "%s" (error-message-string err)))))
+
+
+(defun idlwave-all-class-inherits (class)
+  "Return a list of all superclasses of CLASS (recursively expanded).
+The list is cached in `idlwave-class-info' for faster access."
+  (cond
+   ((not idlwave-support-inheritance) nil)
+   ((eq class nil) nil)
+   ((eq class t) nil)
+   (t
+    (let ((info (idlwave-class-info class))
+         entry)
+      (if (setq entry (assq 'all-inherits info))
+         (cdr entry)
+       ;; Save the depth of inheritance scan to check for circular references
+       (let ((inherits (mapcar (lambda (x) (cons x 0))
+                               (idlwave-class-inherits class)))
+             rtn all-inherits cl)
+         (while inherits
+           (setq cl (pop inherits)
+                 rtn (cons (car cl) rtn)
+                 inherits (append (mapcar (lambda (x)
+                                            (cons x (1+ (cdr cl))))
+                                          (idlwave-class-inherits (car cl)))
+                                  inherits))
+           (if (> (cdr cl) 999)
+             (error
+              "Class scan: inheritance depth exceeded. Circular inheritance?")
+             ))
+         (setq all-inherits (nreverse rtn))
+         (nconc info (list (cons 'all-inherits all-inherits)))
+         all-inherits))))))
+
+(defun idlwave-entry-keywords (entry &optional record-link)
+  "Return the flat entry keywords alist from routine-info entry.
+If RECORD-LINK is non-nil, the keyword text is copied and a text
+property indicating the link is added."
+  (let (kwds)
+    (mapcar
+     (lambda (key-list)
+       (let ((file (car key-list)))
+        (mapcar (lambda (key-cons)
+                  (let ((key (car key-cons))
+                        (link (cdr key-cons)))
+                    (when (and record-link file)
+                        (setq key (copy-sequence key))
+                        (put-text-property
+                         0 (length key)
+                         'link
+                         (concat
+                          file
+                          (if link
+                              (concat idlwave-html-link-sep
+                                      (number-to-string link))))
+                         key))
+                    (push (list key) kwds)))
+                (cdr key-list))))
+     (nthcdr 5 entry))
+    (nreverse kwds)))
+
+(defun idlwave-entry-find-keyword (entry keyword)
+  "Find keyword KEYWORD in entry ENTRY, and return (with link) if set"
+  (catch 'exit
+    (mapc
+     (lambda (key-list)
+       (let ((file (car key-list))
+            (kwd (assoc keyword (cdr key-list))))
+        (when kwd
+          (setq kwd (cons (car kwd)
+                          (if (and file (cdr kwd))
+                              (concat file
+                                      idlwave-html-link-sep
+                                      (number-to-string (cdr kwd)))
+                            (cdr kwd))))
+          (throw 'exit kwd))))
+     (nthcdr 5 entry))))
+
+;;==========================================================================
+;;
+;; Completing class structure tags.  This is a completion plugin.
+;; The necessary taglist is constructed dynamically
+
+(defvar idlwave-current-tags-class nil)
+(defvar idlwave-current-class-tags nil)
+(defvar idlwave-current-native-class-tags nil)
+(defvar idlwave-sint-class-tags nil)
+(idlwave-new-sintern-type 'class-tag)
+(add-to-list 'idlwave-complete-special 'idlwave-complete-class-structure-tag)
+(add-hook 'idlwave-update-rinfo-hook 'idlwave-class-tag-reset)
+
+(defun idlwave-complete-class-structure-tag ()
+  "Complete a structure tag on a `self' argument in an object method."
+  (interactive)
+  (let ((pos (point))
+       (case-fold-search t))
+    (if (save-excursion
+         ;; Check if the context is right
+         (skip-chars-backward "a-zA-Z0-9._$")
+         (and (< (point) (- pos 4))
+              (looking-at "self\\.")))
+       (let* ((class-selector (nth 2 (idlwave-current-routine)))
+              (super-classes (idlwave-all-class-inherits class-selector)))
+         ;; Check if we are in a class routine
+         (unless class-selector
+           (error "Not in a method procedure or function"))
+         ;; Check if we need to update the "current" class
+         (if (not (equal class-selector idlwave-current-tags-class))
+             (idlwave-prepare-class-tag-completion class-selector))
+         (setq idlwave-completion-help-info
+               (list 'idlwave-complete-class-structure-tag-help
+                     (idlwave-sintern-routine
+                      (concat class-selector "__define"))
+                     nil))
+         (let  ((idlwave-cpl-bold idlwave-current-native-class-tags))
+           (idlwave-complete-in-buffer
+            'class-tag 'class-tag
+            idlwave-current-class-tags nil
+            (format "Select a tag of class %s" class-selector)
+            "class tag"
+            'idlwave-attach-class-tag-classes))
+         t) ; return t to skip other completions
+      nil)))
+
+(defun idlwave-class-tag-reset ()
+  (setq idlwave-current-tags-class nil))
+
+(defun idlwave-prepare-class-tag-completion (class)
+  "Find and parse the necessary class definitions for class structure tags."
+  (setq idlwave-sint-class-tags nil)
+  (setq idlwave-current-tags-class class)
+  (setq idlwave-current-class-tags
+       (mapcar (lambda (x)
+                 (list (idlwave-sintern-class-tag x 'set)))
+               (idlwave-all-class-tags class)))
+  (setq idlwave-current-native-class-tags
+       (mapcar 'downcase (idlwave-class-tags class))))
+
+;===========================================================================
+;;
+;; Completing system variables and their structure fields
+;; This is also a plugin.
+
+(defvar idlwave-sint-sysvars nil)
+(defvar idlwave-sint-sysvartags nil)
+(idlwave-new-sintern-type 'sysvar)
+(idlwave-new-sintern-type 'sysvartag)
+(add-to-list 'idlwave-complete-special 'idlwave-complete-sysvar-or-tag)
+(add-hook 'idlwave-update-rinfo-hook 'idlwave-sysvars-reset)
+(add-hook 'idlwave-after-load-rinfo-hook 'idlwave-sintern-sysvar-alist)
+
+
+(defun idlwave-complete-sysvar-or-tag ()
+  "Complete a system variable."
+  (interactive)
+  (let ((pos (point))
+       (case-fold-search t))
+    (cond ((save-excursion
+            ;; Check if the context is right for system variable
+            (skip-chars-backward "[a-zA-Z0-9_$]")
+            (equal (char-before) ?!))
+          (setq idlwave-completion-help-info '(idlwave-complete-sysvar-help))
+          (idlwave-complete-in-buffer 'sysvar 'sysvar
+                                      idlwave-system-variables-alist nil
+                                      "Select a system variable"
+                                      "system variable")
+          t)  ; return t to skip other completions
+         ((save-excursion
+            ;; Check if the context is right for sysvar tag
+            (skip-chars-backward "a-zA-Z0-9_$.")
+            (and (equal (char-before) ?!)
+                 (looking-at "\\([a-zA-Z][a-zA-Z0-9_$]*\\)\\.")
+                 (<= (match-end 0) pos)))
+          ;; Complete a system variable tag
+          (let* ((var (idlwave-sintern-sysvar (match-string 1)))
+                 (entry (assq var idlwave-system-variables-alist))
+                 (tags (cdr (assq 'tags entry))))
+            (or entry (error "!%s is not a known system variable" var))
+            (or tags (error "System variable !%s is not a structure" var))
+            (setq idlwave-completion-help-info
+                  (list 'idlwave-complete-sysvar-tag-help var))
+            (idlwave-complete-in-buffer 'sysvartag 'sysvartag
+                                        tags nil
+                                        "Select a system variable tag"
+                                        "system variable tag")
+            t)) ; return t to skip other completions
+         (t nil))))
+
+(defvar link) ;dynamic variables set by help callback
+(defvar props)
+(defun idlwave-complete-sysvar-help (mode word)
+  (let ((word (or (nth 1 idlwave-completion-help-info) word))
+       (entry (assoc word idlwave-system-variables-alist)))
+    (cond
+     ((eq mode 'test)
+      (and (stringp word) entry (nth 1 (assq 'link entry))))
+     ((eq mode 'set)
+      (if entry (setq link (nth 1 (assq 'link entry))))) ;; setting dynamic!!!
+     (t (error "This should not happen")))))
+
+(defun idlwave-complete-sysvar-tag-help (mode word)
+  (let* ((var (nth 1 idlwave-completion-help-info))
+       (entry (assoc var idlwave-system-variables-alist))
+       (tags (cdr (assq 'tags entry)))
+       (main (nth 1 (assq 'link entry)))
+       target main-base)
+    (cond
+     ((eq mode 'test) ; we can at least link the main
+      (and (stringp word) entry main))
+     ((eq mode 'set)
+      (if entry
+         (setq link
+               (if (setq target (cdr (assoc word tags)))
+                 (idlwave-substitute-link-target main target)
+               main)))) ;; setting dynamic!!!
+     (t (error "This should not happen")))))
+
+(defun idlwave-split-link-target (link)
+  "Split a given link into link file and anchor."
+  (if (string-match idlwave-html-link-sep link)
+      (cons (substring link 0 (match-beginning 0))
+           (string-to-number (substring link (match-end 0))))))
+
+(defun idlwave-substitute-link-target (link target)
+  "Substitute the target anchor for the given link."
+  (let (main-base)
+    (setq main-base (if (string-match "#" link)
+                       (substring link 0 (match-beginning 0))
+                     link))
+    (if target
+       (concat main-base idlwave-html-link-sep (number-to-string target))
+      link)))
+
+;; Fake help in the source buffer for class structure tags.
+;; KWD AND NAME ARE GLOBAL-VARIABLES HERE.
+(defvar name)
+(defvar kwd)
+(defvar idlwave-help-do-class-struct-tag nil)
+(defun idlwave-complete-class-structure-tag-help (mode word)
+  (cond
+   ((eq mode 'test) ; nothing gets fontified for class tags
+    nil)
+   ((eq mode 'set)
+    (let (class-with found-in)
+      (when (setq class-with
+               (idlwave-class-or-superclass-with-tag
+                idlwave-current-tags-class
+                word))
+       (if (assq (idlwave-sintern-class class-with)
+                 idlwave-system-class-info)
+           (error "No help available for system class tags"))
+       (if (setq found-in (idlwave-class-found-in class-with))
+           (setq name (cons (concat found-in "__define") class-with))
+         (setq name (concat class-with "__define")))))
+    (setq kwd word
+         idlwave-help-do-class-struct-tag t))
+   (t (error "This should not happen"))))
+
+(defun idlwave-class-or-superclass-with-tag (class tag)
+  "Find and return the CLASS or one of its superclass with the
+associated TAG, if any."
+  (let ((sclasses (cons class (cdr (assq 'all-inherits
+                                        (idlwave-class-info class)))))
+       cl)
+   (catch 'exit
+     (while sclasses
+       (setq cl (pop sclasses))
+       (let ((tags (idlwave-class-tags cl)))
+        (while tags
+          (if (eq t (compare-strings tag 0 nil (car tags) 0 nil t))
+            (throw 'exit cl))
+          (setq tags (cdr tags))))))))
+
+
+(defun idlwave-sysvars-reset ()
+  (if (and (fboundp 'idlwave-shell-is-running)
+          (idlwave-shell-is-running)
+          idlwave-idlwave_routine_info-compiled)
+      (idlwave-shell-send-command "idlwave_get_sysvars"
+                                 'idlwave-process-sysvars 'hide)))
+
+(defun idlwave-process-sysvars ()
+  (idlwave-shell-filter-sysvars)
+  (setq idlwave-sint-sysvars nil
+       idlwave-sint-sysvartags nil)
+  (idlwave-sintern-sysvar-alist))
+
+(defun idlwave-sintern-sysvar-alist ()
+  (let ((list idlwave-system-variables-alist) entry tags)
+    (while (setq entry (pop list))
+      (setcar entry (idlwave-sintern-sysvar (car entry) 'set))
+      (setq tags (assq 'tags entry))
+      (if tags
+         (setcdr tags
+                 (mapcar (lambda (x)
+                           (cons (idlwave-sintern-sysvartag (car x) 'set)
+                                 (cdr x)))
+                         (cdr tags)))))))
+
+(defvar idlwave-shell-command-output)
+(defun idlwave-shell-filter-sysvars ()
+  "Get any new system variables and tags."
+  (let ((text idlwave-shell-command-output)
+       (start 0)
+       (old idlwave-system-variables-alist)
+       var tags type name class link old-entry)
+    (setq idlwave-system-variables-alist nil)
+    (while (string-match "^IDLWAVE-SYSVAR: !\\([a-zA-Z0-9_$]+\\)\\( \\(.*\\)\\)?"
+                        text start)
+      (setq start (match-end 0)
+           var (match-string 1 text)
+           tags (if (match-end 3)
+                    (idlwave-split-string (match-string 3 text))))
+      ;; Maintain old links, if present
+      (setq old-entry (assq (idlwave-sintern-sysvar var) old))
+      (setq link (assq 'link old-entry))
+      (setq idlwave-system-variables-alist
+           (cons (list var
+                       (cons
+                        'tags
+                        (mapcar (lambda (x)
+                                  (cons x
+                                        (cdr (assq
+                                              (idlwave-sintern-sysvartag x)
+                                              (cdr (assq 'tags old-entry))))))
+                                tags)) link)
+                 idlwave-system-variables-alist)))
+    ;; Keep the old value if query was not successful
+    (setq idlwave-system-variables-alist
+         (or idlwave-system-variables-alist old))))
+
 (defun idlwave-completion-fontify-classes ()
   "Goto the *Completions* buffer and fontify the class info."
   (when (featurep 'font-lock)
@@ -4972,15 +7839,19 @@ Show PROMPT in echo area.  TYPE is one of 'function, 'procedure or 'keyword."
       (set-buffer "*Completions*")
       (save-excursion
        (goto-char (point-min))
-       (while (re-search-forward "\\.*<[^>]+>" nil t)
-         (put-text-property (match-beginning 0) (match-end 0)
-                            'face 'font-lock-string-face))))))
+       (let ((buffer-read-only nil))
+         (while (re-search-forward "\\.*<[^>]+>" nil t)
+           (put-text-property (match-beginning 0) (match-end 0)
+                              'face 'font-lock-string-face)))))))
 
 (defun idlwave-uniquify (list)
-  (let (nlist)
-    (loop for x in list do
-      (add-to-list 'nlist x))
-    nlist))
+  (let ((ht (make-hash-table :size (length list) :test 'equal)))
+    (delq nil
+         (mapcar (lambda (x)
+                   (unless (gethash x ht)
+                     (puthash x t ht)
+                     x))
+                 list))))
 
 (defun idlwave-after-successful-completion (type slash &optional verify)
   "Add `=' or `(' after successful completion of keyword and function.
@@ -5005,11 +7876,11 @@ Restore the pre-completion window configuration if possible."
       nil)))
 
   ;; Restore the pre-completion window configuration if this is safe.
-  
-  (if (or (eq verify 'force)                                    ; force 
-         (and 
+
+  (if (or (eq verify 'force)                                    ; force
+         (and
           (get-buffer-window "*Completions*")                  ; visible
-          (idlwave-local-value 'idlwave-completion-p 
+          (idlwave-local-value 'idlwave-completion-p
                                "*Completions*")                ; cib-buffer
           (eq (marker-buffer idlwave-completion-mark)
               (current-buffer))                                ; buffer OK
@@ -5019,19 +7890,38 @@ Restore the pre-completion window configuration if possible."
   (move-marker idlwave-completion-mark nil)
   (setq idlwave-before-completion-wconf nil))
 
-(defun idlwave-routine-info-from-idlhelp (&optional arg)
-  "Make IDLHELP display the online documentation about the routine at point.
-Sends the command `? MODULE' to the IDLWAVE-Shell.  Shell must be running,
-it does not autostart for this task."
+(defun idlwave-mouse-context-help (ev &optional arg)
+  "Call `idlwave-context-help' on the clicked location."
+  (interactive "eP")
+  (mouse-set-point ev)
+  (idlwave-context-help arg))
+
+(defvar idlwave-last-context-help-pos nil)
+(defun idlwave-context-help (&optional arg)
+  "Display IDL Online Help on context.
+If point is on a keyword, help for that keyword will be shown.  If
+point is on a routine name or in the argument list of a routine, help
+for that routine will be displayed.  Works for system routines and
+keywords, it pulls up text help.  For other routies and keywords,
+visits the source file, finding help in the header (if
+`idlwave-help-source-try-header' is non-nil) or the routine definition
+itself."
   (interactive "P")
-  (idlwave-routine-info arg 'external))
+  (idlwave-do-context-help arg))
+
+(defun idlwave-mouse-completion-help (ev)
+  "Display online help about the completion at point."
+  (interactive "eP")
+  ;; Restore last-command for next command, to make
+  ;; scrolling/cancelling of completions work.
+  (setq this-command last-command)
+  (idlwave-do-mouse-completion-help ev))
 
 (defun idlwave-routine-info (&optional arg external)
-  "Display a routines calling sequence and list of keywords.
-When point is on the name a function or procedure, or in the argument
-list of a function or procedure, this command displays a help buffer
-with the information.  When called with prefix arg, enforce class
-query.
+  "Display a routines calling sequence and list of keywords.  When
+point is on the name a function or procedure, or in the argument list
+of a function or procedure, this command displays a help buffer with
+the information.  When called with prefix arg, enforce class query.
 
 When point is on an object operator `->', display the class stored in
 this arrow, if any (see `idlwave-store-inquired-class').  With a
@@ -5063,60 +7953,13 @@ prefix arg, the class property is cleared out."
     (let* ((idlwave-query-class nil)
           (idlwave-force-class-query (equal arg '(4)))
           (module (idlwave-what-module)))
-      (cond ((car module)
-            (if external
-                (apply 'idlwave-search-online-help module)
-              (apply 'idlwave-display-calling-sequence module)))
-           (t
-            (error "Don't know which calling sequence to show."))))))
-
-(defun idlwave-search-online-help (name &optional type class olh)
-  "Tell IDL to lookup CLASS::NAME with type TYPE in the online help.
-If TYPE and CLASS are both nil, just look up NAME in the default help file."
-  ;; If only the IDLHELP application was better designed, so that
-  ;; we could make it open the right thing right away.  As things are,
-  ;; we need to pipe the stuff through the help search engine, and we
-  ;; cannot enter a space.
-  (let* (extra book full string cmd)
-
-    ;; Try to find a clue for the right help book
-    (if (and type (not olh))
-       (setq olh (or (nth 6 (idlwave-rinfo-assq
-                             name type class idlwave-builtin-routines))
-                     (nth 6 (idlwave-rinfo-assq 
-                             name type class idlwave-routines)))))
-
-    ;; Sometimes the book is given as a symbol - make it a string
-    (if (and olh (symbolp olh)) (setq olh (symbol-name olh)))
-    (setq book (or olh "idl"))   ; We need a default
-    ;; Add the FULL_PATH keyword if appropriate
-    (if (and (file-name-absolute-p book)
-            (file-exists-p book))
-       (setq full ",/FULL_PATH")
-      (setq full ""))
-
-    ;; We would like to add "Method" or so, but stupid IDL online help
-    ;; command treats a space as a separator and interprets the next thing as
-    ;; the book name.
-    ;; (setq extra (cond ((eq type 'kwd) " keyword")
-    ;;               (class          " method")
-    ;;               ((eq type 'pro) " procedure")
-    ;;               ((eq type 'fun) " function")
-    ;;               (t "")))
-    (setq extra "")
-
-    ;; Methods are subitems of classes, the separator is a single `:'
-    (if (and name class (not (eq type 'kwd)))
-       (setq name (concat class ":" name)))
-    ;; FIXME:  We used to use book, but in idl5.3, all help is in idl.hlp
-    (setq string (concat name extra)
-         cmd (format "ONLINE_HELP,'%s',BOOK='%s'%s" string "idl" full))
-;        cmd (format "ONLINE_HELP,'%s',BOOK='%s'%s" string book full))
-    (message "Sending to IDL: %s" cmd) (sit-for 2)
-    (idlwave-shell-send-command cmd)))
+      (if (car module)
+         (apply 'idlwave-display-calling-sequence
+                (idlwave-fix-module-if-obj_new module))
+       (error "Don't know which calling sequence to show")))))
 
 (defun idlwave-resolve (&optional arg)
-  "Call RESOLVE on the module name at point.
+  "Call RESOLVE_ROUTINE on the module name at point.
 Like `idlwave-routine-info', this looks for a routine call at point.
 After confirmation in the minibuffer, it will use the shell to issue
 a RESOLVE call for this routine, to attempt to make it defined and its
@@ -5135,7 +7978,7 @@ With ARG, enforce query for the class of object methods."
     (if (string-match "\\(pro\\|function\\)[ \t]+\\(\\(.*\\)::\\)?\\(.*\\)"
                      resolve)
        (setq type (match-string 1 resolve)
-             class (if (match-beginning 2) 
+             class (if (match-beginning 2)
                        (match-string 3 resolve)
                      nil)
              name (match-string 4 resolve)))
@@ -5144,44 +7987,58 @@ With ARG, enforce query for the class of object methods."
 
     (cond
      ((null class)
-      (idlwave-shell-send-command 
+      (idlwave-shell-send-command
        (format "resolve_routine,'%s'%s" (downcase name) kwd)
        'idlwave-update-routine-info
        nil t))
      (t
-      (idlwave-shell-send-command 
+      (idlwave-shell-send-command
        (format "resolve_routine,'%s__define'%s" (downcase class) kwd)
-       (list 'idlwave-shell-send-command 
-            (format "resolve_routine,'%s__%s'%s" 
+       (list 'idlwave-shell-send-command
+            (format "resolve_routine,'%s__%s'%s"
                     (downcase class) (downcase name) kwd)
             '(idlwave-update-routine-info)
             nil t))))))
 
+(defun idlwave-find-module-this-file ()
+  (interactive)
+  (idlwave-find-module '(4)))
+
 (defun idlwave-find-module (&optional arg)
   "Find the source code of an IDL module.
-Works for modules for which IDLWAVE has routine info available.
-The function offers as default the module name `idlwave-routine-info' would
-use.  With ARG force class query for object methods."
+Works for modules for which IDLWAVE has routine info available.  The
+function offers as default the module name `idlwave-routine-info'
+would use.  With ARG limit to this buffer.  With two prefix ARG's
+force class query for object methods."
   (interactive "P")
   (let* ((idlwave-query-class nil)
-        (idlwave-force-class-query (equal arg '(4)))
-        (module (idlwave-what-module))
-        (default (concat (idlwave-make-full-name (nth 2 module) (car module))
-                         (if (eq (nth 1 module) 'pro) "<p>" "<f>")))
-        (list 
-         (delq nil
-               (mapcar (lambda (x) 
-                         (if (eq 'system (car-safe (nth 3 x)))
-                             ;; Take out system routines with no source.
-                             nil
-                           (cons
-                            (concat (idlwave-make-full-name (nth 2 x) (car x))
-                                    (if (eq (nth 1 x) 'pro) "<p>" "<f>"))
-                            (cdr x))))
-                       (idlwave-routines))))
+        (idlwave-force-class-query (equal arg '(16)))
+        (this-buffer (equal arg '(4)))
+        (module (idlwave-fix-module-if-obj_new (idlwave-what-module)))
+        (default (if module
+                     (concat (idlwave-make-full-name
+                              (nth 2 module) (car module))
+                             (if (eq (nth 1 module) 'pro) "<p>" "<f>"))
+                   "none"))
+        (list
+         (idlwave-uniquify
+          (delq nil
+                (mapcar (lambda (x)
+                          (if (eq 'system (car-safe (nth 3 x)))
+                              ;; Take out system routines with no source.
+                              nil
+                            (list
+                             (concat (idlwave-make-full-name
+                                      (nth 2 x) (car x))
+                                     (if (eq (nth 1 x) 'pro) "<p>" "<f>")))))
+                        (if this-buffer
+                            (idlwave-save-buffer-update)
+                          (idlwave-routines))))))
         (name (idlwave-completing-read
-               (format "Module (Default %s): " 
-                       (if default default "none"))
+               (if (or (not this-buffer)
+                       (assoc default list))
+                   (format "Module (Default %s): " default)
+                 (format "Module in this file: "))
                list))
         type class)
     (if (string-match "\\`\\s-*\\'" name)
@@ -5198,95 +8055,168 @@ use.  With ARG force class query for object methods."
          type (cond ((equal type "f") 'fun)
                     ((equal type "p") 'pro)
                     (t t)))
-    (idlwave-do-find-module name type class)))
+    (idlwave-do-find-module name type class nil this-buffer)))
 
-(defun idlwave-do-find-module (name type class)
+(defun idlwave-do-find-module (name type class
+                                   &optional force-source this-buffer)
   (let ((name1 (idlwave-make-full-name class name))
        source buf1 entry
        (buf (current-buffer))
-       (pos (point)))
-    (setq entry (idlwave-rinfo-assq name type class (idlwave-routines))
-         source (nth 3 entry))
+       (pos (point))
+       file name2)
+    (setq entry (idlwave-best-rinfo-assq name type class (idlwave-routines)
+                                        'WITH-FILE)
+         source (or force-source (nth 3 entry))
+         name2 (if (nth 2 entry)
+                   (idlwave-make-full-name (nth 2 entry) name)
+                 name1))
+    (if source
+       (setq file (idlwave-routine-source-file source)))
+    (unless file  ; Try to find it on the path.
+      (setq file
+           (idlwave-expand-lib-file-name
+            (if class
+                (format "%s__define.pro" (downcase class))
+              (format "%s.pro" (downcase name))))))
     (cond
      ((or (null name) (equal name ""))
       (error "Abort"))
-     ((null entry)
-      (error "Nothing known about a module %s" name1))
      ((eq (car source) 'system)
-      (error "Source code for system routine %s is not available." 
-            name1))
-     ((equal (cdr source) "")
-      (error "Source code for routine %s is not available."
-            name1))
-     ((memq (car source) '(buffer lib compiled))
-      (setq buf1 
-           (if (eq (car source) 'lib)
-               (idlwave-find-lib-file-noselet 
-                (or (cdr source)
-                    (format "%s.pro" (downcase name))))
-             (idlwave-find-file-noselect (cdr source))))
-      (pop-to-buffer buf1)
-      (goto-char 1)
+      (error "Source code for system routine %s is not available"
+            name2))
+     ((or (not file) (not (file-regular-p file)))
+      (error "Source code for routine %s is not available"
+            name2))
+     (t
+      (when (not this-buffer)
+       (setq buf1
+             (idlwave-find-file-noselect file 'find))
+       (pop-to-buffer buf1 t))
+      (goto-char (point-max))
       (let ((case-fold-search t))
-       (if (re-search-forward
+       (if (re-search-backward
             (concat "^[ \t]*\\<"
-                    (cond ((equal type "f") "function")
-                          ((equal type "p") "pro")
+                    (cond ((eq type 'fun) "function")
+                          ((eq type 'pro) "pro")
                           (t "\\(pro\\|function\\)"))
-                    "\\>[ \t]+" 
-                    (regexp-quote (downcase name1))
+                    "\\>[ \t]+"
+                    (regexp-quote (downcase name2))
                     "[^a-zA-Z0-9_$]")
             nil t)
            (goto-char (match-beginning 0))
          (pop-to-buffer buf)
          (goto-char pos)
-         (error "Could not find routine %s" name1)))))))
+         (error "Could not find routine %s" name2)))))))
 
 (defun idlwave-what-module ()
   "Return a default module for stuff near point.
 Used by `idlwave-routine-info' and `idlwave-find-module'."
   (idlwave-routines)
-  (let* ((where (idlwave-where))
-        (cw (nth 2 where))
-        (pro (car (nth 0 where)))
-        (func (car (nth 1 where)))
-        (this-word (idlwave-this-word "a-zA-Z0-9$_"))
-        (next-char (save-excursion (skip-chars-forward "a-zA-Z0-9$_")
-                                   (following-char)))
-        )
-    (cond
-     ((and (eq cw 'procedure)
-          (not (equal this-word "")))
-      (setq this-word (idlwave-sintern-routine-or-method 
-                      this-word (nth 2 (nth 3 where))))
-      (list this-word 'pro
-           (idlwave-determine-class 
-            (cons this-word (cdr (nth 3 where)))
-            'pro)))
-     ((and (eq cw 'function) 
-          (not (equal this-word ""))
-          (eq next-char ?\())              ; exclude arrays, vars.
-      (setq this-word (idlwave-sintern-routine-or-method 
-                      this-word (nth 2 (nth 3 where))))
-      (list this-word 'fun
-           (idlwave-determine-class
-            (cons this-word (cdr (nth 3 where)))
-            'fun)))
-     (func
-      (list func 'fun (idlwave-determine-class (nth 1 where) 'fun)))
-     (pro
-      (list pro 'pro (idlwave-determine-class (nth 0 where) 'pro)))
-     (t nil))))
+  (if (let ((case-fold-search t))
+       (save-excursion
+         (idlwave-beginning-of-statement)
+         (looking-at "[ \t]*\\(pro\\|function\\)[ \t]+\\(\\([a-zA-Z0-9_$]+\\)::\\)?\\([a-zA-Z0-9$_]+\\)\\([, \t\n]\\|$\\)")))
+      ;; This is a function or procedure definition statement
+      ;; We return the defined routine as module.
+      (list
+       (idlwave-sintern-routine-or-method (match-string-no-properties 4)
+                                         (match-string-no-properties 2))
+       (if (equal (downcase (match-string 1)) "pro") 'pro 'fun)
+       (idlwave-sintern-class (match-string 3)))
+
+    ;; Not a definition statement - analyze precise position.
+    (let* ((where (idlwave-where))
+          (cw (nth 2 where))
+          (pro (car (nth 0 where)))
+          (func (car (nth 1 where)))
+          (this-word (idlwave-this-word "a-zA-Z0-9$_"))
+          (next-char (save-excursion (skip-chars-forward "a-zA-Z0-9$_")
+                                     (following-char)))
+          )
+      (cond
+       ((and (eq cw 'procedure)
+            (not (equal this-word "")))
+       (setq this-word (idlwave-sintern-routine-or-method
+                        this-word (nth 2 (nth 3 where))))
+       (list this-word 'pro
+             (idlwave-determine-class
+              (cons this-word (cdr (nth 3 where)))
+              'pro)))
+       ((and (eq cw 'function)
+            (not (equal this-word ""))
+            (or (eq next-char ?\()     ; exclude arrays, vars.
+                (looking-at "[a-zA-Z0-9_]*[ \t]*(")))
+       (setq this-word (idlwave-sintern-routine-or-method
+                        this-word (nth 2 (nth 3 where))))
+       (list this-word 'fun
+             (idlwave-determine-class
+              (cons this-word (cdr (nth 3 where)))
+              'fun)))
+       ((and (memq cw '(function-keyword procedure-keyword))
+            (not (equal this-word ""))
+            (eq next-char ?\())        ; A function!
+       (setq this-word (idlwave-sintern-routine this-word))
+       (list this-word 'fun nil))
+       (func
+       (list func 'fun (idlwave-determine-class (nth 1 where) 'fun)))
+       (pro
+       (list pro 'pro (idlwave-determine-class (nth 0 where) 'pro)))
+       (t nil)))))
 
-(defun idlwave-fix-keywords (name type class keywords)
-  ;; This fixes the list of keywords.
-  (let ((case-fold-search t)
-       name1 type1)
+(defun idlwave-what-module-find-class ()
+  "Call idlwave-what-module and find the inherited class if necessary."
+  (let* ((module (idlwave-what-module))
+        (class (nth 2 module))
+        classes)
+    (if (and (= (length module) 3)
+            (stringp class))
+       (list (car module)
+             (nth 1 module)
+             (apply 'idlwave-find-inherited-class module))
+      module)))
+
+(defun idlwave-find-inherited-class (name type class)
+  "Find the class which defines TYPE NAME and is CLASS or inherited by CLASS."
+  (let ((entry (idlwave-best-rinfo-assoc name type class (idlwave-routines))))
+    (if entry
+       (nth 2 entry)
+      class)))
+
+(defun idlwave-fix-module-if-obj_new (module)
+  "Check if MODULE points to obj_new.
+If yes, and if the cursor is in the keyword region, change to the
+appropriate Init method."
+  (let* ((name (car module))
+        (pos (point))
+        (case-fold-search t)
+        string)
+    (if (and (stringp name)
+            (equal (downcase name) "obj_new")
+            (save-excursion
+              (idlwave-beginning-of-statement)
+              (setq string (buffer-substring (point) pos))
+              (string-match "obj_new([^'\"]*['\"]\\([a-zA-Z0-9_]+\\)"
+                            string)))
+       (let ((name "Init")
+             (class (match-string 1 string)))
+         (setq module (list (idlwave-sintern-method "Init")
+                            'fun
+                            (idlwave-sintern-class class)))))
+    module))
+
+(defun idlwave-fix-keywords (name type class keywords
+                                 &optional super-classes system)
+  "Update a list of keywords.
+Translate OBJ_NEW, adding all super-class keywords, or all keywords
+from all classes if class equals t.  If SYSTEM is non-nil, don't
+demand _EXTRA in the keyword list."
+  (let ((case-fold-search t))
 
     ;; If this is the OBJ_NEW function, try to figure out the class and use
     ;; the keywords from the corresponding INIT method.
-    (if (and (equal name "OBJ_NEW")
-            (eq major-mode 'idlwave-mode))
+    (if (and (equal (upcase name) "OBJ_NEW")
+            (or (eq major-mode 'idlwave-mode)
+                (eq major-mode 'idlwave-shell-mode)))
        (let* ((bos (save-excursion (idlwave-beginning-of-statement) (point)))
               (string (buffer-substring bos (point)))
               (case-fold-search t)
@@ -5294,77 +8224,202 @@ Used by `idlwave-routine-info' and `idlwave-find-module'."
          (and (string-match "obj_new([^'\"]*['\"]\\([a-zA-Z0-9_]+\\)"
                             string)
               (setq class (idlwave-sintern-class (match-string 1 string)))
-              (setq keywords 
-                    (append keywords 
-                            (nth 5 (idlwave-rinfo-assq
-                                    (idlwave-sintern-method "INIT")
-                                    'fun
-                                    class
-                                    (idlwave-routines))))))))
+              (setq idlwave-current-obj_new-class class)
+              (setq keywords
+                    (append keywords
+                            (idlwave-entry-keywords
+                             (idlwave-rinfo-assq
+                              (idlwave-sintern-method "INIT")
+                              'fun
+                              class
+                              (idlwave-routines)) 'do-link))))))
 
     ;; If the class is `t', combine all keywords of all methods NAME
     (when (eq class t)
-      (loop for x in (idlwave-routines) do
-       (and (nth 2 x)                         ; non-nil class
-            (or (and (eq (nth 1 x) type)      ; default type
-                     (eq (car x) name))       ; default name
-                (and (eq (nth 1 x) type1)     ; backup type
-                     (eq (car x) name1)))     ; backup name
-            (mapcar (lambda (k) (add-to-list 'keywords k))
-                    (nth 5 x))))
+      (mapc (lambda (entry)
+             (and
+              (nth 2 entry)             ; non-nil class
+              (eq (nth 1 entry) type)   ; correct type
+              (setq keywords
+                    (append keywords
+                            (idlwave-entry-keywords entry 'do-link)))))
+           (idlwave-all-assq name (idlwave-routines)))
       (setq keywords (idlwave-uniquify keywords)))
+
+    ;; If we have inheritance, add all keywords from superclasses, if
+    ;; the user indicated that method in `idlwave-keyword-class-inheritance'
+    (when (and
+          super-classes
+          idlwave-keyword-class-inheritance
+          (stringp class)
+          (or
+           system
+           (assq (idlwave-sintern-keyword "_extra") keywords)
+           (assq (idlwave-sintern-keyword "_ref_extra") keywords))
+          ;; Check if one of the keyword-class regexps matches the name
+          (let ((regexps idlwave-keyword-class-inheritance) re)
+            (catch 'exit
+              (while (setq re (pop regexps))
+                (if (string-match re name) (throw 'exit t))))))
+
+      (loop for entry in (idlwave-routines) do
+           (and (nth 2 entry)                           ; non-nil class
+                (memq (nth 2 entry) super-classes)      ; an inherited class
+                (eq (nth 1 entry) type)                 ; correct type
+                (eq (car entry) name)                   ; correct name
+                (mapcar (lambda (k) (add-to-list 'keywords k))
+                        (idlwave-entry-keywords entry 'do-link))))
+      (setq keywords (idlwave-uniquify keywords)))
+
     ;; Return the final list
     keywords))
 
+(defun idlwave-expand-keyword (keyword module)
+  "Expand KEYWORD to one of the valid keyword parameters of MODULE.
+KEYWORD may be an exact match or an abbreviation of a keyword.
+If the match is exact, KEYWORD itself is returned, even if there may be other
+keywords of which KEYWORD is an abbreviation.  This is necessary because some
+system routines have keywords which are prefixes of other keywords.
+If KEYWORD is an abbreviation of several keywords, a list of all possible
+completions is returned.
+If the abbreviation was unique, the correct keyword is returned.
+If it cannot be a keyword, the function return nil.
+If we do not know about MODULE, just return KEYWORD literally."
+  (let* ((name (car module))
+        (type (nth 1 module))
+        (class (nth 2 module))
+        (kwd (idlwave-sintern-keyword keyword))
+        (entry (idlwave-best-rinfo-assoc name type class (idlwave-routines)))
+        (kwd-alist (idlwave-entry-keywords entry))
+        (extra (or (assq (idlwave-sintern-keyword "_EXTRA") kwd-alist)
+                   (assq (idlwave-sintern-keyword "_REF_EXTRA") kwd-alist)))
+        (completion-ignore-case t)
+        candidates)
+    (cond ((assq kwd kwd-alist)
+          kwd)
+         ((setq candidates (all-completions kwd kwd-alist))
+          (if (= (length candidates) 1)
+              (car candidates)
+            candidates))
+         ((and entry extra)
+          ;; Inheritance may cause this keyword to be correct
+          keyword)
+         (entry
+          ;; We do know the function, which does not have the keyword.
+          nil)
+         (t
+          ;; We do not know the function, so this just might be a correct
+          ;; keyword - return it as it is.
+          keyword))))
+
+(defvar idlwave-rinfo-mouse-map (make-sparse-keymap))
 (defvar idlwave-rinfo-map (make-sparse-keymap))
-(define-key idlwave-rinfo-map 
+(define-key idlwave-rinfo-mouse-map
   (if (featurep 'xemacs) [button2] [mouse-2])
   'idlwave-mouse-active-rinfo)
-(define-key idlwave-rinfo-map 
+(define-key idlwave-rinfo-mouse-map
+  (if (featurep 'xemacs) [(shift button2)] [(shift mouse-2)])
+  'idlwave-mouse-active-rinfo-shift)
+(define-key idlwave-rinfo-mouse-map
   (if (featurep 'xemacs) [button3] [mouse-3])
   'idlwave-mouse-active-rinfo-right)
-(defvar idlwave-popup-source)
+(define-key idlwave-rinfo-mouse-map " " 'idlwave-active-rinfo-space)
+(define-key idlwave-rinfo-map "q" 'idlwave-quit-help)
+(define-key idlwave-rinfo-mouse-map "q" 'idlwave-quit-help)
+(defvar idlwave-popup-source nil)
+(defvar idlwave-rinfo-marker (make-marker))
 
-(defun idlwave-display-calling-sequence (name type class)
+(defun idlwave-quit-help ()
+  (interactive)
+  (let ((ri-window (get-buffer-window "*Help*"))
+       (olh-window (get-buffer-window "*IDLWAVE Help*")))
+    (when (and olh-window
+              (fboundp 'idlwave-help-quit))
+      (select-window olh-window)
+      (idlwave-help-quit))
+    (when (window-live-p ri-window)
+      (delete-window ri-window))))
+
+(defun idlwave-display-calling-sequence (name type class
+                                             &optional initial-class)
   ;; Display the calling sequence of module NAME, type TYPE in class CLASS.
-  (let* ((entry (idlwave-rinfo-assq
-                name type class (idlwave-routines)))
+  (let* ((initial-class (or initial-class class))
+        (entry (or (idlwave-best-rinfo-assq name type class
+                                            (idlwave-routines))
+                   (idlwave-rinfo-assq name type class
+                                       idlwave-unresolved-routines)))
         (name (or (car entry) name))
         (class (or (nth 2 entry) class))
-        (source (nth 3 entry))
-        ;;(system (eq (car source) 'system))
+        (superclasses (idlwave-all-class-inherits initial-class))
+        (twins (idlwave-routine-twins entry))
+        (dtwins (idlwave-study-twins twins))
+        (all dtwins)
+        (system (eq (car (nth 3 entry)) 'system))
         (calling-seq (nth 4 entry))
-        (keywords (nth 5 entry))
-        (olh (nth 6 entry))
-        (help-echo3  "                                     Button3: IDL Online Help")
-        (help-echo23 "Button2: Pop to source and back.     Button3: IDL Online Help")
+        (keywords (idlwave-entry-keywords entry 'do-link))
+        (html-file (car (nth 5 entry)))
+        (help-echo-kwd
+         "Button2: Insert KEYWORD (SHIFT=`/KEYWORD') | Button3: Online Help ")
+        (help-echo-use
+         "Button2/3: Online Help")
+        (help-echo-src
+         "Button2: Jump to source and back | Button3: Source in Help window.")
+        (help-echo-class
+         "Button2: Display info about same method in superclass")
         (col 0)
-        (data (list name type class (current-buffer) olh))
+        (data (list name type class (current-buffer) nil initial-class))
         (km-prop (if (featurep 'xemacs) 'keymap 'local-map))
-        beg props win)
+        (face 'idlwave-help-link)
+        beg props win cnt total)
+    ;; Fix keywords, but don't add chained super-classes, since these
+    ;; are shown separately for that super-class
     (setq keywords (idlwave-fix-keywords name type class keywords))
     (cond
      ((null entry)
-      (error "No %s %s known" type name))
+      (error "No %s %s known %s" type name
+            (if initial-class (concat "in class " initial-class) "")))
      ((or (null name) (equal name ""))
-      (error "No function or procedure call at point."))
+      (error "No function or procedure call at point"))
      ((null calling-seq)
-      (error "Calling sequence of %s %s is not available" type name))
+      (error "Calling sequence of %s %s not available" type name))
      (t
       (save-excursion
+       (move-marker idlwave-rinfo-marker (point))
        (set-buffer (get-buffer-create "*Help*"))
+       (use-local-map idlwave-rinfo-map)
        (setq buffer-read-only nil)
        (erase-buffer)
        (set (make-local-variable 'idlwave-popup-source) nil)
+       (set (make-local-variable 'idlwave-current-obj_new-class)
+                                 idlwave-current-obj_new-class)
+       (when superclasses
+         (setq props (list 'mouse-face 'highlight
+                           km-prop idlwave-rinfo-mouse-map
+                           'help-echo help-echo-class
+                           'data (cons 'class data)))
+         (let ((classes (cons initial-class superclasses)) c)
+           (insert "Classes: ")
+           (while (setq c (pop classes))
+             (insert " ")
+             (setq beg (point))
+             (insert c)
+             (if (equal (downcase c) (downcase class))
+                 (add-text-properties beg (point) (list 'face 'bold))
+               ;; If Method exists in a different class link it
+               (if (idlwave-rinfo-assq name type c (idlwave-routines))
+                   (add-text-properties beg (point) props))))
+           (insert "\n")))
        (setq props (list 'mouse-face 'highlight
-                         km-prop idlwave-rinfo-map
-                         'help-echo help-echo23
+                         km-prop idlwave-rinfo-mouse-map
+                         'help-echo help-echo-use
                          'data (cons 'usage data)))
+       (if html-file (setq props (append (list 'face face 'link html-file)
+                                         props)))
        (insert "Usage:    ")
        (setq beg (point))
        (insert (if class
-                   (format calling-seq class name)
-                 (format calling-seq name))
+                   (format calling-seq class name class name class name)
+                 (format calling-seq name name name name))
                "\n")
        (add-text-properties beg (point) props)
 
@@ -5374,45 +8429,51 @@ Used by `idlwave-routine-info' and `idlwave-find-module'."
          (setq col 9)
          (mapcar
           (lambda (x)
-            (if (>= (+ col 1 (length (car x))) 
+            (if (>= (+ col 1 (length (car x)))
                     (window-width))
                 (progn
                   (insert "\n         ")
                   (setq col 9)))
             (insert " ")
             (setq beg (point)
+                  ;; Relevant keywords already have link property attached
                   props (list 'mouse-face 'highlight
-                              km-prop idlwave-rinfo-map
+                              km-prop idlwave-rinfo-mouse-map
                               'data (cons 'keyword data)
-                              'help-echo help-echo3
+                              'help-echo help-echo-kwd
                               'keyword (car x)))
+            (if system (setq props (append (list 'face face) props)))
             (insert (car x))
             (add-text-properties beg (point) props)
             (setq col (+ col 1 (length (car x)))))
           keywords))
-       (insert "\n")
-
-       (insert "Origin:   ")
-       (setq beg (point)
-             props (list 'mouse-face 'highlight
-                         km-prop idlwave-rinfo-map
-                         'help-echo help-echo23
-                         'data (cons 'origin data)))
-       (cond
-        ((eq (car source) 'system)
-         (insert "system routine"))
-        ((equal source '(lib))
-         (insert (format "library file %s.pro" (downcase name))))
-        ((eq (car source) 'lib)
-         (insert "library file ")
-         (insert (cdr source)))
-        ((eq (car source) 'buffer)
-         (insert "buffer visiting ")
-         (insert (abbreviate-file-name (cdr source))))
-        ((eq (car source) 'compiled)
-         (insert "compiled from ")
-         (insert (cdr source))))
-       (add-text-properties beg (point) props)
+
+       (setq cnt 1 total (length all))
+       ;; Here entry is (key file (list of type-conses))
+       (while (setq entry (pop all))
+         (setq props (list 'mouse-face 'highlight
+                           km-prop idlwave-rinfo-mouse-map
+                           'help-echo help-echo-src
+                           'source (list (car (car (nth 2 entry))) ;type
+                                         (nth 1 entry)
+                                         nil
+                                         (cdr (car (nth 2 entry))))
+                           'data (cons 'source data)))
+         (idlwave-insert-source-location
+          (format "\n%-8s  %s"
+                  (if (equal cnt 1)
+                      (if (> total 1) "Sources:" "Source:")
+                    "")
+                  (if (> total 1) "- " ""))
+          entry props)
+         (incf cnt)
+         (when (and all (> cnt idlwave-rinfo-max-source-lines))
+           ;; No more source lines, please
+           (insert (format
+                    "\n          Source information truncated to %d entries."
+                    idlwave-rinfo-max-source-lines))
+           (setq all nil)))
+       (goto-char (point-min))
        (setq buffer-read-only t))
       (display-buffer "*Help*")
       (if (and (setq win (get-buffer-window "*Help*"))
@@ -5422,46 +8483,583 @@ Used by `idlwave-routine-info' and `idlwave-find-module'."
              (unwind-protect
                  (progn
                    (select-window win)
-                   (enlarge-window (- (/ (frame-height) 2) 
+                   (enlarge-window (- (/ (frame-height) 2)
                                       (window-height)))
                    (shrink-window-if-larger-than-buffer))
                (select-window ww)))))))))
 
+(defun idlwave-insert-source-location (prefix entry &optional file-props)
+  "Insert a source location into the routine info buffer.
+Start line with PREFIX.  If a file name is inserted, add FILE-PROPS to
+it."
+  (let* ((key (car entry))
+        (file (nth 1 entry))
+        (types (nth 2 entry))
+        (shell-flag (assq 'compiled types))
+        (buffer-flag (assq 'buffer types))
+        (user-flag (assq 'user types))
+        (lib-flag (assq 'lib types))
+        (ndupl (or (and buffer-flag (idlwave-count-memq 'buffer types))
+                   (and user-flag (idlwave-count-memq 'user types))
+                   (and lib-flag (idlwave-count-memq 'lib types))
+                   1))
+        (doflags t)
+        beg special)
+
+    (insert prefix)
+
+    (cond
+     ((eq key 'system)
+      (setq doflags nil)
+      (insert "System    "))
+
+     ((eq key 'builtin)
+      (setq doflags nil)
+      (insert "Builtin   "))
+
+     ((and (not file) shell-flag)
+      (insert "Unresolved"))
+
+     ((null file)
+      (insert "ERROR"))
+
+     ((idlwave-syslib-p file)
+      (if (string-match "obsolete" (file-name-directory file))
+         (insert "Obsolete  ")
+       (insert "SystemLib ")))
+
+     ;; New special syntax: taken directly from routine-info for
+     ;; library catalog routines
+     ((setq special (or (cdr lib-flag) (cdr user-flag)))
+      (insert (format "%-10s" special)))
+
+     ;; Old special syntax: a matching regexp
+     ((setq special (idlwave-special-lib-test file))
+      (insert (format "%-10s" special)))
+
+     ;; Catch-all with file
+     ((idlwave-lib-p file)      (insert "Library   "))
+
+     ;; Sanity catch all
+     (t                         (insert "Other     ")))
+
+    (when doflags
+      (insert (concat
+              "  ["
+              (if lib-flag "L" "-")
+              (if user-flag "C" "-")
+              (if shell-flag "S" "-")
+              (if buffer-flag "B" "-")
+              "] ")))
+    (when (> ndupl 1)
+      (setq beg (point))
+      (insert (format "(%dx) " ndupl))
+      (add-text-properties beg (point) (list 'face 'bold)))
+    (when (and file (not (equal file "")))
+      (setq beg (point))
+      (insert (apply 'abbreviate-file-name
+                    (if (featurep 'xemacs) (list file t) (list file))))
+      (if file-props
+         (add-text-properties beg (point) file-props)))))
+
+(defun idlwave-special-lib-test (file)
+  "Check the path of FILE against the regexps which define special libs.
+Return the name of the special lib if there is a match."
+  (let ((alist idlwave-special-lib-alist)
+       entry rtn)
+    (cond
+     ((stringp file)
+      (while (setq entry (pop alist))
+       (if (string-match (car entry) file)
+           (setq rtn (cdr entry)
+                 alist nil)))
+      rtn)
+     (t nil))))
+
 (defun idlwave-mouse-active-rinfo-right (ev)
   (interactive "e")
   (idlwave-mouse-active-rinfo ev 'right))
 
-(defun idlwave-mouse-active-rinfo (ev &optional right)
+(defun idlwave-mouse-active-rinfo-shift (ev)
   (interactive "e")
-  (mouse-set-point ev)
-  (let (data id name type class buf keyword olh bufwin)
+  (idlwave-mouse-active-rinfo ev nil 'shift))
+
+(defun idlwave-active-rinfo-space ()
+  (interactive)
+  (idlwave-mouse-active-rinfo nil 'right))
+
+(defun idlwave-mouse-active-rinfo (ev &optional right shift)
+  "Does the mouse actions in the routine info buffer.
+Optional args RIGHT and SHIFT indicate, if mouse-3 was used, and if SHIFT
+was pressed."
+  (interactive "e")
+  (if ev (mouse-set-point ev))
+  (let (data id name type class buf bufwin source link keyword
+            word initial-class)
     (setq data (get-text-property (point) 'data)
+         source (get-text-property (point) 'source)
          keyword (get-text-property (point) 'keyword)
+         link (get-text-property (point) 'link)
          id (car data)
-         name (nth 1 data)
-         type (nth 2 data)
-         class (nth 3 data)
+         name (nth 1 data) type (nth 2 data) class (nth 3 data)
          buf (nth 4 data)
-         olh (nth 5 data)
+         initial-class (nth 6 data)
+         word (idlwave-this-word)
          bufwin (get-buffer-window buf t))
-    (cond ((or (eq id 'usage) (eq id 'origin))
-          (if right
-              (idlwave-search-online-help name type class)
+
+    (cond ((eq id 'class) ; Switch class being displayed
+          (if (window-live-p bufwin) (select-window bufwin))
+          (idlwave-display-calling-sequence
+           (idlwave-sintern-method name)
+           type (idlwave-sintern-class word)
+           initial-class))
+         ((eq id 'usage) ; Online help on this routine
+          (idlwave-online-help link name type class))
+         ((eq id 'source) ; Source in help or buffer
+          (if right ; In help
+              (let ((idlwave-extra-help-function 'idlwave-help-with-source)
+                    (idlwave-help-source-try-header nil)
+                    ;; Fake idlwave-routines so help will find the right entry
+                    (idlwave-routines
+                     (list (list name type class source ""))))
+                (idlwave-help-get-special-help name type class nil))
+            ;; Otherwise just pop to the source
             (setq idlwave-popup-source (not idlwave-popup-source))
             (if idlwave-popup-source
                 (condition-case err
-                    (idlwave-do-find-module name type class)
+                    (idlwave-do-find-module name type class source)
                   (error
                    (setq idlwave-popup-source nil)
                    (if (window-live-p bufwin) (select-window bufwin))
                    (error (nth 1 err))))
               (if bufwin
                   (select-window bufwin)
-                (pop-to-buffer buf)))))
+                (pop-to-buffer buf))
+              (goto-char (marker-position idlwave-rinfo-marker)))))
          ((eq id 'keyword)
           (if right
-              (idlwave-search-online-help keyword 'kwd class olh)
-            (error "Button2 not active for keywords"))))))
+              (idlwave-online-help link name type class keyword)
+            (idlwave-rinfo-insert-keyword keyword buf shift))))))
+
+(defun idlwave-rinfo-insert-keyword (keyword buffer &optional shift)
+  "Insert KEYWORD in BUFFER.  Make sure buffer is displayed in a window."
+  (let ((bwin (get-buffer-window buffer)))
+    (if idlwave-complete-empty-string-as-lower-case
+       (setq keyword (downcase keyword)))
+    (if bwin
+       (select-window bwin)
+      (pop-to-buffer buffer)
+      (setq bwin (get-buffer-window buffer)))
+    (if (eq (preceding-char) ?/)
+       (insert keyword)
+      (unless (save-excursion
+               (re-search-backward
+                "[(,][ \t]*\\(\\$[ \t]*\\(;.*\\)?\n\\)?[ \t]*\\="
+                (min (- (point) 100) (point-min)) t))
+       (insert ", "))
+      (if shift (insert "/"))
+      (insert keyword)
+      (if (and (not shift)
+              idlwave-keyword-completion-adds-equal)
+         (insert "=")))))
+
+(defun idlwave-list-buffer-load-path-shadows (&optional arg)
+  "List the load path shadows of all routines defined in current buffer."
+  (interactive "P")
+  (idlwave-routines)
+  (if (eq major-mode 'idlwave-mode)
+      (idlwave-list-load-path-shadows
+       nil (idlwave-update-current-buffer-info 'save-buffer)
+       "in current buffer")
+    (error "Current buffer is not in idlwave-mode")))
+
+(defun idlwave-list-shell-load-path-shadows (&optional arg)
+  "List the load path shadows of all routines compiled under the shell.
+This is very useful for checking an IDL application.  Just compile the
+application, do RESOLVE_ALL, and `C-c C-i' to compile all referenced
+routines and update IDLWAVE internal info.  Then check for shadowing
+with this command."
+  (interactive "P")
+  (cond
+   ((or (not (fboundp 'idlwave-shell-is-running))
+       (not (idlwave-shell-is-running)))
+    (error "Shell is not running"))
+   ((null idlwave-compiled-routines)
+    (error "No compiled routines.  Maybe you need to update with `C-c C-i'"))
+   (t
+    (idlwave-list-load-path-shadows nil idlwave-compiled-routines
+                                   "in the shell"))))
+
+(defun idlwave-list-all-load-path-shadows (&optional arg)
+  "List the load path shadows of all routines known to IDLWAVE."
+  (interactive "P")
+  (idlwave-list-load-path-shadows nil nil "globally"))
+
+(defun idlwave-list-load-path-shadows (arg &optional special-routines loc)
+  "List the routines which are defined multiple times.
+Search the information IDLWAVE has about IDL routines for multiple
+definitions.
+When SPECIAL-ROUTINES in non-nil, only look for shadows of these routines.
+
+When IDL hits a routine call which is not defined, it will search on
+the load path in order to find a definition.  The output of this
+command can be used to detect possible name clashes during this process."
+  (idlwave-routines)  ; Make sure everything is loaded.
+  (unless (or idlwave-user-catalog-routines idlwave-library-catalog-routines)
+    (or (y-or-n-p
+        "You don't have any user or library catalogs.  Continue anyway? ")
+       (error "Abort")))
+  (let* ((routines (append idlwave-system-routines
+                          idlwave-compiled-routines
+                          idlwave-library-catalog-routines
+                          idlwave-user-catalog-routines
+                          idlwave-buffer-routines
+                          nil))
+        (km-prop (if (featurep 'xemacs) 'keymap 'local-map))
+        (keymap (make-sparse-keymap))
+        (props (list 'mouse-face 'highlight
+                     km-prop keymap
+                     'help-echo "Mouse2: Find source"))
+        (nroutines (length (or special-routines routines)))
+        (step (/ nroutines 100))
+        (n 0)
+        (cnt 0)
+        (idlwave-sort-prefer-buffer-info nil)
+        routine twins dtwins twin done props1 lroutines)
+
+    (if special-routines
+       ;; Just looking for shadows of a few special routines
+       (setq lroutines routines
+             routines special-routines))
+
+    (message "Sorting routines...")
+    (setq routines (sort routines
+                        (lambda (a b)
+                          (string< (downcase (idlwave-make-full-name
+                                              (nth 2 a) (car a)))
+                                   (downcase (idlwave-make-full-name
+                                              (nth 2 b) (car b)))))))
+    (message "Sorting routines...done")
+
+    (define-key keymap (if (featurep 'xemacs) [(button2)] [(mouse-2)])
+      (lambda (ev)
+       (interactive "e")
+       (mouse-set-point ev)
+       (apply 'idlwave-do-find-module
+              (get-text-property (point) 'find-args))))
+    (define-key keymap [(return)]
+      (lambda ()
+       (interactive)
+       (apply 'idlwave-do-find-module
+              (get-text-property (point) 'find-args))))
+    (message "Compiling list...( 0%%)")
+    (save-excursion
+      (set-buffer (get-buffer-create "*Shadows*"))
+      (setq buffer-read-only nil)
+      (erase-buffer)
+      (while (setq routine (pop routines))
+       (if (= (mod (setq n (1+ n)) step) 0)
+           (message "Compiling list...(%2d%%)" (/ (* n 100) nroutines)))
+
+       ;; Get a list of all twins
+       (setq twins (idlwave-routine-twins routine (or lroutines routines)))
+       (if (memq routine done)
+           (setq dtwins nil)
+         (setq dtwins (idlwave-study-twins twins)))
+       ;; Mark all twins as dealt with
+       (setq done (append twins done))
+       (when (or (> (length dtwins) 1)
+                 (> (idlwave-count-memq 'lib (nth 2 (car dtwins))) 1)
+                 (> (idlwave-count-memq 'user (nth 2 (car dtwins))) 1)
+                 (> (idlwave-count-memq 'buffer (nth 2 (car dtwins))) 1))
+         (incf cnt)
+         (insert (format "\n%s%s"
+                         (idlwave-make-full-name (nth 2 routine)
+                                                 (car routine))
+                         (if (eq (nth 1 routine) 'fun) "()" "")))
+         (while (setq twin (pop dtwins))
+           (setq props1 (append (list 'find-args
+                                      (list (nth 0 routine)
+                                            (nth 1 routine)
+                                            (nth 2 routine)))
+                                props))
+           (idlwave-insert-source-location "\n   - " twin props1))))
+      (goto-char (point-min))
+      (setq buffer-read-only t))
+    (setq loc (or loc ""))
+    (if (> cnt 0)
+       (progn
+         (display-buffer (get-buffer "*Shadows*"))
+         (message "%d case%s of shadowing found %s"
+                  cnt (if (= cnt 1) "" "s") loc))
+      (message "No shadowing conflicts found %s" loc))))
+
+(defun idlwave-print-source (routine)
+  (let* ((source (nth 3 routine))
+        (stype (car source))
+        (sfile (idlwave-routine-source-file source)))
+    (if (idlwave-syslib-p sfile) (setq stype 'syslib))
+    (if (and (eq stype 'compiled)
+            (or (not (stringp sfile))
+                (not (string-match "\\S-" sfile))))
+       (setq stype 'unresolved))
+    (princ (format "      %-10s %s\n"
+                  stype
+                  (if sfile sfile "No source code available")))))
+
+(defun idlwave-routine-twins (entry &optional list)
+  "Return all twin entries of ENTRY in LIST.
+LIST defaults to `idlwave-routines'.
+Twin entries are those which have the same name, type, and class.
+ENTRY will also be returned, as the first item of this list."
+  (let* ((name (car entry))
+        (type (nth 1 entry))
+        (class (nth 2 entry))
+        (candidates (idlwave-all-assq name (or list (idlwave-routines))))
+        twins candidate)
+    (while (setq candidate (pop candidates))
+      (if (and (not (eq candidate entry))
+              (eq type (nth 1 candidate))
+              (eq class (nth 2 candidate)))
+         (push candidate twins)))
+    (if (setq candidate (idlwave-rinfo-assq name type class
+                                           idlwave-unresolved-routines))
+       (push candidate twins))
+    (cons entry (nreverse twins))))
+
+(defun idlwave-study-twins (entries)
+  "Return dangerous twins of first entry in ENTRIES.
+Dangerous twins are routines with same name, but in different files on
+the load path.  If a file is in the system library and has an entry in
+the `idlwave-system-routines' list, we omit the latter as
+non-dangerous because many IDL routines are implemented as library
+routines, and may have been scanned."
+  (let* ((entry (car entries))
+        (name (car entry))      ;
+        (type (nth 1 entry))    ; Must be bound for
+        (class (nth 2 entry))   ;  idlwave-routine-twin-compare
+        (cnt 0)
+        source type type-cons file alist syslibp key)
+    (while (setq entry (pop entries))
+      (incf cnt)
+      (setq source (nth 3 entry)
+           type (car source)
+           type-cons (cons type (nth 3 source))
+           file (idlwave-routine-source-file source))
+
+      ;; Make KEY to index entry properly
+      (setq key (cond ((eq type 'system) type)
+                     (file (file-truename file))
+                     (t 'unresolved)))
+
+      ;; Check for an entry in the system library
+      (if (and file
+              (not syslibp)
+              (idlwave-syslib-p file))
+         (setq syslibp t))
+
+      ;; If there's more than one matching entry for the same file, just
+      ;; append the type-cons to the type list.
+      (if (setq entry (assoc key alist))
+         (push type-cons (nth 2 entry))
+       (push (list key file (list type-cons)) alist)))
+
+    (setq alist (nreverse alist))
+
+    (when syslibp
+      ;; File is in system *library* - remove any 'system entry
+      (setq alist (delq (assq 'system alist) alist)))
+
+    ;; If 'system remains and we've scanned the syslib, it's a builtin
+    ;; (rather than a !DIR/lib/.pro file bundled as source).
+    (when (and (idlwave-syslib-scanned-p)
+              (setq entry (assoc 'system alist)))
+      (setcar entry 'builtin))
+    (sort alist 'idlwave-routine-twin-compare)))
+
+(defvar type)
+(defvar class)
+(defvar idlwave-sort-prefer-buffer-info t
+  "Internal variable used to influence `idlwave-routine-twin-compare'.")
+
+(defmacro idlwave-xor (a b)
+  `(and (or ,a ,b)
+       (not (and ,a ,b))))
+
+(defun idlwave-routine-entry-compare (a b)
+  "Compare two routine info entries for sortiung.  This is the general case.
+It first compates class, names, and type.  If it turns out that A and B
+are twins (same name, class, and type), calls another routine which
+compares twins on the basis of their file names and path locations."
+  (let ((name (car a)) (type (nth 1 a)) (class (nth 2 a)))
+    (cond
+     ((not (equal (idlwave-downcase-safe class)
+                 (idlwave-downcase-safe (nth 2 b))))
+      ;; Class decides
+      (cond ((null (nth 2 b)) nil)
+           ((null class) t)
+           (t (string< (downcase class) (downcase (nth 2 b))))))
+     ((not (equal (downcase name) (downcase (car b))))
+      ;; Name decides
+      (string< (downcase name) (downcase (car b))))
+     ((not (eq type (nth 1 b)))
+      ;; Type decides
+      (< (if (eq type 'fun) 1 0) (if (eq (nth 1 b) 'fun) 1 0)))
+     (t
+      ;; A and B are twins - so the decision is more complicated.
+      ;; Call twin-compare with the proper arguments.
+      (idlwave-routine-entry-compare-twins a b)))))
+
+(defun idlwave-routine-entry-compare-twins (a b)
+  "Compare two routine entries, under the assumption that they are
+twins.  This basically calls `idlwave-routine-twin-compare' with the
+correct args."
+  (let* ((name (car a)) (type (nth 1 a)) (class (nth 2 a)) ; needed outside
+        (asrc (nth 3 a))
+        (atype (car asrc))
+        (bsrc (nth 3 b))
+        (btype (car bsrc))
+        (afile (idlwave-routine-source-file asrc))
+        (bfile (idlwave-routine-source-file bsrc)))
+    (idlwave-routine-twin-compare
+     (if (stringp afile)
+        (list (file-truename afile) afile (list atype))
+       (list atype afile (list atype)))
+     (if (stringp bfile)
+        (list (file-truename bfile) bfile (list btype))
+       (list btype bfile (list btype))))
+    ))
+
+(defun idlwave-routine-twin-compare (a b)
+  "Compare two routine twin entries for sorting.
+In here, A and B are not normal routine info entries, but special
+lists (KEY FILENAME (TYPES...)).
+This expects NAME TYPE CLASS to be bound to the right values."
+  (let* (;; Dis-assemble entries
+        (akey (car a))      (bkey (car b))
+        (afile (nth 1 a))   (bfile (nth 1 b))
+        (atypes (nth 2 a))  (btypes (nth 2 b))
+        ;; System routines?
+        (asysp (memq akey '(builtin system)))
+        (bsysp (memq bkey '(builtin system)))
+        ;; Compiled routines?
+        (acompp (memq 'compiled atypes))
+        (bcompp (memq 'compiled btypes))
+        ;; Unresolved?
+        (aunresp (or (eq akey 'unresolved)
+                     (and acompp (not afile))))
+        (bunresp (or (eq bkey 'unresolved)
+                     (and bcompp (not bfile))))
+        ;; Buffer info available?
+        (abufp (memq 'buffer atypes))
+        (bbufp (memq 'buffer btypes))
+        ;; On search path?
+        (tpath-alist (idlwave-true-path-alist))
+        (apathp (and (stringp akey)
+                     (assoc (file-name-directory akey) tpath-alist)))
+        (bpathp (and (stringp bkey)
+                     (assoc (file-name-directory bkey) tpath-alist)))
+        ;; How early on search path?  High number means early since we
+        ;; measure the tail of the path list
+        (anpath (length (memq apathp tpath-alist)))
+        (bnpath (length (memq bpathp tpath-alist)))
+        ;; Look at file names
+        (aname (if (stringp afile) (downcase (file-name-nondirectory afile)) ""))
+        (bname (if (stringp bfile) (downcase (file-name-nondirectory bfile)) ""))
+        (fname-re (if class (format "\\`%s__\\(%s\\|define\\)\\.pro\\'"
+                                    (regexp-quote (downcase class))
+                                    (regexp-quote (downcase name)))
+                    (format "\\`%s\\.pro" (regexp-quote (downcase name)))))
+        ;; Is file name derived from the routine name?
+        ;; Method file or class definition file?
+        (anamep (string-match fname-re aname))
+        (adefp (and class anamep (string= "define" (match-string 1 aname))))
+        (bnamep (string-match fname-re bname))
+        (bdefp (and class bnamep (string= "define" (match-string 1 bname)))))
+
+    ;; Now: follow JD's ideas about sorting.  Looks really simple now,
+    ;; doesn't it?  The difficult stuff is hidden above...
+    (cond
+     ((idlwave-xor asysp  bsysp)       asysp)  ; System entries first
+     ((idlwave-xor aunresp bunresp)    bunresp) ; Unresolved last
+     ((and idlwave-sort-prefer-buffer-info
+          (idlwave-xor abufp bbufp))  abufp)   ; Buffers before non-buffers
+     ((idlwave-xor acompp bcompp)      acompp) ; Compiled entries
+     ((idlwave-xor apathp bpathp)      apathp) ; Library before non-library
+     ((idlwave-xor anamep bnamep)      anamep) ; Correct file names first
+     ((and class anamep bnamep                  ; both file names match ->
+          (idlwave-xor adefp bdefp))  bdefp)   ; __define after __method
+     ((> anpath bnpath)                t)      ; Who is first on path?
+     (t                                nil)))) ; Default
+
+(defun idlwave-routine-source-file (source)
+  (if (nth 2 source)
+      (expand-file-name (nth 1 source) (nth 2 source))
+    (nth 1 source)))
+
+(defun idlwave-downcase-safe (string)
+  "Donwcase if string, else return unchanged."
+  (if (stringp string)
+      (downcase string)
+    string))
+
+(defun idlwave-count-eq (elt list)
+  "How often is ELT in LIST?"
+  (length (delq nil (mapcar (lambda (x) (eq x elt)) list))))
+
+(defun idlwave-count-memq (elt alist)
+  "How often is ELT a key in ALIST?"
+  (length (delq nil (mapcar (lambda (x) (eq (car x) elt)) alist))))
+
+(defun idlwave-syslib-p (file)
+  "Non-nil if FILE is in the system library."
+  (let* ((true-syslib (file-name-as-directory
+                      (file-truename
+                       (expand-file-name "lib" (idlwave-sys-dir)))))
+        (true-file (file-truename file)))
+    (string-match (concat "^" (regexp-quote true-syslib)) true-file)))
+
+(defun idlwave-lib-p (file)
+  "Non-nil if file is in the library"
+  (let ((true-dir (file-name-directory (file-truename file))))
+    (assoc true-dir (idlwave-true-path-alist))))
+
+(defun idlwave-path-alist-add-flag (list-entry flag)
+  "Add a flag to the path list entry, if not set."
+  (let ((flags (cdr list-entry)))
+    (add-to-list 'flags flag)
+    (setcdr list-entry flags)))
+
+(defun idlwave-path-alist-remove-flag (list-entry flag)
+  "Remove a flag to the path list entry, if set."
+  (let ((flags (delq flag (cdr list-entry))))
+    (setcdr list-entry flags)))
+
+(defun idlwave-true-path-alist ()
+  "Return `idlwave-path-alist' alist with true-names.
+Info is cached, but relies on the functions setting `idlwave-path-alist'
+to reset the variable `idlwave-true-path-alist' to nil."
+  (or idlwave-true-path-alist
+      (setq idlwave-true-path-alist
+           (mapcar (lambda(x) (cons
+                               (file-name-as-directory
+                                (file-truename
+                                 (directory-file-name
+                                  (car x))))
+                               (cdr x)))
+                   idlwave-path-alist))))
+
+(defun idlwave-syslib-scanned-p ()
+  "Non-nil if the system lib file !DIR/lib has been scanned."
+  (let* ((true-syslib (file-name-as-directory
+                      (file-truename
+                       (expand-file-name "lib" (idlwave-sys-dir))))))
+    (cdr (assoc true-syslib (idlwave-true-path-alist)))))
+
+;; ----------------------------------------------------------------------------
+;;
+;; Online Help display
+
 
 ;; ----------------------------------------------------------------------------
 ;;
@@ -5485,22 +9083,24 @@ Assumes that point is at the beginning of the unit as found by
   (forward-sexp 2)
   (forward-sexp -1)
   (let ((begin (point)))
-    (re-search-forward "[a-zA-Z][a-zA-Z0-9$_]+\\(::[a-zA-Z][a-zA-Z0-9$_]+\\)?")
+    (re-search-forward
+     "[a-zA-Z_][a-zA-Z0-9$_]+\\(::[a-zA-Z_][a-zA-Z0-9$_]+\\)?")
     (if (fboundp 'buffer-substring-no-properties)
         (buffer-substring-no-properties begin (point))
       (buffer-substring begin (point)))))
 
-(defun idlwave-function-menu ()
-  "Use `imenu' or `function-menu' to jump to a procedure or function."
-  (interactive)
-  (if (string-match "XEmacs" emacs-version)
+(defalias 'idlwave-function-menu
+  (condition-case nil
       (progn
        (require 'func-menu)
-       (function-menu))
-    (require 'imenu)
-    (imenu (imenu-choose-buffer-index))))
-
-;; Here we kack func-menu.el in order to support this new mode.
+       'function-menu)
+    (error (condition-case nil
+              (progn
+                (require 'imenu)
+                'imenu)
+            (error nil)))))
+
+;; Here we hack func-menu.el in order to support this new mode.
 ;; The latest versions of func-menu.el already have this stuff in, so
 ;; we hack only if it is not already there.
 (when (fboundp 'eval-after-load)
@@ -5522,13 +9122,16 @@ Assumes that point is at the beginning of the unit as found by
   (interactive)
   (start-process "idldeclient" nil
                 idlwave-shell-explicit-file-name "-c" "-e"
-                 (buffer-file-name) "&"))
-                
+                 (buffer-file-name)))
+
+(defvar idlwave-help-use-assistant)
 (defun idlwave-launch-idlhelp ()
   "Start the IDLhelp application."
   (interactive)
-  (start-process "idlhelp" nil idlwave-help-application))
+  (if idlwave-help-use-assistant
+      (idlwave-help-assistant-raise)
+    (start-process "idlhelp" nil idlwave-help-application)))
+
 ;; Menus - using easymenu.el
 (defvar idlwave-mode-menu-def
   `("IDLWAVE"
@@ -5547,8 +9150,10 @@ Assumes that point is at the beginning of the unit as found by
      ["Block" idlwave-mark-block t]
      ["Header" idlwave-mark-doclib t])
     ("Format"
+     ["Indent Entire Statement" idlwave-indent-statement
+      :active t :keys "C-u \\[indent-for-tab-command]" ]
      ["Indent Subprogram" idlwave-indent-subprogram t]
-     ["(Un)Comment Region" idlwave-toggle-comment-region "C-c ;"]
+     ["(Un)Comment Region" idlwave-toggle-comment-region t]
      ["Continue/Split line" idlwave-split-line t]
      "--"
      ["Toggle Auto Fill" idlwave-auto-fill-mode :style toggle
@@ -5565,9 +9170,9 @@ Assumes that point is at the beginning of the unit as found by
      ["While" idlwave-while t]
      "--"
      ["Close Block" idlwave-close-block t])
-    ("Completion / RInfo"
+    ("Completion"
      ["Complete" idlwave-complete t]
-     ("Complete Special"
+     ("Complete Specific"
       ["1 Procedure Name" (idlwave-complete 'procedure) t]
       ["2 Procedure Keyword" (idlwave-complete 'procedure-keyword) t]
       "--"
@@ -5580,21 +9185,34 @@ Assumes that point is at the beginning of the unit as found by
       ["7 Function Method Name" (idlwave-complete 'function-method) t]
       ["8 Function Method Keyword" (idlwave-complete 'function-method-keyword) t]
       "--"
-      ["9 Class Name"  idlwave-complete-class t])
-     "--"
+      ["9 Class Name"  idlwave-complete-class t]))
+    ("Routine Info"
      ["Show Routine Info" idlwave-routine-info t]
-     ["Show Routine Doc with IDLHELP" idlwave-routine-info-from-idlhelp t]
+     ["Online Context Help" idlwave-context-help t]
      "--"
      ["Find Routine Source" idlwave-find-module t]
+     ["Resolve Routine" idlwave-resolve (featurep 'idlw-shell)]
      "--"
      ["Update Routine Info" idlwave-update-routine-info t]
+     ["Rescan XML Help Catalog" idlwave-convert-xml-system-routine-info t]
+     "--"
+     "IDL User Catalog"
+     ["Select Catalog Directories" (idlwave-create-user-catalog-file nil) t]
+     ["Scan Directories" (idlwave-update-routine-info '(16))
+      (and idlwave-path-alist (not idlwave-catalog-process))]
+     ["Scan Directories &" (idlwave-update-routine-info '(64))
+      (and idlwave-path-alist (not idlwave-catalog-process))]
+     "--"
+     "Routine Shadows"
+     ["Check Current Buffer" idlwave-list-buffer-load-path-shadows t]
+     ["Check Compiled Routines" idlwave-list-shell-load-path-shadows t]
+     ["Check Everything" idlwave-list-all-load-path-shadows t])
+    ("Misc"
+     ["Kill auto-created buffers" idlwave-kill-autoloaded-buffers t]
      "--"
-     "IDL Library Routine Info"
-     ["Select Library Directories" idlwave-create-libinfo-file t]
-     ["Scan Directories" (idlwave-update-routine-info '(16)) idlwave-scanned-lib-directories])
+     ["Insert TAB character" idlwave-hard-tab t])
      "--"
     ("External"
-     ["Generate IDL tags" idlwave-make-tags t]
      ["Start IDL shell" idlwave-shell t]
      ["Edit file in IDLDE" idlwave-edit-in-idlde t]
      ["Launch IDL Help" idlwave-launch-idlhelp t])
@@ -5602,14 +9220,14 @@ Assumes that point is at the beginning of the unit as found by
     ("Customize"
      ["Browse IDLWAVE Group" idlwave-customize t]
      "--"
-     ["Build Full Customize Menu" idlwave-create-customize-menu 
+     ["Build Full Customize Menu" idlwave-create-customize-menu
       (fboundp 'customize-menu-create)])
     ("Documentation"
      ["Describe Mode" describe-mode t]
      ["Abbreviation List" idlwave-list-abbrevs t]
      "--"
      ["Commentary in idlwave.el" idlwave-show-commentary t]
-     ["Commentary in idlwave-shell.el" idlwave-shell-show-commentary t]
+     ["Commentary in idlw-shell.el" idlwave-shell-show-commentary t]
      "--"
      ["Info" idlwave-info t]
      "--"
@@ -5619,25 +9237,25 @@ Assumes that point is at the beginning of the unit as found by
   '("Debug"
     ["Start IDL shell" idlwave-shell t]
     ["Save and .RUN buffer" idlwave-shell-save-and-run
-     (and (boundp 'idlwave-shell-automatic-start) 
+     (and (boundp 'idlwave-shell-automatic-start)
          idlwave-shell-automatic-start)]))
 
 (if (or (featurep 'easymenu) (load "easymenu" t))
     (progn
-      (easy-menu-define idlwave-mode-menu idlwave-mode-map 
-                       "IDL and WAVE CL editing menu" 
+      (easy-menu-define idlwave-mode-menu idlwave-mode-map
+                       "IDL and WAVE CL editing menu"
                        idlwave-mode-menu-def)
-      (easy-menu-define idlwave-mode-debug-menu idlwave-mode-map 
-                       "IDL and WAVE CL editing menu" 
+      (easy-menu-define idlwave-mode-debug-menu idlwave-mode-map
+                       "IDL and WAVE CL editing menu"
                        idlwave-mode-debug-menu-def)))
 
 (defun idlwave-customize ()
   "Call the customize function with idlwave as argument."
   (interactive)
-  ;; Try to load the code for the shell, so that we can customize it 
+  ;; Try to load the code for the shell, so that we can customize it
   ;; as well.
-  (or (featurep 'idlwave-shell)
-      (load "idlwave-shell" t))
+  (or (featurep 'idlw-shell)
+      (load "idlw-shell" t))
   (customize-browse 'idlwave))
 
 (defun idlwave-create-customize-menu ()
@@ -5645,11 +9263,11 @@ Assumes that point is at the beginning of the unit as found by
   (interactive)
   (if (fboundp 'customize-menu-create)
       (progn
-       ;; Try to load the code for the shell, so that we can customize it 
+       ;; Try to load the code for the shell, so that we can customize it
        ;; as well.
-       (or (featurep 'idlwave-shell)
-           (load "idlwave-shell" t))
-       (easy-menu-change 
+       (or (featurep 'idlw-shell)
+           (load "idlw-shell" t))
+       (easy-menu-change
         '("IDLWAVE") "Customize"
         `(["Browse IDLWAVE group" idlwave-customize t]
           "--"
@@ -5669,10 +9287,10 @@ Assumes that point is at the beginning of the unit as found by
   (finder-commentary "idlwave.el"))
 
 (defun idlwave-shell-show-commentary ()
-  "Use the finder to view the file documentation from `idlwave-shell.el'."
+  "Use the finder to view the file documentation from `idlw-shell.el'."
   (interactive)
   (require 'finder)
-  (finder-commentary "idlwave-shell.el"))
+  (finder-commentary "idlw-shell.el"))
 
 (defun idlwave-info ()
   "Read documentation for IDLWAVE in the info system."
@@ -5697,7 +9315,7 @@ This function was written since `list-abbrevs' looks terrible for IDLWAVE mode."
   (let ((table (symbol-value 'idlwave-mode-abbrev-table))
        abbrevs
        str rpl func fmt (len-str 0) (len-rpl 0))
-    (mapatoms 
+    (mapatoms
      (lambda (sym)
        (if (symbol-value sym)
           (progn
@@ -5723,7 +9341,7 @@ This function was written since `list-abbrevs' looks terrible for IDLWAVE mode."
     (with-output-to-temp-buffer "*Help*"
       (if arg
          (progn
-           (princ "Abbreviations and Actions in IDLWAVE-Mode\n") 
+           (princ "Abbreviations and Actions in IDLWAVE-Mode\n")
            (princ "=========================================\n\n")
            (princ (format fmt "KEY" "REPLACE" "HOOK"))
            (princ (format fmt "---" "-------" "----")))
@@ -5743,9 +9361,19 @@ This function was written since `list-abbrevs' looks terrible for IDLWAVE mode."
     (set-buffer "*Help*")
     (setq truncate-lines t)))
 
+;; Add .pro files to speedbar for support, if it's loaded
+(eval-after-load "speedbar" '(speedbar-add-supported-extension ".pro"))
+
+;; Set an idle timer to load the routine info.
+;; Will only work on systems which support this.
+(or idlwave-routines (idlwave-start-load-rinfo-timer))
+
+;;;###autoload (add-to-list 'auto-mode-alist '("\\.[Pp][Rr][Oo]\\'" . idlwave-mode))
+
+;; Run the hook
 (run-hooks 'idlwave-load-hook)
 
 (provide 'idlwave)
 
+;; arch-tag: f77f3b0c-c37c-424f-a328-0886fd42b6fb
 ;;; idlwave.el ends here
-