From 3f4a0d5370ae6c34afe180df96add3b8522f4af1 Mon Sep 17 00:00:00 2001 From: mattkae Date: Wed, 11 May 2022 09:23:58 -0400 Subject: initial commit --- .../skewer-mode-autoloads.el | 160 +++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 elpa/skewer-mode-20200304.1142/skewer-mode-autoloads.el (limited to 'elpa/skewer-mode-20200304.1142/skewer-mode-autoloads.el') diff --git a/elpa/skewer-mode-20200304.1142/skewer-mode-autoloads.el b/elpa/skewer-mode-20200304.1142/skewer-mode-autoloads.el new file mode 100644 index 0000000..f09afb8 --- /dev/null +++ b/elpa/skewer-mode-20200304.1142/skewer-mode-autoloads.el @@ -0,0 +1,160 @@ +;;; skewer-mode-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- +;; +;;; Code: + +(add-to-list 'load-path (directory-file-name + (or (file-name-directory #$) (car load-path)))) + + +;;;### (autoloads nil "cache-table" "cache-table.el" (0 0 0 0)) +;;; Generated autoloads from cache-table.el + +(register-definition-prefixes "cache-table" '("cache-table-")) + +;;;*** + +;;;### (autoloads nil "skewer-bower" "skewer-bower.el" (0 0 0 0)) +;;; Generated autoloads from skewer-bower.el + +(autoload 'skewer-bower-refresh "skewer-bower" "\ +Update the package listing and packages synchronously." t nil) + +(autoload 'skewer-bower-load "skewer-bower" "\ +Dynamically load a library from bower into the current page. + +\(fn PACKAGE &optional VERSION)" t nil) + +(register-definition-prefixes "skewer-bower" '("skewer")) + +;;;*** + +;;;### (autoloads nil "skewer-css" "skewer-css.el" (0 0 0 0)) +;;; Generated autoloads from skewer-css.el + +(autoload 'skewer-css-mode "skewer-css" "\ +Minor mode for interactively loading new CSS rules. + +This is a minor mode. If called interactively, toggle the +`skewer-css mode' mode. If the prefix argument is positive, +enable the mode, and if it is zero or negative, disable the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable +the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `skewer-css-mode'. + +The mode's hook is called both when the mode is enabled and when +it is disabled. + +\(fn &optional ARG)" t nil) + +(register-definition-prefixes "skewer-css" '("skewer-css")) + +;;;*** + +;;;### (autoloads nil "skewer-html" "skewer-html.el" (0 0 0 0)) +;;; Generated autoloads from skewer-html.el + +(autoload 'skewer-html-mode "skewer-html" "\ +Minor mode for interactively loading new HTML. + +This is a minor mode. If called interactively, toggle the +`skewer-html mode' mode. If the prefix argument is positive, +enable the mode, and if it is zero or negative, disable the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable +the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `skewer-html-mode'. + +The mode's hook is called both when the mode is enabled and when +it is disabled. + +\(fn &optional ARG)" t nil) + +(register-definition-prefixes "skewer-html" '("skewer-html-")) + +;;;*** + +;;;### (autoloads nil "skewer-mode" "skewer-mode.el" (0 0 0 0)) +;;; Generated autoloads from skewer-mode.el + +(autoload 'list-skewer-clients "skewer-mode" "\ +List the attached browsers in a buffer." t nil) + +(autoload 'skewer-mode "skewer-mode" "\ +Minor mode for interacting with a browser. + +This is a minor mode. If called interactively, toggle the +`skewer mode' mode. If the prefix argument is positive, enable +the mode, and if it is zero or negative, disable the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable +the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `skewer-mode'. + +The mode's hook is called both when the mode is enabled and when +it is disabled. + +\(fn &optional ARG)" t nil) + +(autoload 'run-skewer "skewer-mode" "\ +Attach a browser to Emacs for a skewer JavaScript REPL. Uses +`browse-url' to launch a browser. + +With a prefix arugment (C-u), it will ask the filename of the +root document. With two prefix arguments (C-u C-u), it will use +the contents of the current buffer as the root document. + +\(fn &optional ARG)" t nil) + +(autoload 'skewer-run-phantomjs "skewer-mode" "\ +Connect an inferior PhantomJS process to Skewer, returning the process." t nil) + +(register-definition-prefixes "skewer-mode" '("httpd/skewer/" "phantomjs-program-name" "skewer")) + +;;;*** + +;;;### (autoloads nil "skewer-repl" "skewer-repl.el" (0 0 0 0)) +;;; Generated autoloads from skewer-repl.el + +(autoload 'skewer-repl--response-hook "skewer-repl" "\ +Catches all browser messages logging some to the REPL. + +\(fn RESPONSE)" nil nil) + +(autoload 'skewer-repl "skewer-repl" "\ +Start a JavaScript REPL to be evaluated in the visiting browser." t nil) + +(eval-after-load 'skewer-mode '(progn (add-hook 'skewer-response-hook #'skewer-repl--response-hook) (add-hook 'skewer-repl-mode-hook #'skewer-repl-mode-compilation-shell-hook) (define-key skewer-mode-map (kbd "C-c C-z") #'skewer-repl))) + +(register-definition-prefixes "skewer-repl" '("company-skewer-repl" "skewer-")) + +;;;*** + +;;;### (autoloads nil "skewer-setup" "skewer-setup.el" (0 0 0 0)) +;;; Generated autoloads from skewer-setup.el + +(autoload 'skewer-setup "skewer-setup" "\ +Fully integrate Skewer into js2-mode, css-mode, and html-mode buffers." nil nil) + +;;;*** + +;;;### (autoloads nil nil ("skewer-mode-pkg.el") (0 0 0 0)) + +;;;*** + +;; Local Variables: +;; version-control: never +;; no-byte-compile: t +;; no-update-autoloads: t +;; coding: utf-8 +;; End: +;;; skewer-mode-autoloads.el ends here -- cgit v1.2.1