hackerb9
hackerb9
I have recently fixed many issues and added an X error handler that should catch Bad Window. I also added a bunch more debugging, so, if nothing else, we'll be...
If the copy is working within XQuartz but not being sent outside of it to MacOS, then the problem is likely with an XQuartz setting. Look in the menus and...
@alexaandru Did you ever get this figured out?
It may make sense to use the PropertyNotify events to move the state machine in xcin() forward instead of ignoring them. Currently, only PropertyNotify events with evt.state == PropertyDelete are...
I've merged in @hwangcc23 's fix for this issue which makes the error message more explicit about what the problem is. However, if the "solution" people want is to set...
Alternately, we could add an option to make even error messages not be printed out and then ask the `neovim` project (or whoever it is that is calling xclip) to...
> I'm not sure how this is relevant, but i've been stumped by a similar issue when using xclip inside Emacs' eshell shell interpreter. @polezaivsani Your issue is relevant in...
Certain programs send many more paste requests than they should. For example, middle-click pasting into this very message using Mozilla Firefox triggered 21 paste requests, the first sixteen of which...
Your example of --inspect is interesting, but misses one of the aspects of X selections: not only are there three different places to cut and paste to, but each of...
The mime-types are announced by the program that holds the selection. That program can name the targets any arbitrary string, but MIME is standard. I think some of your example...