Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (373 - 375 of 1030)

Ticket Resolution Summary Owner Reporter
#1143 fixed arglist-on-space-command crashes on particular files svs Shannon Spires
Description

If you make a new Hemlock window and paste the following two lines into it

#!/bin/sh ;

then put the cursor after the semicolon and hit the spacebar, CCL will crash (technically, it beachballs without AltConsole being invoked, because the "arglist on space" command goes into an infinite loop.)

The problem doesn't happen if you set the window to Text Mode -- it only happens in Lisp mode. And it doesn't happen if you first add a newline before the initial # character.

#158 fixed apropos window doesn't work on Tiger/PPC32 R. Matthew Emerson R. Matthew Emerson
Description

The apropos window doesn't work on Tiger/PPC32.

It signals the following error:

*** Error in event process: No applicable method for args:
 (#<NS-WINDOW-CONTROLLER <NSKVONotifying_AproposWindowController: 0x1882a00> (#x1882A00)>)
 to #<STANDARD-GENERIC-FUNCTION CCL::PREVIOUS-INPUT #x8A0564E>
#1013 fixed apply not working properly on inlined function Staremastershy
Description

Under some circumstances apply is passing NIL as an optional parameter to an inlined function, instead of passing the default argument. (see attached paste from REPL)

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