Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (904 - 906 of 1030)

Ticket Resolution Summary Owner Reporter
#1205 duplicate Text search bug: found text is highlighted but not selected Ron Garret
Description

When doing a text search in a Hemlock window using the Find dialog, the found text is highlight but not actually selected, and the cursor remains where it was before the search began, so when you start typing after doing a search your cursor is not where you would expect it to be. Emacs-style (ctrl-s) incremental search works correctly. This bug seems to have been introduced by a recent change in OS X because it didn't happen in Snow Leopard.

#1228 fixed Update CCL in the Mac App Store R. Matthew Emerson Ron Garret
Description

Mac App store CCL is still version 1.8.

#1244 invalid ObjC bridge interface weirdness Ron Garret
Description
Welcome to Clozure Common Lisp Version 1.10-r16303M  (DarwinX8664)!
? (objc:load-framework "Quartz" :quartz)
NIL
? #'#/pageAtIndex:
> Error: Undefined function: NEXTSTEP-FUNCTIONS:|pageAtIndex:|
> While executing: CCL::%FUNCTION, in process Listener(4).
> Type cmd-. to abort, cmd-\ for a list of available restarts.
> Type :? for other options.
1 > 

This problem is reliably repeatable, but it has randomly and mysteriously appeared and disappeared in different versions. For example, it was working in r16302:

Welcome to Clozure Common Lisp Version 1.10-r16302M  (DarwinX8664)!
? (objc:load-framework "Quartz" :quartz)
NIL
? #'#/pageAtIndex:
#<OBJC-DISPATCH-FUNCTION NEXTSTEP-FUNCTIONS:|pageAtIndex:| #x3020015710CF>
? 

and r16286:

Welcome to Clozure Common Lisp Version 1.9-r16286M  (DarwinX8664)!
? (objc:load-framework "Quartz" :quartz)
NIL
? #'#/pageAtIndex:
#<OBJC-DISPATCH-FUNCTION NEXTSTEP-FUNCTIONS:|pageAtIndex:| #x30200144C34F>

But broken in r16266:

Welcome to Clozure Common Lisp Version 1.10-store-r16266  (DarwinX8664)!
? (objc:load-framework "Quartz" :quartz)
NIL
? #'#/pageAtIndex:
Error: Undefined function: NEXTSTEP-FUNCTIONS:|pageAtIndex:|
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.