Variable: url-show-status

url-show-status is a customizable variable defined in url-vars.el.gz.

Value

t

Documentation

Whether to show a running total of bytes transferred.

Can cause a large hit if using a remote X display over a slow link, or a terminal with a slow modem.

Source Code

;; Defined in /usr/src/emacs/lisp/url/url-vars.el.gz
(defcustom url-show-status t
  "Whether to show a running total of bytes transferred.
Can cause a large hit if using a remote X display over a slow link, or
a terminal with a slow modem."
  :type 'boolean
  :group 'url)