Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (586 - 588 of 1030)

Ticket Resolution Summary Owner Reporter
#24 fixed No "undo/redo" support Jeremy Jones Gary Byers
Description

Of the three general schemes for implementing undo/redo that I can think of - namely:

  1. Use the Cocoa text system's built-in support
  1. Use an NSUndoManager to track changes to the buffer/textstorage
  1. Do it all at the lisp level

I think that either (2) or (3) would be the most attractive.

#438 worksforme Newest slime doesn't work with 1.3 marco baringer gz
Description

From IRC:

<eslick> Is there a known version of slime that works with ccl 1.3? the latest fails with Condition: Module XREF was not provided by any function on *MODULE-PROVIDER-FUNCTIONS*.

#232 fixed New backtrace-as-list function Gary Byers John Wiele
Description

SBCL has a sb-debug::backtrace-as-list function which returns the backtrace summary in list form. This is useful for certain kinds of tracing and profiling. The attached diff adds a similar function to OpenMCL/CCL.

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