You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've confirmed that after calling set-clipboard-string, the only types on the clipboard are "COMPOUND_TEXT", "STRING", "TEXT", "text/plain", "text/plain;charset=utf-8", and "UTF8_STRING". I don't know what comparison algorithm it's using for comparing formats, but by any reasonable measure, there's no JPEG image here.
The text was updated successfully, but these errors were encountered:
The win32/clipboard.rkt and cocoa/clipboard.rkt implementations of get-data both have an overall (and ...), which makes sense for returning a false value. (I have not tested if they ever actually return #f.) The gtk/clipboard.rkt get-data, in contrast, calls gtk_clipboard_request_contents but doesn't seem to check the result anywhere.
The function get-clipboard-data says:
In practice, on Linux, I can't get it to return
#f
:I've confirmed that after calling
set-clipboard-string
, the only types on the clipboard are "COMPOUND_TEXT", "STRING", "TEXT", "text/plain", "text/plain;charset=utf-8", and "UTF8_STRING". I don't know what comparison algorithm it's using for comparing formats, but by any reasonable measure, there's no JPEG image here.The text was updated successfully, but these errors were encountered: