On Tue, 2 Jul 2002, Glynn Clements wrote:
Stephen J. Turnbull wrote:
> Note that you probably don't want to set
> `interprogram-paste-function' to nil.
Yes you do.
Otherwise, C-y will always paste from the clipboard rather than the
kill-ring, and will signal an error if there is nothing on the
clipboard.
Either both variables should be at their default settings, or both
should be set to nil.
Also, I'm wondering if eXceed is running a clipboard manager. That
will make "cut" operations significantly more expensive, as the data
will be automatically "pasted" on every cut.
Yes, it would be, unless the user had configured it away from the
default mode of operation[1].
Every X server that runs under Win32 I ever met, Exceed included,
defaulted to a "shared clipboard" model. This means that when you stick
something in the X clipboard, it's in the Win32 clipboard, and
vice-versa.
The only sane way to do this, of course, would be to run a clipboard
manager at the server side[2] and copy the content from the client every
time...
Daniel
Footnotes:
[1] ...or the users version behaves differently from the last version
that I used, around a year ago now.
[2] As part of your server process, effectively, at least for X-Win32.
--
Be an explorer...read, surf the internet, visit customers, enjoy arts, watch
children play...do anything to prevent yourself from becoming a prisoner of
your knowledge, experience, and current view of the world.
-- Will Rogers