Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (199 - 201 of 1030)

Ticket Resolution Summary Owner Reporter
#185 fixed installing new snapshot makes pref pane inaccessible R. Matthew Emerson Brian Hayes
Description

Installing the new Clozure Common Lisp Version 1.1-r7538 snapshot on a system that had the previous snapshot operating kills the display of the preference pane. Preferences are still correctly read, but the interface is lost.

Remedy is to delete the file "com.clozure.Clozure CL.plist", but of course this also loses all preference settings.

#493 fixed inspector window never active Joakim Sandgren
Description

The Inspector window is when it is called for never active then it shows. You always have to click in it to start to use it.

comment : the apropos window is always active comment : the search files window is not active the first time, but all times after the first time

#448 fixed inspecting sockets R. Matthew Emerson Helmut Eller
Description

I get an error when inspecting tcp sockets:

Welcome to Clozure Common Lisp Version 1.3-dev-r11532M-trunk  (LinuxX8632)!
? (ccl::make-tcp-socket :remote-host "www.google.com" :remote-port 80)
#<BASIC-TCP-STREAM ISO-8859-1 (SOCKET/4) #x149DD8EE>
? (inspect *)
[0]     #<BASIC-TCP-STREAM ISO-8859-1 (SOCKET/4) #x149DD8EE>
[1]     Type: CCL::BASIC-TCP-STREAM
[2]     Class: #<BUILT-IN-CLASS CCL::BASIC-TCP-STREAM>
> Error: Invalid reference to #<BASIC-TCP-STREAM ISO-8859-1 (SOCKET/4) #x149DD8EE> at index 0.
> While executing: #<CCL::STANDARD-KERNEL-METHOD INSPECTOR::LINE-N (INSPECTOR::UVECTOR-INSPECTOR
                                                                    T)>, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 > 
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.