Variable: idlwave-struct-skip

idlwave-struct-skip is a variable defined in idlwave.el.gz.

Value

"[      ]*\\(\\$.*\n\\(^[       ]*\\(\\$[       ]*\\)?\\(;.*\\)?\n\\)*\\)?[     ]*"

Documentation

Regexp for skipping continued blank or comment-only lines in structures.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
;;----------------------------------------------------------------------
;;----------------------------------------------------------------------

;;; ------------------------------------------------------------------------
;;; Structure 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.")