Closed bommbo closed 1 year ago
Hi, it would be great if you could provide more information about your setup:
emacs -Q
and only add kkpAdditionally you can run "C-h l" (view-lossage) after this window opens and provide the output of the buffer that opens. This way it's easier for me to debug and reproduce the issue.
GNU Emacs 29.0.60 kitty 0.27.1
(add-to-list 'load-path "xx/kkp-20230301.2147/") (add-to-list 'load-path "xx/compat-29.1.3.4/") (require 'kkp) (global-kkp-mode 1)
ESC [ ? 0 u ESC [ > 1 ; 4 0 0 0 ; 2 7 c ESC [ ? ;; describe-prefix-bindings 0 ;; self-insert-command u ;; self-insert-command ESC [ 1 0 4 ; 5 u l ;; view-lossage
Thanks for the info, I'll look into it!
I could reproduce it, at startup global-kkp-mode
ran too early before tty initialization and interfered with xterm setup.
Fixed by d587e3f8f2ee97cbcd76f8158aa13397d9d89d5f.
Thanks for reporting the issue! Feel free to open again if this fix does not work for you.
Hi, I found that if I click any keys during emacs initialization, this page would still show up and kkp would fail to work...