Closed lastquestion closed 4 years ago
Don't use backtrace but mapbacktrace and generate the lines ourselves so we can skip over the giant closures inside explain-pause-mode itself.
backtrace
mapbacktrace
explain-pause-mode
ref: https://github.com/lastquestion/explain-pause-mode/blob/master/explain-pause-mode.el#L2405
Don't use
backtrace
butmapbacktrace
and generate the lines ourselves so we can skip over the giant closures insideexplain-pause-mode
itself.ref: https://github.com/lastquestion/explain-pause-mode/blob/master/explain-pause-mode.el#L2405