emacs-everywhere
emacs-everywhere copied to clipboard
GNOME's alt+tab doesn't work for 1-2 minutes after emacs-everywhere finishing
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.
Hmm, with a second look, we can directly disable it by:
(setq emacs-everywhere-paste-command nil)
That is weird :confused:, unfortunately I don't have any answers either here.
Maybe I'll investigate this if I have more time at hand.