Custom Query (1030 matches)
Results (316 - 318 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #601 | fixed | GET-DISPATCH-MACRO-CHARACTER after MAKE-DISPATCH-MACRO-CHARACTER | ||
| Description |
GET-DISPATCH-MACRO-CHARACTER complains about a character not being a dispatch macro character even after that character was just made one by MAKE-DISPATCH-MACRO-CHARACTER. Test case: (flet ((dispatch-macro-char-p (char &optional (rt *readtable*))
(handler-case
(prog1 t
(get-dispatch-macro-character char #\x rt))
(error () nil))))
(let ((*readtable* (copy-readtable nil)))
(values (dispatch-macro-char-p #\$)
(make-dispatch-macro-character #\$ nil)
(dispatch-macro-char-p #\$))))
Expected: NIL, T, T
Actual: NIL, T, NIL
Fix attached.
|
|||
| #772 | fixed | GLIBC_2.11 | ||
| Description |
ccl 1.6 doesn't boot on Debian Lenny. It exits with: lx86cl: /lib/i686/cmov/libc.so.6: version `GLIBC_2.11' not found (required by lx86cl) Yes, I know Lenny is old, but you might mention it in the Release Notes. It also means that I no longer can rebuild ccl from trunk. |
|||
| #166 | fixed | GUI-based command-apropos for Hemlock | ||
| Description |
It would be nice to have a tool on the "tools" menu for searching for Hemlock commands. This could look like the current "Apropos" dialog, i.e. search string entry and list of results. But the list of results would include the current key binding as well as the name of the command and (if available) documentation for that command. Hemlock already has a bunch of infrastructure for this built in, but putting it on a menu would make it much more accessible. (For example, I figured out that "control-h a" does some sort of Hemlock command apropos, but it didn't show me the key bindings, which made it useless.) |
|||
