Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (265 - 267 of 1030)

Ticket Resolution Summary Owner Reporter
#586 fixed Space key does not replace selection Gary Byers Ron Garret
Description

If there is an active selection and you press the space bar, the selection is collapsed instead of replaced. The buggy behavior is confined to the space bar only. All other keys work properly.

#588 fixed Can't create reader macros for characters whose char-code is >256 Gary Byers Ron Garret
Description

Subject line says it all. Reader macro table was apparently not update for unicode.

Example:

? (set-macro-character #\“ ...)
> Error: Array index 8220 out of bounds for #<VECTOR 256 type (UNSIGNED-BYTE 8), simple> .
#592 fixed toplevel macrolet scope vs (eval-when (:execute)) Gary Byers xxxxxx
Description

(macrolet ((tag ()

1))

(eval-when (:compile-toplevel :load-toplevel :execute)

(assert (= 1 (tag)))))

Undefined function TAG called with arguments () .

[Condition of type CCL::UNDEFINED-FUNCTION-CALL]

(lisp-implementation-version) "Version 1.4-dev-r12681M-trunk (LinuxX8664)"

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