rolandwalker / simpleclip

Simplified access to the system clipboard in Emacs.
174 stars 16 forks source link

Not working in Emacs 25.1 #5

Closed jiegec closed 7 years ago

jiegec commented 8 years ago

Using Mac OS X. Complains when installing: Warning(bytecomp): 'x-select-enable-clipboard' is an obsolete variable (as of 25.1); use 'select-enable-clipboard' instead. Using emacs git version under tmux using reattach-to-user-namespace. meta-c and simpleclip-copy do not work. Using pbcopy is ok. After reading the code, https://github.com/rolandwalker/simpleclip/blob/master/simpleclip.el#L359. I have tried invoking x-set-selection in scratch buffer and eval, but nothing happened.

jiegec commented 8 years ago

But in the NEWS in Emacs 25, it says x-select-enable-clipboard now apply to all systems.

rolandwalker commented 8 years ago

Hi! Thanks! I don't have the latest pretest at the moment but will fix this as soon as I do.

igrishaev commented 7 years ago

I'm having the same troubles too, are there any updates?

jiegec commented 7 years ago

It's now working in my computer now. May require reattach-to-usernamespace under tmux.