Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (607 - 609 of 1030)

Ticket Resolution Summary Owner Reporter
#559 fixed CCL hangs when loading cl+ssl with *load-print* set to T in IDE Gary Byers Ron Garret
Description

Subject line pretty much says it all. Set *load-print* to T and try to asdf-load the CL+SSL package. It will hang when loading bio.dx*fsl. When *load-print* is NIL the problem goes away. I'm using the 2008-11-04 version of CL+SSL but I'm pretty sure the problem doesn't depend on that.

The problem manifests itself only in the IDE. When run from the terminal it works fine even with *load-print* set to T.

#560 fixed Return doesn't self-insert in listener Ron Garret
Description

There have been some changes recently to the behavior of the RETURN key in the IDE. By and large these changes have been improvements, but there is a small lingering bug: when RETURN is pressed with the cursor at the end of a listener buffer and there's a form to evaluate, the return character does not self-insert. As a result, if you PRINC something instead of PRINTing it, it ends up on the same line as the form being evaluated, which is a little weird. The problem is particularly evident when doing an apropos:

Welcome to Clozure Common Lisp Version 1.4-dev  (DarwinX8664)!
? (apropos :foo) HI::FOO
GUI::FOO
CCL::FOO
    :FOO,  Value: :FOO
? 
#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.

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