Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (265 - 267 of 1030)

Ticket Resolution Summary Owner Reporter
#416 fixed Source locations for source files gz gz
Description

COMPILER-FILE arranges for the reader and compiler to conspire to record source location information for functions, but LOAD doesn't, so functions loaded from source don't get source info. They should.

#417 fixed Source info for REPL definitions gz gz
Description

The REPL should arrange to record source info for definitions coming from toplevel-read. "file positions" may not be meaningful for standard input, but it could at least record the source text.

#421 fixed Hemlock doesn't understand #| ... |# Gary Byers
Description

For example: if the insertion point is before the form

(defun foo (n)
  #| This isn't ready and contains an extra ) |#
)

C-M-f should move to the end of the form, not to the commented-out close paren.

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