Custom Query (1030 matches)
Results (328 - 330 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*". |
|||
| #532 | fixed | ENCODE-STRING-TO-OCTETS and DECODE-STRING-FROM-OCTETS Symbols | ||
| Description |
ENCODE-STRING-TO-OCTETS and DECODE-STRING-FROM-OCTETS symbols aren't exported in the CCL package. Also, if I'm not mistaken, they are lacking of documentation too. (As a side note, it'd be helpful for newcomers to assign STRING-TO-OCTETS and OCTETS-TO-STRING aliases to these functions as well.) |
|||
| #534 | fixed | "shift" in hemlock bindings dont work | ||
| Description |
in hemlock binding you have for example: (bind-key "Select Backward Character" #k"shift-leftarrow") (bind-key "Select Forward Character" #k"shift-rightarrow") (bind-key "Select Next Line" #k"shift-downarrow") etc. neither of these does select anything. in my own tries I dont have "shift" to work in any combination. the "shift" in other bindings is resolved not by "shift" but by a upcase letter (bind-key "Select Forward Character" #k"control-F") |
|||
