We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally reported by: Anonymous
Versions: Emacs 24.4.1 (x86_64-pc-linux-gnu), Evil 1.2.3. X mode
Example:
the following text will be pasted f\344llen. If you use M-x clipboard-yank, everything works as expected.
The text was updated successfully, but these errors were encountered:
Original comment by Frank Fischer (Bitbucket: lyro, GitHub: lyro):
Use x-selection-value-internal for accessing x selection (fix #580)
x-selection-value-internal
This function selects an encoding according to the variable x-select-request-type. Does this change work on non-X systems, too?
x-select-request-type
Sorry, something went wrong.
Use x-get-selection for accessing selection with conversion (re #580)
x-get-selection
Hopefully, this code is platform independent.
f4bf96e
This function selects an encoding according to the variable `x-select-request-type`. Does this change work on non-X systems, too?
3841842
No branches or pull requests
Originally reported by: Anonymous
Versions: Emacs 24.4.1 (x86_64-pc-linux-gnu), Evil 1.2.3. X mode
Example:
the following text will be pasted f\344llen.
If you use M-x clipboard-yank, everything works as expected.
The text was updated successfully, but these errors were encountered: