explain-pause-mode icon indicating copy to clipboard operation
explain-pause-mode copied to clipboard

Bug report requested

Open apc opened this issue 2 years ago • 0 comments

Emacs froze while I was navigating the minibuffer and I was left with this:

Explain-pause-mode: please report this bug by creating a Github
issue at https://github.com/lastquestion/explain-pause-mode. Explain-pause-mode
is now _disabled_ so you can continue to hopefully use Emacs. Info follows:

explain-pause version: 0.1
emacs version: 28.0.90

call interactively frame does not match
command-frame
#s(explain-pause-command-record embark-prefix-help-command nil #s(explain-pause-command-record root-emacs nil nil 206442 (25063 2664 311222 0) nil nil nil nil 0) 0 (25063 2664 311241 0) nil nil nil nil 1)
should be equal
#s(explain-pause-command-record vertico--exhibit nil #s(explain-pause-command-record post-command-hook nil #s(explain-pause-command-record root-emacs nil nil 206442 (25063 2664 311222 0) nil nil nil nil 0) 0 nil nil nil nil nil 1) 15442 (25063 2691 929030 0) nil t t nil 2)

Backtrace:
  explain-pause-report-measuring-bug("call interactively frame does not match" "command-frame" #s(explain-pause-command-record :command embark-prefix-help-command :native nil :parent #s(explain-pause-command-record :command root-emacs :native nil :parent nil :executing-time 206442 :entry-snap (25063 2664 311222 0) :too-slow nil :is-profiled nil :under-profile nil :profile nil :depth 0) :executing-time 0 :entry-snap (25063 2664 311241 0) :too-slow nil :is-profiled nil :under-profile nil :profile nil :depth 1) "should be equal" #s(explain-pause-command-record :command vertico--exhibit :native nil :parent #s(explain-pause-command-record :command post-command-hook :native nil :parent #s(explain-pause-command-record :command root-emacs :native nil :parent nil :executing-time 206442 :entry-snap (25063 2664 311222 0) :too-slow nil :is-profiled nil :under-profile nil :profile nil :depth 0) :executing-time 0 :entry-snap nil :too-slow nil :is-profiled nil :under-profile nil :profile nil :depth 1) :executing-time 15442 :entry-snap (25063 2691 929030 0) :too-slow nil :is-profiled t :under-profile t :profile nil :depth 2))
  #f(compiled-function () #<bytecode 0x1b3e2e9b1818375a>)()
  explain-pause--wrap-call-interactively(#<subr call-interactively> embark-prefix-help-command nil nil)
  apply(explain-pause--wrap-call-interactively #<subr call-interactively> (embark-prefix-help-command nil nil))
  call-interactively(embark-prefix-help-command nil nil)
  command-execute(embark-prefix-help-command)

apc avatar Jan 18 '22 18:01 apc