;;; use-proxy-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 "use-proxy" "use-proxy.el" (0 0 0 0)) ;;; Generated autoloads from use-proxy.el (defvar use-proxy-mode nil "\ Non-nil if Use-Proxy mode is enabled. See the `use-proxy-mode' command for a description of this minor mode.") (custom-autoload 'use-proxy-mode "use-proxy" nil) (autoload 'use-proxy-mode "use-proxy" "\ Toggle proxy mode. This is a minor mode. If called interactively, toggle the `Use-Proxy 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 `(default-value 'use-proxy-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. \(fn &optional ARG)" t nil) (autoload 'use-proxy-toggle-proxies-global "use-proxy" "\ Toggle proxies globally by set/unset no_proxy key in `url-proxy-services'." t nil) (autoload 'use-proxy-toggle-proto-proxy "use-proxy" "\ Toggle proxy on/off. You can toggle proxy per protocol, and proxy status will show on mode-line. This function will set/unset `url-proxy-services' to enable/disable proxies. Argument PROTO protocol which you want to enable/disable proxy for. \(fn PROTO)" t nil) (autoload 'use-proxy-toggle-all-proxies "use-proxy" "\ Toggle all proxies on/off." t nil) (autoload 'use-proxy-with-custom-proxies "use-proxy" "\ Use proxies on a group of S-expressions. This function respects `use-proxy--proxy' variables, and provide a local `url-proxy-services' to argument `BODY'. Argument PROTOS protocol list such as '(\"http\" \"https\"). \(fn PROTOS &rest BODY)" nil t) (autoload 'use-proxy-with-specified-proxies "use-proxy" "\ Use proxies on a group of S-expressions. This function doesn't respect custom `use-proxy--proxy' variables. It provides a local `url-proxy-services' to argument `BODY'. Argument PROTOS-ASSOC protocol association list in the form of '((\"http\" . \"localhost:1234\") (\"https\" . \"localhost:2345\")). \(fn PROTOS-ASSOC &rest BODY)" nil t) (register-definition-prefixes "use-proxy" '("use-proxy-")) ;;;*** ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; coding: utf-8 ;; End: ;;; use-proxy-autoloads.el ends here