Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (655 - 657 of 1030)

Ticket Resolution Summary Owner Reporter
#473 fixed ARGLIST-FROM-MAP confused by supplied-p variables Gary Byers Gary Byers
Description

[I have a fix for this and will close this ticket as soon as I check it in; if I missed some case, we can re-open the ticket.]

In the absence of better information, CCL:ARGLIST tries to construct a function's arglist from the function's symbol map (and lfun-bits.) Entries in the map generally appear in the reverse of the order in which variables come into scope, and supplied-p variables for optional args generally come into scope before subsequent optional args do; ARGLIST can't assume that ordered entries in the symbol map correspond to the names of arguments that can be passed by the caller unless we add some additional information or take some other steps to ensure this.

(The "shape" of the argument list has been correct, but getting the names wrong can be confusing, especially since backtrace uses the same mechanism to identify arguments and other values.)

#472 fixed Hemlock can't open French file with long pathname R. Matthew Emerson gz
Description

See http://clozure.com/pipermail/openmcl-devel/2009-May/009392.html for assorted backtraces.

#471 fixed Right arrow on selection mikel gz
Description

From http://clozure.com/pipermail/openmcl-devel/2009-May/009393.html:

if I double click and mark (make "blue") one word and the hit the right arrow the cursor go to one position to the right of the last element in the selection. if i double click and mark something in parenthesis and hit the right arrow, the cursor goes to the position one step to the right of the first element in the selection.

normally, in a mac application if you select some text and then hit the right arrow the cursos goes to the position just after the last element of the selection.

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