-
Notifications
You must be signed in to change notification settings - Fork 42
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
emacs: Could not open file: /dev/tty #27
Comments
|
@Umucorn Were you able to solve your issue? |
Hi, I solved this problem by following the instructions for WSL2. I was using WSL2. |
But now, If I issue the command Not when I run this: alias eme='
export DISPLAY_NUMBER="0.0"
export DISPLAY=$(grep -m 1 nameserver /etc/resolv.conf | awk "{print $2}"):$DISPLAY_NUMBER
export LIBGL_ALWAYS_INDIRECT=1
setsid emacs
exit
' I issue |
I solve this problem by changing alias eme='
setsid emacs -q
exit
' |
Can you elaborate on which instructions you followed exactly? There are several options for each problem it seems. |
I can't run emacs with either of the X Server software mentioned in the Readme file. Tried both of them, especially VcXsrv access disabled mode. I run them and I can confirm that they are running by looking at the task manager.
When I issue these commands:
The output is:
I don't know if there's anything to do with SSH or something else. I think I read it thoroughly.
Output of
uname -a
command:The text was updated successfully, but these errors were encountered: