Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (505 - 507 of 1030)

Ticket Resolution Summary Owner Reporter
#848 fixed #'Documentation for slot-definitions Shannon Spires Shannon Spires
Description

#'documentation doesn't work for slot-definitions, e.g. (documentation slotd t).

ANSI doesn't require this functionality but it's easy to suppport.

#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)"> 
#851 fixed Double-click failure gz gz
Description

from svspire: Double-clicking on the final paren in #'(lambda (element) (numberp element)) does not select the form.

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