Skip to content
New issue

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

failed to paste unicode text from the system clipboard #580

Closed
TheBB opened this issue Sep 28, 2015 · 2 comments
Closed

failed to paste unicode text from the system clipboard #580

TheBB opened this issue Sep 28, 2015 · 2 comments

Comments

@TheBB
Copy link
Member

TheBB commented Sep 28, 2015

Originally reported by: Anonymous


Versions: Emacs 24.4.1 (x86_64-pc-linux-gnu), Evil 1.2.3. X mode

Example:

  • run make emacs
  • copy from browser "fällen"
  • press i C-r +

the following text will be pasted f\344llen.
If you use M-x clipboard-yank, everything works as expected.


@TheBB
Copy link
Member Author

TheBB commented Sep 28, 2015

Original comment by Frank Fischer (Bitbucket: lyro, GitHub: lyro):


Use x-selection-value-internal for accessing x selection (fix #580)

This function selects an encoding according to the variable
x-select-request-type. Does this change work on non-X systems, too?

@TheBB
Copy link
Member Author

TheBB commented Oct 5, 2015

Original comment by Frank Fischer (Bitbucket: lyro, GitHub: lyro):


Use x-get-selection for accessing selection with conversion (re #580)

Hopefully, this code is platform independent.

@TheBB TheBB closed this as completed Jan 19, 2017
TheBB pushed a commit that referenced this issue Dec 11, 2019
This function selects an encoding according to the variable
`x-select-request-type`. Does this change work on non-X systems, too?
TheBB pushed a commit that referenced this issue Dec 11, 2019
Hopefully, this code is platform independent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant