Variable: dictionary-proxy-server

dictionary-proxy-server is a customizable variable defined in dictionary.el.gz.

Value

"proxy"

Documentation

The name of the HTTP proxy to use when dictionary-use-http-proxy is set.

This variable was added, or its default value changed, in Emacs 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/dictionary.el.gz
(defcustom dictionary-proxy-server
  "proxy"
  "The name of the HTTP proxy to use when `dictionary-use-http-proxy' is set."
  :group 'dictionary-proxy
  :set #'dictionary-set-server-var
  :type 'string
  :version "28.1")