xparq / .emacs.d

See README in sz*/
0 stars 0 forks source link

Fix clipboard copy from WSL tty to Windows #14

Closed xparq closed 1 year ago

xparq commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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.)