Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (559 - 561 of 1030)

Ticket Resolution Summary Owner Reporter
#719 invalid Unable Version 1.5 of Clozure CL64 on my PowerMac G5 cocoacl
Description

The earlier version 1.4 of Clozure CL64 runs fine on my PowerMac G5, but not the current version 1.5. When I start it up, I get the following error in AltConsole:

> 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 > 

Clozure CL32 runs fine on my machine for both versions 1.4 and 1.5.

#721 fixed Improve meta-p in listener R. Matthew Emerson Jeremy Jones
Description

From Shannon 8/19/10: meta-p retrieves the last thing you typed in the Listener. There needs to be a shift modifier on this to go forward in case you go too far back. Also, it replaces whatever is currently in the listener, so you can't type e.g.

(+ 3 4 5)
(+ 6 meta-p)

because when you type meta-p above, it replaces the entire line with (+ 3 4 5). MCL did this right (with meta-g) such that it did not replace what was already on the line.

#722 invalid Improve editor selection Jeremy Jones
Description

From Shannon 8/19/10: Selecting stuff in the editor leaves a lot to be desired. The editor seems to get confused as to whether you wish to select the stuff between parens with a double click, or just highlight the matching parens. I (the user) am confused as to whether hitting <enter> after such will actually execute the s-expression or not. [can't reproduce this today. Might have been fixed.]

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