Custom Query (1030 matches)
Results (430 - 432 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #109 | fixed | x86-64 inspector fails to print closed-over value correctly | ||
| 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 | ||
| 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 | ||
| Description |
Add a processes window. This would basically display the output of
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. |
|||
