Custom Query (1030 matches)
Results (880 - 882 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #978 | fixed | native-translated-namestring merges with *default-pathname-defaults* | ||
| Description |
The manual doesn't say it does, but native-translated-namestring merges its argument with *default-pathname-defaults*, which does nothing when the default value of #p"" is used, but can yield interesting results in other cases. This behavior is not mentioned in the manual: http://ccl.clozure.com/manual/chapter4.6.html Personally, I'd consider that a bug, for merging is not what I'd expect from this function. However, maybe you have a different idea and this behavior is what you desire - in which case I consider that a bug in the documentation, for that is very surprising (to me at least). My workaround is to bind *default-pathname-defaults* to #p"" around my call to native-translated-namestring. |
|||
| #134 | fixed | need cmd-E, cmd-H | ||
| Description |
cmd-E to eval selection and cmd-H to eval whole buffer. |
|||
| #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*". |
|||
