Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (871 - 873 of 1030)

Ticket Resolution Summary Owner Reporter
#219 fixed Caps Lock doesn't work Gary Byers ds
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 drunkedcat
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 drunkedcat
Description

like the following:


Welcome to Clozure Common Lisp Version 1.9-r15757 (LinuxX8664)! ? (defvar *xx* 3) *XX* ? (watch '*xx*)

Error: The value *XX* is not of the expected type (OR CONS

(SATISFIES UVECTORP)).

While executing: CCL::PRIMITIVE-WATCH, in process listener(1). Type :POP to abort, :R for a list of available restarts. Type :? for other options.

1 >

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.