GNU bug report logs - #77167
31.0.50; Add method to update the max-value for progress-reporter

Previous Next

Package: emacs;

Reported by: lorniu <lorniu <at> gmail.com>

Date: Sat, 22 Mar 2025 07:59:03 UTC

Severity: wishlist

Tags: confirmed

Found in version 31.0.50

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: lorniu <lorniu <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 31.0.50; Add method to update the max-value for progress-reporter
Date: Sat, 22 Mar 2025 10:50:24 +0800
Progress report is good for showing the progress. But the max-value is
determined when creating the reporter object. However, in some cases,
max-value is not sure at the very beginning.

For example, sometimes, when downloading over the network, the max-value
is not determined until the first data is returned. In this case, initialize
max-value of the progress object after it created maybe a choice.

Is it possible to add such function to do this?

  (setq reporter (make-progress-reporter "Downloading..."))
  (setf (progress-reporter-max-value reporter) 3300) ; something like this
  (dotimes (i 10) (progress-reporter-update reporter (* 33 i)))

Many thanks!




This bug report was last modified 88 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.