GNU bug report logs -
#8785
24.0.50; progress-reporter shows percentage with no space
Previous Next
Reported by: Katsumi Yamaoka <yamaoka <at> jpl.org>
Date: Thu, 2 Jun 2011 11:11:01 UTC
Severity: normal
Found in version 24.0.50
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
Message #13 received at 8785-done <at> debbugs.gnu.org (full text, mbox):
>> should be fixed `progress-reporter-do-update', or should every
>> program that uses `make-progress-reporter' add SPC to the first
>> argument?
> I'd tend to say "better fix it in make-progress-reporter", but it might
> be too late to change it.
I felt optimistic, so I'm going to install the patch below (as soon as
bzr.sv.gnu.org comes back to life),
Stefan
=== modified file 'lisp/subr.el'
--- lisp/subr.el 2011-06-01 14:19:45 +0000
+++ lisp/subr.el 2011-06-02 14:31:56 +0000
@@ -3702,6 +3702,8 @@
`float-time' is not present, time is not tracked at all. If the
OS is not capable of measuring fractions of seconds, this
parameter is effectively rounded up."
+ (when (string-match "[[:alnum:]]\\'" message)
+ (setq message (concat message "...")))
(unless min-time
(setq min-time 0.2))
(let ((reporter
This bug report was last modified 13 years and 352 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.