emacs-keypression icon indicating copy to clipboard operation
emacs-keypression copied to clipboard

Unexpected position for the first key typing

Open takaxp opened this issue 5 years ago • 2 comments

When providing keycaster-x-offset to (+ 576 10) which means actually (+ (frame-pixel-width) 10) for my env, the first key type is shown at the unexpected position. I'm using macOS (NS 27.0.60, EMP 26.3), is it same for Windows?

(when t
  (load "~/.emacs.d/27.0.60/el-get/emacs-keycaster/keycaster.el")
  ;; (custom-set-variables
  ;;  '(keycaster-x-offset (+ (frame-pixel-width) 10)))
  (custom-set-variables
   '(keycaster-x-offset (+ 576 10))) ;; NG
  ;; (custom-set-variables
  ;;  '(keycaster-x-offset (+ 476 10))) ;; OK
  (keycaster-mode))

a

takaxp avatar Jan 09 '20 08:01 takaxp

It did not happen on Windows… Is the wrong display just the first keystroke?

chuntaro avatar Jan 09 '20 09:01 chuntaro

Yes. The first keystroke only. Maybe it happens only for me, so I'll investigate this further.

takaxp avatar Jan 09 '20 09:01 takaxp