Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
jdsmith committed Feb 20, 2006
1 parent 8c2b495 commit 67eaaf9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
20 changes: 8 additions & 12 deletions README
Expand Up @@ -12,28 +12,24 @@ lpath.el A file needed to compile the lisp files


idlwave.el The Lisp code for idlwave-mode idlwave.el The Lisp code for idlwave-mode
idlw-shell.el The Lisp code for idlwave-shell-mode idlw-shell.el The Lisp code for idlwave-shell-mode
idlw-rinfo.el The Lisp constant for routine-info and help links
idlw-help.el The Lisp code for the help system idlw-help.el The Lisp code for the help system
idlw-toolbar.el The Lisp code for the toolbar idlw-toolbar.el The Lisp code for the toolbar
idlw-complete-structtag.el idlw-complete-structtag.el
The Lisp code for optional structure tag completion The Lisp code for optional structure tag completion
idlw-roprompt.el The Lisp code for the optional read-only prompt idlw-roprompt.el The Lisp code for the optional read-only prompt
(unnecessary with Emacs >= 22)


idlwave.texi The TeX-Info documentation source idlwave.texi The TeX-Info documentation source
idlwave \ idlwave The Info files (the documentation in Info format)
idlwave-1 > The Info files (the documentation in Info format)
idlwave-2 /
idlwave-3 /


idlwave_catalog A Perl program to produce library catalog idlwave_catalog A Perl program to produce your own library catalog
".idlwave_catalog" files. ".idlwave_catalog" files.
get_html_rinfo A Perl program to scan the IDL documentation and
produce several files used by IDLWAVE online help.


tutorial.pro Intentionally buggy source code for the tutorial. tutorial.pro Intentionally buggy practice source code for the
See the`Getting Started' section in the manual. tutorial. See the`Getting Started' section in the
manual.


The most recent version of IDLWAVE and associated help files are The most recent version of IDLWAVE and associated help files are
available at: available at:


http://idlwave.org http://idlwave.org
6 changes: 3 additions & 3 deletions idlw-complete-structtag.el
@@ -1,10 +1,10 @@
;;; idlw-complete-structtag.el --- Completion of structure tags. ;;; idlw-complete-structtag.el --- Completion of structure tags.
;; Copyright (c) 2001,2002 Free Software Foundation ;; Copyright (c) 2001,2002,2003,2004,2005,2006 Free Software Foundation


;; Author: Carsten Dominik <dominik@astro.uva.nl> ;; Author: Carsten Dominik <dominik@astro.uva.nl>
;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
;; Version: 1.2 ;; Version: 1.2
;; Date: $Date: 2006/01/09 19:36:56 $ ;; Date: $Date: 2006/02/20 01:32:10 $
;; Keywords: languages ;; Keywords: languages


;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.
Expand Down Expand Up @@ -106,7 +106,7 @@
(add-hook 'idlwave-update-rinfo-hook 'idlwave-structtag-reset) (add-hook 'idlwave-update-rinfo-hook 'idlwave-structtag-reset)


;;; The main code follows below ;;; The main code follows below

(defvar idlwave-completion-help-info)
(defun idlwave-complete-structure-tag () (defun idlwave-complete-structure-tag ()
"Complete a structure tag. "Complete a structure tag.
This works by looking in the current file for a structure assignment to a This works by looking in the current file for a structure assignment to a
Expand Down

0 comments on commit 67eaaf9

Please sign in to comment.