;ELC ;;; Compiled ;;; in Emacs version 28.0.50 ;;; with all optimizations. (byte-code "\300\301!\210\300\302!\210\300\303!\207" [require ess-custom ess-inf ess-noweb-mode] 2) #@64 Set to t if you want to use font-locking in ESS noweb buffers. (defvar ess-noweb-use-font-lock font-lock-mode (#$ . 187)) (byte-code "\203\301\302!\210\301\207" [ess-noweb-use-font-lock require ess-noweb-font-lock-mode] 2) #@114 Tangle the current chunk and send it to the inferior ESS process. Arg has same meaning as for `ess-eval-region'. (defalias 'ess-eval-chunk #[(vis) "\306p\307\310!\212\311 !\210 q\210\312\300!\210\f\313ed \314$\210\f\203)\315 !\2029\315 !\210\nq\210\312\300!\210 \211-\207" [ess-local-process-name temp-buffer cbuf new-process-name process-name vis nil ess-create-temp-buffer "Tangle Buffer" ess-noweb-tangle-chunk make-local-variable ess-eval-region "Eval Chunk" kill-buffer] 5 (#$ . 420) "P"]) #@93 Tangle the current chunk and send it to the inferior ESS process and step to the next chunk (defalias 'ess-eval-chunk-and-step #[(&optional vis) "\301!\210\302\303!\207" [vis ess-eval-chunk ess-noweb-next-code-chunk 1] 2 (#$ . 932) nil]) #@113 Tangle the current chunk, send to the ESS process, and go there. Arg has same meaning as for `ess-eval-region'. (defalias 'ess-eval-chunk-and-go #[(vis) "\301!\210\302\303!\207" [vis ess-eval-chunk ess-switch-to-ESS t] 2 (#$ . 1178) "P"]) #@123 Tangle all chunks in the current chunk-thread and send to the ESS process. Arg has same meaning as for `ess-eval-region'. (defalias 'ess-eval-thread #[(vis) "\302\303!\304!\210q\210\305ed \306$\210\307!)\207" [temp-buffer vis ess-create-temp-buffer "Tangle Buffer" ess-noweb-tangle-current-thread ess-eval-region "Eval buffer" kill-buffer] 5 (#$ . 1425) "P"]) #@131 Tangle all chunks in the current chunk-thread, send to ESS process, and go there. Arg has same meaning as for `ess-eval-region'. (defalias 'ess-eval-thread-and-go #[(vis) "\301!\210\302\303!\207" [vis ess-eval-thread ess-switch-to-ESS t] 2 (#$ . 1796) "P"]) (provide 'ess-noweb)