Function: idlwave-shell-sources-query

idlwave-shell-sources-query is an interactive and byte-compiled function defined in idlw-shell.el.gz.

Signature

(idlwave-shell-sources-query)

Documentation

Determine source files for all IDL compiled procedures.

Queries IDL using the string in idlwave-shell-sources-query(var)/idlwave-shell-sources-query(fun).

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defun idlwave-shell-sources-query ()
  "Determine source files for all IDL compiled procedures.
Queries IDL using the string in `idlwave-shell-sources-query'."
  (interactive)
  (idlwave-shell-send-command idlwave-shell-sources-query
			      'idlwave-shell-sources-filter
			      'hide))