Custom Query (1030 matches)
Results (871 - 873 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #219 | fixed | Caps Lock doesn't work | ||
| Description |
Caps Lock doesn't work in my copy of CCL, UK keyboard. Everything just remains lowecase. Shift still works ok. |
|||
| #1097 | notabug | function watch documentation error | ||
| Description |
The documentation of function 'watch' is wrong. It says ? (defvar *s* "xxxxx") *S* ? (watch *s*) "xxxxx" but it should be ======= ? (watch (quote *s*)) ======= |
|||
| #1098 | duplicate | watch doesn't work in lx86cl64 | ||
| Description |
like the following: Welcome to Clozure Common Lisp Version 1.9-r15757 (LinuxX8664)! ? (defvar *xx* 3) *XX* ? (watch '*xx*)
1 > |
|||
