LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   problem w/ emacs (https://www.linuxquestions.org/questions/slackware-14/problem-w-emacs-66886/)

yocompia 06-20-2003 01:52 PM

problem w/ emacs
 
when trying to run emacs from a console window i get the following msg:

Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

emacs: Cannot connect to X server :0.0.
Check the DISPLAY environment variable or use `-d'.
Also use the `xhost' program to verify that it is set to permit
connections from your machine.

what gives?

jvannucci 06-20-2003 04:18 PM

Try :

# xhost +
# export DISPLAY=localhost:0.0
# emacs


All times are GMT -5. The time now is 07:02 AM.