;ELC ;;; Compiled ;;; in Emacs version 28.0.50 ;;; with all optimizations. (require 'cl-lib) #@123 Retrieve the rake tasks from the current buffer. This function returns a list of the form: ("RAKE TASK1" "RAKE TASK2"...) (defalias 'taskrunner--retrieve-rake-tasks-from-buffer #[0 "eb\210\300\301\302\300\303#\203\"\304 \210\305\306\307 \310\303#A@PB\262~\210\202\311 \210\207" [nil search-forward-regexp "^rake[[:space:]]+" t taskrunner--narrow-to-line "RAKE " split-string buffer-string " " kill-current-buffer] 6 (#$ . 106)]) #@141 Retrieve the ant tasks for the project in directory DIR. This function returns a list of the form: ("RAKE TASK1" "RAKE TASK2"...) (fn DIR) (defalias 'taskrunner-get-rake-tasks #[257 "\211\301\302\303\304\302!\303\305%\210\306\307\310\"r\211q\210\311\312\"\216\304\302!q\210\313 *\262)\207" [default-directory call-process "rake" nil taskrunner--make-task-buff-name "-AT" generate-new-buffer " *temp*" t make-closure #[0 "\301\300!\205 \302\300!\207" [V0 buffer-name kill-buffer] 2] taskrunner--retrieve-rake-tasks-from-buffer] 7 (#$ . 547)]) (provide 'taskrunner-ruby)