simpleclip
simpleclip copied to clipboard
Simplified access to the system clipboard in Emacs.
Bug when pasting diacritics. Simpleclip does not seem to be needed anymore on emacs 27. Am I right?
On Ubuntu 20.10, I find it necessary to ```bash sudo apt install xsel ``` in order to get paste support to work. Without `xsel`, only copy works. Can anyone else...
`(x-get-selection 'CLIPBOARD)` return `nil` same issue happened on Debian Linux and Cygwin
I'm trying to use https://github.com/railwaycat/emacs-mac-port/ on OS X, but for some reason the keybindings don't work. I've filed an issue here https://github.com/railwaycat/emacs-mac-port/issues/57 but maybe you have some insight as to...