>>>>> "mt" == Marcin Tustin <[EMAIL PROTECTED]> writes:
mt> [EMAIL PROTECTED] ~]$ echo $DISPLAY
mt> localhost:10.0
ok, this looks like an ssh-forwarded display. CMUCL has code to
handle this.
mt> 0: (XLIB:OPEN-DISPLAY "localhost" :DISPLAY 10 :PROTOCOL ...)
mt> 1: (XLIB::GET-BEST-AUTHORIZATION "localhost" 10 NIL)
mt> 1: XLIB::GET-BEST-AUTHORIZATION returned
mt> "MIT-MAGIC-COOKIE-1"
mt> #(172 195 207 216 86 ...)
mt> 0: XLIB:OPEN-DISPLAY returned
mt> #<XLIB:DISPLAY localhost:10 (The XFree86 Project, Inc R40300000)>
mt> #<XLIB:DISPLAY localhost:10 (The XFree86 Project, Inc R40300000)>
mt> #<XLIB:SCREEN localhost:10.0 1280x1024x24 TRUE-COLOR>
well, this time the X11 authorization worked (CMUCL was able to
connect to your display), and I bet that Hemlock would work too.
But did you disable the effect of the "xhost +localhost" that you'd
done previously?
--
Eric Marsden <URL:http://www.laas.fr/~emarsden/>