Skip to content

Fix: NOT append to tty#22

Open
shka wants to merge 1 commit intospudlyo:masterfrom
shka:hotfix/spudlyo/clipetty#20
Open

Fix: NOT append to tty#22
shka wants to merge 1 commit intospudlyo:masterfrom
shka:hotfix/spudlyo/clipetty#20

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