?
Current Path : /usr/share/emacs/24.3/lisp/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : //usr/share/emacs/24.3/lisp/cdl.elc |
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:06:12 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/cdl.el ;;; in Emacs version 24.3.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #@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 (#$ . 546) "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 (#$ . 876) "FNew CDF file: \nr"]) (provide 'cdl)