;ELC ;;; Compiled by cyd@localhost on Mon Apr 23 22:20:34 2007 ;;; from file /home/cyd/emacs/lisp/cdl.el ;;; in Emacs version 22.0.99 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. (if (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19.29"))) (error "`cdl.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #@68 Run file through ncdump and insert result into buffer after point. (defalias 'cdl-get-file #[(filename) "\302\303!\210`\304\305\306\307\306\310 !%\210b\210)\302\311!\207" [start filename message "ncdump in progress..." call-process "ncdump" nil t expand-file-name "ncdump in progress...done"] 7 (#$ . 553) "fCDF file: "]) #@57 Run region through ncgen and write results into a file. (defalias 'cdl-put-region #[(filename start end) "\303\304!\210\305 \306\307\211\211\310\311\n!&\210\303\312!\207" [start end filename message "ncgen in progress..." call-process-region "ncgen" nil "-o" expand-file-name "ncgen in progress...done"] 10 (#$ . 883) "FNew CDF file: \nr"]) (provide 'cdl)