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

Fix clipboard copy from WSL tty to Windows #14

Closed
xparq opened this issue Aug 26, 2023 · 2 comments
Closed

Fix clipboard copy from WSL tty to Windows #14

xparq opened this issue Aug 26, 2023 · 2 comments

Comments

@xparq
Copy link
Owner

xparq commented Aug 26, 2023

https://www.reddit.com/r/emacs/comments/ntt0v4/copy_from_emacs_in_wsl_to_windows_applicaitons/
-> https://github.com/spudlyo/clipetty/

Works with the Windows Terminal, too.


But I'm having a weird bug in the init code, so it's not available from conemacs for some reason. :-/

Cannot open load file: no such file or directory, clipetty

WTF?! :-o Works with emacs -nw

@xparq
Copy link
Owner Author

xparq commented Aug 26, 2023

clipetty couldn't be loaded from conemacs, which runs with -q, because package-initialize was not called for some reason, despite (sporadic) hints online to the contrary!...

But then again..., package-init is only called from init-addons, which then loads all the heavy crap, too!

See:

@xparq
Copy link
Owner Author

xparq commented Aug 26, 2023

Actually, I just made it a fake built-in, like sr-Speedbar, loaded directly from load/ext on startup, without the heavy package infrastructure! (And then deleted the clipetty package from the pkg repo.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant