Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (850 - 852 of 1030)

Ticket Resolution Summary Owner Reporter
#1133 fixed list definitions doesn't find definition on first line gz R. Matthew Emerson
Description

reporting bug per:

http://trac.clozure.com/ccl/browser/trunk/source/cocoa-ide/hemlock/src/searchcoms.lisp#L496

#1137 fixed list definitions doesn't work unless defs are separated by a blank line Zach Beane R. Matthew Emerson
Description

It appears that collect-definition-lines requires definitions to be separated by blank lines.

Example:

(in-package :cl-user)

(defun foo () 1)
(defun bar () 2)
(defun baz () 3)

M-x list definitions will not show "bar".

#501 fixed listener doesn't handle input ending with a comment mikel Greg Pfeil
Description
Welcome to Clozure Common Lisp Version 1.3-dev-r12103M-trunk  (DarwinX8664)!
? (+ 2 2)
4
? (+ 2 2) ; test

it then sits there waiting for input. If I back up and remove the comment and hit return again, it works fine.

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