elisp-bug-hunter icon indicating copy to clipboard operation
elisp-bug-hunter copied to clipboard

Allow users to specify header and footer for code

Open sachac opened this issue 3 years ago • 2 comments

  • bug-hunter.el (bug-hunter-header): New variable. (bug-hunter-footer): New variable. (bug-hunter--print-to-temp): Include bug-hunter-header and bug-hunter-footer.
  • README.org: Document bug-hunter-header and bug-hunter-footer.
  • bug-hunter-test.el: Add tests for bug-hunter-header and bug-hunter-footer.

sachac avatar Jan 14 '23 14:01 sachac

I needed to do some setup and teardown to simplify interactive bisection of my code. This might help with https://github.com/Malabarba/elisp-bug-hunter/issues/27 , too.

sachac avatar Jan 14 '23 14:01 sachac

@sachac Thank you, I have tried and your patch works for straight.el package manager too!

ed9w2in6 avatar May 09 '24 12:05 ed9w2in6