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
In emacs, M-| runs the command shell-command-on-region
M-| runs the command shell-command-on-region
Well if that command is wl-cppy, everything gets stuck.
I even tried wrappers like
(set -eux cd /tmp t=/tmp/_my_wl-copy_m_$$ cat > oo <<EOF set -eux cat > $t ls -l $t sleep 11 cd /tmp; (cat $t | nohup wl-copy -f) & echo Done. EOF sh /tmp/oo )&
Apparently wl-copy needs a real terminal around to function.
I wonder if wl-copy would work from a cronjob or atjob.
The text was updated successfully, but these errors were encountered:
Workaround: https://emacs.stackexchange.com/questions/82431/why-does-wl-copy-get-stuck-in-emacs#comment138781_82431 .
Sorry, something went wrong.
No branches or pull requests
In emacs,
M-| runs the command shell-command-on-region
Well if that command is wl-cppy, everything gets stuck.
I even tried wrappers like
Apparently wl-copy needs a real terminal around to function.
I wonder if wl-copy would work from a cronjob or atjob.
The text was updated successfully, but these errors were encountered: