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

GNOME's alt+tab doesn't work for 1-2 minutes after emacs-everywhere finishing

Open whatacold opened this issue 1 year ago • 3 comments
trafficstars

I'm using emacs-everywhere on GNOME on X11, and I noticed that GNOME's alt+tab doesn't work for a period, like 1-2 minutes.

Haven't figure out what's the problem, but it can be worked around by defining a dummy paste command: (setq emacs-everywhere-paste-command (list "echo" "hello"))

The cost is that we need to press ctrl+v manually afterwards.

whatacold avatar Apr 11 '24 16:04 whatacold

Hmm, with a second look, we can directly disable it by: (setq emacs-everywhere-paste-command nil)

whatacold avatar Apr 11 '24 16:04 whatacold

That is weird :confused:, unfortunately I don't have any answers either here.

tecosaur avatar Apr 11 '24 16:04 tecosaur

Maybe I'll investigate this if I have more time at hand.

whatacold avatar Apr 11 '24 16:04 whatacold