Re: Clipboard functionality across processes

2004-05-12 Thread Jerry Haltom
This would be a deficiency (or so some say) of the X clipboard design. There is no "storage buffer" for clipboard data. A process, when it hits Copy (SetClipboardData) registers that it owns the clipboard. When another program hits paste, only then is the data transfered between the processes. It

Curious Deployment Ponderings

2004-05-10 Thread Jerry Haltom
This could be possible right now, I've just got it floating around in my head and wanted to write it down someplace permanent so I don't forget. Right now there isn't really any concrete methodology for installing Wine is there? By this I mean something similar to how Perl, Python, Java, Mono, and