-
Notifications
You must be signed in to change notification settings - Fork 13
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
[BUG]: clipetty--emit: Opening output file: Permission denied, /dev/pts/3 #20
Comments
I think what's happening here is that you have a stale Try starting Emacs like this instead: Since you're not using a multiplexer like Tmux or Screen that intercepts OSC 52 escape sequences, this should just work for you. |
This seems to happen with some regularity. I should handle this condition in the code, and if I can't write to the SSH_TTY for some reason I should write to stdout as a fallback. |
I'm regularly seeing this same issue on Ubuntu with tmux + emacs 26 + clipetty. Happy to provide any diagnostics if those would be of any help.
|
I am seeing this in combination with mosh. I suppose that SSH_TTY gets stale and mosh does not provide the correct value. |
This issue is definitely related to relying on I believe that Clipetty can be reworked to do this rather than messing with |
It happens to me too. Very often, actually. |
What would a fix for this look like? I can put in the time to implement and submit a patch, just need a little guidance. |
This happens when using kitty terminal, specifically - |
Describe the bug
I'm using the newest Doom Emacs with clipetty enabled in a ssh terminal. The client is ITerm2 on Mac and the target ssh machine is a linux docker. And I use
dtach
for nohup.When performing delete/copy, I got
clipetty--emit: Opening output file: Permission denied, /dev/pts/3
.To Reproduce
Steps to reproduce the behavior:
dtach -A /tmp/emacs emacs
.Expected behavior
no error report.
** System Info (please complete the following information):**
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: