>>>>> "ms" == Marc Spitzer <[EMAIL PROTECTED]> writes:

  ms> Accepting client on Unix socket.
  ms> Accepted client on fd 6
  ms> Server not forking.
  ms> greet_client:  Unable to open display.
  ms> Bad file descriptor

it looks like the motifd isn't able to connect to your X11 display.
This is probably due to an X11 authorization problem; the motifd is
inheriting the environment of the lisp process.

Are you able to connect from CMUCL using

   (require :clx)
   (ext:open-clx-display)
  
-- 
Eric Marsden                          <URL:http://www.laas.fr/~emarsden/>

Reply via email to