> 
> | * (ed)
> | Invoking debugger...
> | Starting server:
...
> | greet_client:  Unable to open display.
> | Bad file descriptor
> | 
> | Connection to server broken: Hit EOF while reading packet
> | 
> 
> All the above noise may have nothing at all to do with hemlock as it is
> just showing a problem getting the motif debugger working. Try
> (setq interface:*interface-style* :tty)
> before the (ed) call. This will disable the motif debugger and maybe
> some more useful info will appear.
> 
> Paul

Hi Paul,

Thanks for the reply, I've tried what you said and it didn't seem to have any change 
on the meaningful part of the error, I decided to additionally load in input.lisp and 
dependent.lisp because the debugger asked after them for more elaboration.  Doing this 
did produce more information, unfortunately I've only been programming in lisp for 
about half a year, and very little using cmucl so the information I got means little 
to me, the information I got follows.

-Frank

CMU Common Lisp 18d, running on victor.netgremlins.com
Send questions to [EMAIL PROTECTED] and bug reports to [EMAIL PROTECTED]
Loaded subsystems:
    Python 1.0, target Intel x86
    CLOS based on PCL version:  September 16 92 PCL (f)
* (require :gray-streams)

; Loading #p"/usr/local/lib/cmucl/lib/subsystems/gray-streams-library.x86f".
T
* (require :clx)

; Loading #p"/usr/local/lib/cmucl/lib/subsystems/clx-library.x86f".
T
* (require :clm)

; Loading #p"/usr/local/lib/cmucl/lib/subsystems/clm-library.x86f".
T
* (require :hemlock)

; Loading #p"/usr/local/lib/cmucl/lib/subsystems/hemlock-library.x86f".
T
*  (load "/usr/local/lib/cmucl/lib/subsystems/clx/input.lisp")

; Loading #p"/usr/local/lib/cmucl/lib/subsystems/clx/input.lisp".
T
*  (load "/usr/local/lib/cmucl/lib/subsystems/clx/dependent.lisp")

; Loading #p"/usr/local/lib/cmucl/lib/subsystems/clx/dependent.lisp".
Converted CHAR->CARD8.
Converted CARD8->CHAR.
T
*  (setq interface:*interface-style* :tty)

:TTY
* (ed)
Compiling LAMBDA (#:G1441 #:G1442 #:G1443): 
Compiling Top-Level Form: 

Asynchronous NAME-ERROR in request 1 (last request was 2)  Code 45.0 [OpenFont]

Restarts:
  0: [CONTINUE] Ignore
  1: [ABORT   ] Return to Top-Level.

Debug  (type H for help)

(XLIB::READ-ERROR-INPUT
 #<XLIB:DISPLAY
   victor.netgremlins.com:5900 (AT&T Laboratories Cambridge R3332)>
 1
 #S(XLIB::REPLY-BUFFER
      :SIZE 32
      :IBUF8 #(0 15 1 0 1 ...)
      :NEXT NIL
      :DATA-SIZE 32)
 #<Process Initial {4800CB25}>)
Source: (APPLY #'XLIB::REPORT-ERROR
               XLIB:DISPLAY
               (PROG1 (XLIB::MAKE-ERROR XLIB:DISPLAY XLIB::REPLY-BUFFER T)
                 (XLIB::DEALLOCATE-EVENT XLIB::REPLY-BUFFER)))
0] :0


FONT-ERROR in current request  Code 47.0 [QueryFont] ID #x1400001

Restarts:
  0: [ABORT] Return to Top-Level.

Debug  (type H for help)

(XLIB::READ-REPLY
 #<XLIB:DISPLAY
   victor.netgremlins.com:5900 (AT&T Laboratories Cambridge R3332)>
 #S(XLIB::PENDING-COMMAND
      :SEQUENCE 2
      :REPLY-BUFFER NIL
      :PROCESS #<Process Initial {4800CB25}>
      :NEXT NIL))
Source: (APPLY #'XLIB::REPORT-ERROR
               XLIB:DISPLAY
               (PROG1 (XLIB::MAKE-ERROR XLIB:DISPLAY XLIB::REPLY-BUFFER NIL)
                 (XLIB::DEALLOCATE-REPLY-BUFFER XLIB::REPLY-BUFFER)))
0] 

Reply via email to