Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (694 - 696 of 1030)

Ticket Resolution Summary Owner Reporter
#741 fixed source locations are off (Windows) Gary Byers gz
Description

meta-. on, e.g. DEFUN, brings you to a point a few hundred characters after the start of the definition of defun (which happens to be a few hundred lines into its source file). The source file is using the CRLF convention, which is apparently confusing meta-.

#796 fixed Windows: resizing windows broken R. Matthew Emerson gz
Description

I don't know if I built something wrong, because I don't remember this before, but maybe I just hadn't tried before: resizing behavior is broken in some bizarre way. E.g. clicking on a window border causes the window to jump to a different size, can't make it any smaller by dragging.

#850 fixed mis-attributed source location gz gz
Description

Compile and load this file:

(let ()
  (defun foo () t))

(defun bar () t)

Then:

? (function-source-note #'foo) 
#<SOURCE-NOTE "ccl:test.lisp":30-46 "(defun bar () t)"> 
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.