Custom Query (1030 matches)
Results (934 - 936 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #110 | duplicate | Refresh search results | ||
| Description |
The search results dialog (from m-x grep, and perhaps someday from Search Files dialog) should have a "Refresh" button to re-run the search with the same parameters. |
|||
| #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. |
|||
| #108 | duplicate | Search Files dialog | ||
| Description |
This was requested by a user. In addition to making file searching capabilities more visible than our current m-x grep, the MCL search files command had the useful option to not search comments (which is implemented by just checking, after the fact, whether the found location is in a comment, and skipping it if it is). We could also add an option of regular expression search or not. |
|||
Note:
See TracQuery
for help on using queries.
