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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 8785 in the body.
You can then email your comments to 8785 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#8785
; Package
emacs
.
(Thu, 02 Jun 2011 11:11:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Katsumi Yamaoka <yamaoka <at> jpl.org>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Thu, 02 Jun 2011 11:11:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
When I send a big mail using smtpmail, I get:
Sending email
Sending email12%
Sending email85%
Sending email87%
Sending email90%
Sending email92%
Sending email95%
Sending email97%
Sending emaildone
SPC is needed between text and percentage, I think. Is what
should be fixed `progress-reporter-do-update', or should every
program that uses `make-progress-reporter' add SPC to the first
argument?
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#8785
; Package
emacs
.
(Thu, 02 Jun 2011 12:39:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 8785 <at> debbugs.gnu.org (full text, mbox):
> When I send a big mail using smtpmail, I get:
> Sending email
> Sending email12%
> Sending email85%
> Sending email87%
> Sending email90%
> Sending email92%
> Sending email95%
> Sending email97%
> Sending emaildone
> SPC is needed between text and percentage, I think. Is what
Actually it's a " ... " that's missing.
> 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.
Stefan
Reply sent
to
Stefan Monnier <monnier <at> iro.umontreal.ca>
:
You have taken responsibility.
(Thu, 02 Jun 2011 14:35:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Katsumi Yamaoka <yamaoka <at> jpl.org>
:
bug acknowledged by developer.
(Thu, 02 Jun 2011 14:35:01 GMT)
Full text and
rfc822 format available.
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 01 Jul 2011 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 years and 351 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.