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: NOT append to tty #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shka
Copy link

@shka shka commented May 21, 2020

Issue: #20

I noticed that append to tty causes the "Permission denied" as below - It occurred in Termux (not tmux), and the same issue occurred in emacs 26.3 on Termux. Therefore, I changed a parameter in write-region function at the clipetty--emit. I hope that this PR solves your issues also!

$ echo test > `tty`
test
$ echo test >> `tty`
Permission denied

This PR will close #20 .

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

Successfully merging this pull request may close these issues.

[BUG]: clipetty--emit: Opening output file: Permission denied, /dev/pts/3
1 participant