Custom Query (1030 matches)
Results (757 - 759 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #531 | fixed | need way to to force "search files" and m-x grep to treat regexp patterns as strings. | ||
| Description |
ticket:419 requested a means of doing regular-expression based searches in the "search files" dialog; since "search files" uses grep, that means already exists, but it'd be good to have a way of treating the search string as a literal string and not as a search pattern, e.g., to interpret "*foo*" as "the name of a special variable", not "whatever matches the regexp "*foo*". |
|||
| #564 | fixed | Bad value of #$CW_USEDEFAULT on win64 | ||
| Description |
#$CW_USEDEFAULT is 0 on win64; should be #x80000000. Don't know why, but expect some sign-extension confusion. |
|||
| #594 | fixed | (describe #'append) errors | ||
| Description |
This may be just a case of some work-in-progress code being checked into the trunk, but in case anyone's unaware of it: ? (describe #'append)
#<Compiled-function APPEND #x80CB906>
Name: APPEND
Arglist (analysis): (&REST LISTS)
> Error: Can't construct argument list from "Construct a new list by concatenating the list arguments".
> While executing: #<STANDARD-KERNEL-METHOD INSPECTOR:LINE-N (INSPECTOR::FUNCTION-INSPECTOR
T)>, in process listener(1).
Besides the obvious "this seems to have something to do with the fact that APPEND has function documentation", I don't have a good sense of what's going on here. |
|||
