Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (193 - 195 of 1030)

Ticket Resolution Summary Owner Reporter
#253 fixed Cannot paste text. gz Arthur W. Green
Description

The paste function simply does not function in the Clozure IDE. Text cut or copied within the IDE can be pasted to other applications, however.

#392 fixed Cannot use a symbol macro as default initarg. Gary Byers Stelian Ionescu
Description

Compiling a file containing:

(in-package :cl-user)

(define-symbol-macro foo t)

(defclass bar ()
  ((baz :initarg :baz))
  (:default-initargs :baz foo))

I get this:

;Compiling "/tmp/use-case.lisp"...
;Compiler warnings for "/tmp/use-case.lisp" :
;   In an anonymous lambda form inside an anonymous lambda form: Undeclared free variable FOO
;Loading #P"/tmp/use-case.lx32fsl"...

If I try to create an instance of BAR, I get an error "Unbound variable: FOO"

#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.

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