← Back to context

Comment by scoops_

21 hours ago

Regarding the jira link example, are you using hyperbole buttons for this, or some other way? I’d like to do it without using hyperbole, it’s a nice package and all but the ‘buttons’ are the only (of the many) feature(s) I would use from it

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)