Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (478 - 480 of 1030)

Ticket Resolution Summary Owner Reporter
#109 fixed x86-64 inspector fails to print closed-over value correctly R. Matthew Emerson R. Matthew Emerson
Description
CL-USER> (defun make-adder (n)
	   #'(lambda (x)
	       (+ x n)))
MAKE-ADDER
CL-USER> (setf junk (make-adder 100))
#<COMPILED-LEXICAL-CLOSURE #x3000411258BF>
CL-USER> (inspect *)
[0]     #<COMPILED-LEXICAL-CLOSURE #x3000411258BF>
[1]     Name: NIL
[2]     Arglist (analysis): (X)
[3]     Inner lfun: #<Anonymous Function #x30004112C3AF>
        Closed over values
[5]     N: #<error printing SINGLE-FLOAT #xF2000000000051>
Inspect> 

The value for N is obviously printed incorrectly.

#111 fixed Shouldn't be able to plain Save in listener R. Matthew Emerson gz
Description

You shouldn't be able to convert the listener to be associated with a file, at least not without jumping through some extra hoops, because it's almost always just an operator error when saving the contents. Either the "Save" command (and c-x c-w etc) should be disabled or better yet they should just automatically do a Save As when invoked in the listener.

#112 fixed add processes window R. Matthew Emerson R. Matthew Emerson
Description

Add a processes window. This would basically display the output of (all-processes) nicely formatted into an NSTableView.

I (rme) will probably implement this when I start running Leopard, but if someone else wants to take it on before then, feel free to reassign the ticket.

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