GNU bug report logs -
#24861
[PATCH] Fix annoying "Parsing...done" message in c++-mode
Previous Next
Reported by: Hong Xu <hong <at> topbug.net>
Date: Wed, 2 Nov 2016 18:46:01 UTC
Severity: wishlist
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #35 received at 24861 <at> debbugs.gnu.org (full text, mbox):
> From: Hong Xu <hong <at> topbug.net>
> Cc: 24861 <at> debbugs.gnu.org
> Date: Tue, 15 Nov 2016 16:03:19 -0800
>
> Can you still consider this patch?
I'm okay with accepting this for the master branch, but the patch
needs some more work to fix the following issues:
. The first line of each doc string should be a complete sentence.
. The doc string of cpp-progress-message should mention
cpp-message-min-time-interval.
. The defcustom you are adding should have a :version tag.
. The calculation in cpp-progress-message should be fixed to
calculate the time difference between the current time and the time
of the previous progress message, and compare that with the value
of cpp-message-min-time-interval. The old code just looked at the
2nd member of the list returned by current-time, but that is no
longer TRT when you need to compare the time difference, because
that member can go back to zero. You need to use time-subtract.
. Last, but not least: please include ChangeLog-style commit log
message for the changes.
Thanks.
This bug report was last modified 8 years and 176 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.