Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (886 - 888 of 1030)

Ticket Resolution Summary Owner Reporter
#1424 duplicate ccldoc: load-to-ccldoc-form: source note map seems to be ignored Michal "phoe" Herda
Description

https://github.com/Clozure/ccldoc/blob/master/source/toplevel.lisp#L40 This is where *nx-source-note-map* is declared to be a map, it is a dynamic binding.

https://github.com/Clozure/ccldoc/blob/master/source/toplevel.lisp#L46 This is where the map is updated.

Is it just me, or is the hashtable not accessed anywhere else in CCLDOC and therefore wasted?

(There should be a CCLDOC component in here.)

#29 worksforme Can't Finder open .Lisp files by dragging their icons to the Dock Gary Byers Andrew Shalit
Description

With the IDE running, I can open .lisp files from File/Open... menu. However, if I try to open them by dragging them from the Finder onto the IDE's icon in the dock, I get the message, "You cannot open the application "OpenMCL" because it is not supported on this architecture. I'm running on Intel/Leopard. Same thing happens for text files.

#41 worksforme Sporadic "can't cause layout during editing" exceptions Gary Byers Gary Byers
Description

Every once in a while - it's hard to know under what circumstances, exactly - messages of the form:

 2007-08-04 05:20:28.877 dx86cl64[3870:613] Exception raised during background layout:  -[NSLayoutManager _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] *** attempted layout while textStorage is editing.  It is not valid to cause the layoutManager to do layout while the textStorage is editing (ie the textStorage has been sent a beginEditing message without a matching endEditing.)
2007-08-04 05:20:28.880 dx86cl64[3870:613] -[NSLayoutManager _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] *** attempted layout while textStorage is editing.  It is not valid to cause the layoutManager to do layout while the textStorage is editing (ie the textStorage has been sent a beginEditing message without a matching endEditing.)

get logged.

There's usually a good deal of effort involved in ensuring that layout (redisplay) is inhibited while editing (modification of the buffer) is in progress.

It's possible that this has something to do with the mechanism that tries to ensure that a paren - which might have been blinking - is drawn properly.

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