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

error when use emacs from snap

Open SteamedFish opened this issue 3 years ago • 0 comments

OS Information:

LSB Version:	core-11.1.0ubuntu2-noarch:printing-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.3 LTS
Release:	20.04
Codename:	focal

Emacs Information: Installed by snap install --classic emacs running with terminal mode via ssh, using iTerm2

Explan-pause-mode Information: Installed via straight.el

(prog1 'explain-pause-mode
  (unless
      (fboundp 'explain-pause-mode)
    (autoload #'explain-pause-mode "explain-pause-mode" nil t))
  (straight-use-package 'explain-pause-mode)
  (explain-pause-mode 1)
  (with-eval-after-load 'explain-pause-mode
    (blackout 'explain-pause-mode nil)))

Error Information:

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: 27.2

not top level in wrap-native for #<subr read-event>
current
#s(explain-pause-command-record root-emacs nil nil 43979 (24862 9333 11809 391000) nil nil nil nil 0)

Backtrace:
  explain-pause-report-measuring-bug("not top level in wrap-native for #<subr read-event..." "current" #s(explain-pause-command-re\
cord :command root-emacs :native nil :parent nil :executing-time 43979 :entry-snap (24862 9333 11809 391000) :too-slow nil :is-pro\
filed nil :under-profile nil :profile nil :depth 0))
  explain-pause--wrap-native(#<subr read-event> nil t 0.01)
  apply(explain-pause--wrap-native #<subr read-event> (nil t 0.01))
  read-event(nil t 0.01)
  sit-for(0.01)
  evil-esc((keymap (91 keymap (53 keymap (126 . [prior]) (59 keymap (50 keymap (126 . [S-prior])))) (54 keymap (126 . [next]) (59 \
keymap (50 keymap (126 . [S-next])))) (49 keymap (59 keymap (52 keymap (82 . [f63]) (81 . [f62]) (80 . [f61])) (51 keymap (83 . [f\
52]) (82 . [f51]) (81 . [f50]) (80 . [f49])) (54 keymap (83 . [f40]) (82 . [f39]) (81 . [f38]) (80 . [f37])) (53 keymap (83 . [f28\
]) (82 . [f27]) (81 . [f26]) (80 . [f25])) (50 keymap (83 . [f16]) (82 . [f15]) (81 . [f14]) (80 . [f13]) (67 . [S-right]) (68 . [\
S-left]) (72 . [S-home]) (70 . [S-end]))) (57 keymap (59 keymap (51 keymap (126 . ...)) (54 keymap (126 . ...)) (53 keymap (126 . \
...)) (50 keymap (126 . ...))) (126 . [f8])) (56 keymap (59 keymap (51 keymap (126 . ...)) (54 keymap (126 . ...)) (53 keymap (126\
 . ...)) (50 keymap (126 . ...))) (126 . [f7])) (55 keymap (59 keymap (51 keymap (126 . ...)) (54 keymap (126 . ...)) (53 keymap (\
126 . ...)) (50 keymap (126 . ...))) (126 . [f6])) (53 keymap (59 keymap (51 keymap (126 . ...)) (54 keymap (126 . ...)) (53 keyma\
p (126 . ...)) (50 keymap (126 . ...))) (126 . [f5]))) (90 . [backtab]) (51 keymap (59 keymap (50 keymap (126 . [S-delete]))) (126\
 . [deletechar])) (50 keymap (52 keymap (59 keymap (51 keymap (126 . ...)) (54 keymap (126 . ...)) (53 keymap (126 . ...)) (50 key\
map (126 . ...))) (126 . [f12])) (51 keymap (59 keymap (51 keymap (126 . ...)) (54 keymap (126 . ...)) (53 keymap (126 . ...)) (50\
 keymap (126 . ...))) (126 . [f11])) (49 keymap (59 keymap (51 keymap (126 . ...)) (54 keymap (126 . ...)) (53 keymap (126 . ...))\
 (50 keymap (126 . ...))) (126 . [f10])) (59 keymap (50 keymap (126 . [S-insert]))) (48 keymap (59 keymap (51 keymap (126 . ...)) \
(54 keymap (126 . ...)) (53 keymap (126 . ...)) (50 keymap (126 . ...))) (126 . [f9])) (126 . [insertchar]))) (79 keymap (83 . [f4\
]) (82 . [f3]) (81 . [f2]) (80 . [f1]) (69 . [kp-5]) (77 . [kp-enter]) (70 . [end]) (66 . [down]) (67 . [right]) (65 . [up]) (68 .\
 [left]) (72 . [home]))))

SteamedFish avatar Aug 19 '21 09:08 SteamedFish