[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: Copying URLs to X-clipboard [PATCH]



In [emacs-w3m:12813]
On Sun, 19 Nov 2017 18:50:16 -0500, Boruch Baum wrote:
> I don't know whether this is or has been a problem using the X-enabled
> version of emacs, but I can say that when using emacs-nox in a GUI
> environment it is desirable for me to be able to copy urls to the
> X-clipboard, and emacs-w3m hasn't been doing it.

In my case a text killed in Emacs is put on Xclipboad.  I can
see it by `xsel -o'.  Probably it is due to my setup:

(setq select-enable-primary t)

As for Emacs 24 or older, use `x-select-enable-primary' instead.