Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (646 - 648 of 1030)

Ticket Resolution Summary Owner Reporter
#548 fixed Hemlock movement-command implementation is spotty mikel mikel
Description

There seem to be several holes in the implementation of Hemlock movement commands.

  1. Shift+movement does not select as Mac users expect.
  1. Other move+select commands appear not to work (e.g. Forward Select Character)
  1. Several movement commands (e.g. Forward Form, Forward List) don't work in the Listener

I'll adopt this one and see if I can get most of the common movement/selection commands working as expected; the work overlaps with what I was doing on selections and listener-copying anyway.

#562 fixed ESC-anything breaks the IDE mikel mikel
Description

To reproduce:

  1. build and launch the IDE
  2. Press the ESC key
  3. Press any other key

Result:

Error: value NIL is not of the expected type STRUCTURE.

While executing: (:INTERNAL GUI::keyDown:|), in process Initial(0).

Type :POP to abort, :R for a list of available restarts. Type :? for other options.

1 >

After exiting from the breakloop, the IDE remains confused, expecting a keydown and breaking on any it receives.

#1275 fixed create-jvm broken in ccl's jni.lisp mikelevins
Description

library/jni.lisp defines create-jvm, which calls ccl::call-with-string-vector with two arguments; ccl::call-with-string-vector requires three.

Supplying an encoding, e.g. :us-ascii, appears to fix the problem.

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