1

Is it possible to subscribe to an individual bug on https://debbugs.gnu.org/?

By subscribe, I mean that ideally one would receive all the e-mails sent to that bug report, but something like an RSS or Atom feed would also be useful.

I'm aware that one can subscribe to bug-gnu-emacs, and filter client-side (e.g. for something like "to [email protected]" or "cc [email protected]"), but that doesn't seem ideal.

Googling, I've found this bug report:

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=5439

which suggests that per-bug subscribing is not possible, but perhaps something might have changed since 2010.

aplaice
  • 2,176
  • 18
  • 24

1 Answers1

1

Every bug has a webpage, so if there is no other way then you can use a change notification service which sends you a mail when the page changes.

Or if you know elisp then you could even write a simple emacs script which runs a timer in the background fetching the page reglularly and notifies you if the content changes.

Tom
  • 1,260
  • 8
  • 16