%PDF- %PDF-
Direktori : /usr/local/share/emacs/27.2/lisp/org/ |
Current File : //usr/local/share/emacs/27.2/lisp/org/ob-vala.elc |
;ELC ;;; Compiled ;;; in Emacs version 27.2 ;;; 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. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\303\304\305\"\207" [require ob org-macs add-to-list org-babel-tangle-lang-exts ("vala" . "vala")] 3) (defvar org-babel-default-header-args:vala nil) (byte-code "\300\301\302\303\304DD\305\306\307\310\311\312\313\314\315&\207" [custom-declare-variable org-babel-vala-compiler funcall function #[0 "\300\207" [#1="valac"] 1 #1#] "Command used to compile a C source code file into an executable.\nMay be either a command in the path, like \"valac\"\nor an absolute path name, like \"/usr/local/bin/valac\".\nParameters may be used like this: \"valac -v\"" :group org-babel :version "26.1" :package-version (Org . "9.1") :type string] 12) #@118 Execute a block of Vala code with Babel. This function is called by `org-babel-execute-src-block'. (fn BODY PARAMS) (defalias 'org-babel-execute:vala #[514 "\302\303!\210\304\305\306\"\304\307\"\310\236A\311\236A\312\313!\314\315\316\317\320!\321\"\322$\216r\211q\210c\210)r\211q\210\323\324\211\324\315%\210*\266\325\326\327 \330\331<\203M \202P C\332#\333!\333\n!%\334\"\210\335!\205*\325\203p \332P\202q \334P\334\"\324\336\203~ \337\202 \340\334\336\341\334##\266\202\342\343\236A\344\235?\205 \345\235\204\330 \346\235\204\330 \347\235\204\330 \350\235\204\330 \351\235\204\330 \352\235\204\330 \353\235\204\322 \354\235\204\322 \355\235\204\322 \356\235\203\336 \357\235\204\336 \360!\202 \304\361!\211\312\313!\314\315\316\317\320!\362\"\322$\216r\211q\210c\210)r\211q\210\323\324\211\324\315%\210*\266\363!\262\262\364\365 \236A\366\n\236A\"\364\367\n\236A\370\236A\"#\262\207" [org-babel-exeext org-babel-vala-compiler message "executing Vala source code block" org-babel-temp-file "vala-src-" ".vala" "vala-bin-" :cmdline :flags generate-new-buffer " *temp file*" make-byte-code 0 "\301\300!\205 \302\300!\207" vconcat vector [buffer-name kill-buffer] 2 write-region nil org-babel-eval format "%s %s -o %s %s" mapconcat identity " " org-babel-process-file-name "" file-executable-p replace-regexp-in-string "\\`\\([ ]*\n\\)+" "\\`[ \n ]+" "[ \n ]+\\'" org-babel-reassemble-table :result-params "none" "scalar" "verbatim" "html" "code" "pp" "file" "output" "raw" "org" "drawer" "table" org-babel-read "vala-" [buffer-name kill-buffer] org-babel-import-elisp-from-file org-babel-pick-name :colname-names :colnames :rowname-names :rownames] 18 (#$ . 1084)]) #@129 Prepare a session. This function does nothing as Vala is a compiled language with no support for sessions. (fn SESSION PARAMS) (defalias 'org-babel-prep-session:vala #[514 "\300\301!\207" [error "Vala is a compiled language -- no support for sessions"] 4 (#$ . 2818)]) (provide 'ob-vala)