unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37167: debbugs: Unclear message when updating bug list
@ 2019-08-23 21:58 Stefan Kangas
  2019-08-24  7:07 ` Michael Albinus
  2019-09-05 15:11 ` Michael Albinus
  0 siblings, 2 replies; 7+ messages in thread
From: Stefan Kangas @ 2019-08-23 21:58 UTC (permalink / raw)
  To: 37167

Severity: wishlist

When I type:

M-x debbugs-gnu RET ,minor,wishlist RET

It takes a long time to load on my machine.  The message while waiting
is "Contacting host: debbugs.gnu.org:443", which makes it look like
it's unable to reach the host for a long time.  In reality, somewhere
during the process it reaches the host and starts downloading the bug
list.

1. It would be good if this could instead say something about what it
actually is doing, along the lines of "Getting bug data from host:
debbugs.gnu.org:443".

2. When it's done, the message is still "Contacting host:
debbugs.gnu.org:443".  It would be good if there is instead a message
saying something like "Update complete from host:
debbugs.gnu.org:443".

The exact message doesn't matter much to me, just that it's different
from what is there now.

Thanks,
Stefan Kangas





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#37167: debbugs: Unclear message when updating bug list
  2019-08-23 21:58 bug#37167: debbugs: Unclear message when updating bug list Stefan Kangas
@ 2019-08-24  7:07 ` Michael Albinus
  2019-08-24  7:16   ` Stefan Kangas
  2019-09-05 15:11 ` Michael Albinus
  1 sibling, 1 reply; 7+ messages in thread
From: Michael Albinus @ 2019-08-24  7:07 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 37167

Stefan Kangas <stefan@marxist.se> writes:

Hi Stefan,

> When I type:
>
> M-x debbugs-gnu RET ,minor,wishlist RET

Being curious: why ",minor,wishlist"? Just "minor,wishlist" would do.

> It takes a long time to load on my machine.  The message while waiting
> is "Contacting host: debbugs.gnu.org:443", which makes it look like
> it's unable to reach the host for a long time.  In reality, somewhere
> during the process it reaches the host and starts downloading the bug
> list.

Agreed.

> 1. It would be good if this could instead say something about what it
> actually is doing, along the lines of "Getting bug data from host:
> debbugs.gnu.org:443".

Well, this downloading shall be wrapped by the progress-reporter.

> 2. When it's done, the message is still "Contacting host:
> debbugs.gnu.org:443".  It would be good if there is instead a message
> saying something like "Update complete from host:
> debbugs.gnu.org:443".

This has annoyed me as well since ever. But I was too lazy to fix. I
take this bug report as trigger to do something.

> The exact message doesn't matter much to me, just that it's different
> from what is there now.
>
> Thanks,
> Stefan Kangas

Best regards, Michael.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#37167: debbugs: Unclear message when updating bug list
  2019-08-24  7:07 ` Michael Albinus
@ 2019-08-24  7:16   ` Stefan Kangas
  2019-08-24  7:29     ` Michael Albinus
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Kangas @ 2019-08-24  7:16 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 37167

Michael Albinus <michael.albinus@gmx.de> writes:

> > M-x debbugs-gnu RET ,minor,wishlist RET
>
> Being curious: why ",minor,wishlist"? Just "minor,wishlist" would do.

The default value is "serious,important,normal" so I get the error "No
match" without the comma.  I can't remember configuring anything, so I
think it's like that out of the box?

> This has annoyed me as well since ever. But I was too lazy to fix. I
> take this bug report as trigger to do something.

Thanks a lot.

Best regards,
Stefan Kangas





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#37167: debbugs: Unclear message when updating bug list
  2019-08-24  7:16   ` Stefan Kangas
@ 2019-08-24  7:29     ` Michael Albinus
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Albinus @ 2019-08-24  7:29 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 37167

Stefan Kangas <stefan@marxist.se> writes:

Hi Stefan,

>> > M-x debbugs-gnu RET ,minor,wishlist RET
>>
>> Being curious: why ",minor,wishlist"? Just "minor,wishlist" would do.
>
> The default value is "serious,important,normal" so I get the error "No
> match" without the comma.  I can't remember configuring anything, so I
> think it's like that out of the box?

Simply delete the default value by C-k. Then you can enter whatever you
want, like minor and wishlist.

If you want to get *all* bugs, delete the default value, and don't enter
anything. This is described in the Debbugs User Guide,
(info "(debbugs-ug) Retrieving Bugs")

"If the list is empty, there is no filtering with respect to severities."

> Best regards,
> Stefan Kangas

Best regartds, Michael





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#37167: debbugs: Unclear message when updating bug list
  2019-08-23 21:58 bug#37167: debbugs: Unclear message when updating bug list Stefan Kangas
  2019-08-24  7:07 ` Michael Albinus
@ 2019-09-05 15:11 ` Michael Albinus
  2019-09-13 19:04   ` Stefan Kangas
  1 sibling, 1 reply; 7+ messages in thread
From: Michael Albinus @ 2019-09-05 15:11 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 37167

Stefan Kangas <stefan@marxist.se> writes:

Hi Stefan,

> When I type:
>
> M-x debbugs-gnu RET ,minor,wishlist RET
>
> It takes a long time to load on my machine.  The message while waiting
> is "Contacting host: debbugs.gnu.org:443", which makes it look like
> it's unable to reach the host for a long time.  In reality, somewhere
> during the process it reaches the host and starts downloading the bug
> list.
>
> 1. It would be good if this could instead say something about what it
> actually is doing, along the lines of "Getting bug data from host:
> debbugs.gnu.org:443".

I've added a progress reporter to debbugs, pushed to the elpa git
repository (commit bf5ed71da). You might check, whether it suffices your
needs.

> 2. When it's done, the message is still "Contacting host:
> debbugs.gnu.org:443".  It would be good if there is instead a message
> saying something like "Update complete from host:
> debbugs.gnu.org:443".
>
> The exact message doesn't matter much to me, just that it's different
> from what is there now.

The progress reporter says something. If it doesn't suffice, I could add
further messages.

> Thanks,
> Stefan Kangas

Best regards, Michael.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#37167: debbugs: Unclear message when updating bug list
  2019-09-05 15:11 ` Michael Albinus
@ 2019-09-13 19:04   ` Stefan Kangas
  2019-09-13 20:09     ` Michael Albinus
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Kangas @ 2019-09-13 19:04 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 37167

Michael Albinus <michael.albinus@gmx.de> writes:

> I've added a progress reporter to debbugs, pushed to the elpa git
> repository (commit bf5ed71da). You might check, whether it suffices your
> needs.

I've now tested it, and it looks excellent.  Thank you for implementing it.

If you agree, I think we can now close this bug.

Best regards,
Stefan Kangas





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#37167: debbugs: Unclear message when updating bug list
  2019-09-13 19:04   ` Stefan Kangas
@ 2019-09-13 20:09     ` Michael Albinus
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Albinus @ 2019-09-13 20:09 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 37167-done

Stefan Kangas <stefan@marxist.se> writes:

> Michael Albinus <michael.albinus@gmx.de> writes:
>
>> I've added a progress reporter to debbugs, pushed to the elpa git
>> repository (commit bf5ed71da). You might check, whether it suffices your
>> needs.
>
> I've now tested it, and it looks excellent.  Thank you for implementing it.
>
> If you agree, I think we can now close this bug.

Yes, of course. Closed.

> Best regards,
> Stefan Kangas

Best regards, Michael.





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-09-13 20:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-23 21:58 bug#37167: debbugs: Unclear message when updating bug list Stefan Kangas
2019-08-24  7:07 ` Michael Albinus
2019-08-24  7:16   ` Stefan Kangas
2019-08-24  7:29     ` Michael Albinus
2019-09-05 15:11 ` Michael Albinus
2019-09-13 19:04   ` Stefan Kangas
2019-09-13 20:09     ` Michael Albinus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).