Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (715 - 717 of 1030)

Ticket Resolution Summary Owner Reporter
#18 fixed undefined-function call: arglist is wrong, restart may not work Gary Byers Gary Byers
Description
;;; Assume that BAR is not fboundp.
(bar 1 2 3 4 5)  
Error: Undefined function BAR called with arguments (0 <random> 3 4 5)

Something is failing to account for the fact that there's now a return address on the stack.

#22 fixed The utf-8 character-encoding's LENGTH-OF-MEMORY-ENCODING-FUNCTION returns the wrong answer Gary Byers Gary Byers
Description

The variable "nchars" is incremented both in a DO* step form and in the body.

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

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