Comment by skydhash
13 hours ago
If you're in emacs, you can use `bug-reference-mode`
https://www.gnu.org/software//emacs/manual/html_node/emacs/B...
As for the python backtrace, what you need is to set `compilation-error-regexp-alist` and use `compilation-minor-mode`.
https://www.gnu.org/software//emacs/manual/html_node/emacs/C...
Wow, thank you, that’ll work perfectly! Of course bug reference mode is built-in, I had no clue (I need to stop being surprised by emacs’ built-in functionalities)