Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (508 - 510 of 1030)

Ticket Resolution Summary Owner Reporter
#693 invalid Clozure CL64.app does not start on a new MacBookPro Jacek Malec
Description

Clozure C64.app from the ftp://clozure.com/pub/release/1.5/ccl-1.5-darwinx86.dmg distribution does not start properly: I get the following message in an AltConsole window:

> Error: Objective-C runtime exception: 
>        *** -[NSKeyedUnarchiver initForReadingWithData:]: non-keyed archive cannot be decoded by NSKeyedUnarchiver
> While executing: (:INTERNAL GUI::|+[LispApplicationDelegate initialize]|), in process Initial(0).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 > 

The same problem happens when I run dx86cl64 in a terminal and try to build the IDE by hand (require :cocoa-application) - I eventually get:

;Compiling "/Users/jacek/lisp/ccl-1.5/cocoa-ide/xinspector.lisp"...
> Error: Objective-C runtime exception: 
>        *** -[NSKeyedUnarchiver initForReadingWithData:]: non-keyed archive cannot be decoded by NSKeyedUnarchiver
> While executing: #<Anonymous Function #x30200069218F>, in process Initial(0).


;;;
;;; #<PROCESS Initial(0) [Active] #x3020000B752D> requires access to Shared Terminal Input
;;; Type (:y 0) to yield control to this thread.
;;;
;Loading #P"/Users/jacek/lisp/ccl-1.5/cocoa-ide/fasls/xinspector.dx64fsl"...

Version: Clozure CL64-36452 MacBookPro 6,2 with IntelCore i7.

My old version of CCL (early 1.4) works fine.

#45 fixed resizing editor window shouldn't scroll content Jeremy Jones Jeremy Jones
Description

When an editor window is resized, the text is scrolled so that the insertion point is in the middle of the window. The text that is at the beginning of the window should remain at the beginning of the window.

#46 fixed control-w during isearch should add word to search string Jeremy Jones Jeremy Jones
Description

During an incremental search, control-w should add the word following the insertion point to the search string.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.