GNU bug report logs - #59269
Maybe add timestamps to *Async-native-compile-log* by default

Previous Next

Package: emacs;

Reported by: Dan Jacobson <jidanni <at> jidanni.org>

Date: Mon, 14 Nov 2022 23:17:02 UTC

Severity: wishlist

Tags: wontfix

Done: Stefan Kangas <stefankangas <at> gmail.com>

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 59269 in the body.
You can then email your comments to 59269 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#59269; Package emacs. (Mon, 14 Nov 2022 23:17:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dan Jacobson <jidanni <at> jidanni.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 14 Nov 2022 23:17:03 GMT) Full text and rfc822 format available.

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

From: Dan Jacobson <jidanni <at> jidanni.org>
To: bug-gnu-emacs <at> gnu.org
Subject: Maybe add timestamps to *Async-native-compile-log* by default
Date: Sun, 13 Nov 2022 01:00:36 -0600
We notice buffer
 %* *Async-native-compile-log* 96952 Fundamental
$ sort|uniq -c|sort -nr
gives:
    145 Loading debian-ispell...
    145 Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
    145 Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
    145 Loading /etc/emacs/site-start.d/70x-face-el.el (source)...
    145 Loading /etc/emacs/site-start.d/50w3m-el-snapshot.el (source)...
    145 Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
    145 Loading /etc/emacs/site-start.d/50dictem.el (source)...
    145 Loading /etc/emacs/site-start.d/50bbdb3.el (source)...
    145 Loading /etc/emacs/site-start.d/50autoconf.el (source)...
    145 Loading /etc/emacs/site-start.d/00debian.el (source)...
      8 Compilation finished.
      1 Compiling /usr/share/emacs/site-lisp/w3m/w3m.el...
      1 Compiling /usr/share/emacs/site-lisp/w3m/w3m-util.el...
OK, fine. But maybe add timestamps to the buffer by default.
GNU Emacs 28.2




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#59269; Package emacs. (Tue, 15 Nov 2022 04:02:02 GMT) Full text and rfc822 format available.

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

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Dan Jacobson <jidanni <at> jidanni.org>, 59269 <at> debbugs.gnu.org
Subject: Re: bug#59269: Maybe add timestamps to *Async-native-compile-log* by
 default
Date: Mon, 14 Nov 2022 20:01:16 -0800
Dan Jacobson <jidanni <at> jidanni.org> writes:

> We notice buffer
>  %* *Async-native-compile-log* 96952 Fundamental
> $ sort|uniq -c|sort -nr
> gives:
>     145 Loading debian-ispell...
>     145 Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
>     145 Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
>     145 Loading /etc/emacs/site-start.d/70x-face-el.el (source)...
>     145 Loading /etc/emacs/site-start.d/50w3m-el-snapshot.el (source)...
>     145 Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
>     145 Loading /etc/emacs/site-start.d/50dictem.el (source)...
>     145 Loading /etc/emacs/site-start.d/50bbdb3.el (source)...
>     145 Loading /etc/emacs/site-start.d/50autoconf.el (source)...
>     145 Loading /etc/emacs/site-start.d/00debian.el (source)...
>       8 Compilation finished.
>       1 Compiling /usr/share/emacs/site-lisp/w3m/w3m.el...
>       1 Compiling /usr/share/emacs/site-lisp/w3m/w3m-util.el...
> OK, fine. But maybe add timestamps to the buffer by default.
> GNU Emacs 28.2

I don't think I understand what you are saying.

Could you please elaborate on what problem it is that you are seeing, or
what feature you are suggesting?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#59269; Package emacs. (Thu, 17 Nov 2022 11:20:02 GMT) Full text and rfc822 format available.

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

From: Dan Jacobson <jidanni <at> jidanni.org>
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: 59269 <at> debbugs.gnu.org
Subject: Re: bug#59269: Maybe add timestamps to *Async-native-compile-log*
 by default
Date: Thu, 17 Nov 2022 05:19:02 -0600
I'm just saying at first glance it looks like something looping because
there are 145 identical line
>> $ sort|uniq -c|sort -nr
>> 145 Loading debian-ispell...
>> 145 Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...

But OK, each time a process gets handed back the CPU it prints a message
again. Necessary?
If necessary then at least a timestamp could be added to such lines.
If the timestamp turns out to be the same, that means there is some
bigger problem.




Severity set to 'wishlist' from 'normal' Request was from Stefan Kangas <stefankangas <at> gmail.com> to control <at> debbugs.gnu.org. (Thu, 24 Nov 2022 18:28:06 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#59269; Package emacs. (Fri, 25 Nov 2022 00:56:02 GMT) Full text and rfc822 format available.

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

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Dan Jacobson <jidanni <at> jidanni.org>
Cc: 59269 <at> debbugs.gnu.org
Subject: Re: bug#59269: Maybe add timestamps to *Async-native-compile-log* by
 default
Date: Thu, 24 Nov 2022 16:55:00 -0800
tags 59269 + wontfix
close 59269
thanks

Dan Jacobson <jidanni <at> jidanni.org> writes:

> I'm just saying at first glance it looks like something looping because
> there are 145 identical line
>>> $ sort|uniq -c|sort -nr
>>> 145 Loading debian-ispell...
>>> 145 Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
>
> But OK, each time a process gets handed back the CPU it prints a message
> again. Necessary?

Maybe not, but then again that should probably be taken up with the
Debian developers, not us.

> If necessary then at least a timestamp could be added to such lines.
> If the timestamp turns out to be the same, that means there is some
> bigger problem.

Are you suggesting that we should print a timestamp each time we start
and/or finish a compilation?  I don't see that it would be very useful,
myself.  The buffer you are looking at should only contain debugging
information, none of which is time sensitive.

So I don't think this is something that we want to do, and I'm closing
this bug report.




Added tag(s) wontfix. Request was from Stefan Kangas <stefankangas <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 25 Nov 2022 00:56:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 59269 <at> debbugs.gnu.org and Dan Jacobson <jidanni <at> jidanni.org> Request was from Stefan Kangas <stefankangas <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 25 Nov 2022 00:56:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 23 Dec 2022 12:24:20 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 183 days ago.

Previous Next


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