Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (226 - 228 of 1030)

Ticket Resolution Summary Owner Reporter
#292 fixed Console window should not become the front window whenever a new message appears gz Ron Garret
Description

The new console window in v1.2 becomes the front window whenever a new message appears. This is annoying, particularly when e.g. exiting a break loop using cmd-. because that causes an exitBreak message to appear (and hence removes focus from the listener).

#539 invalid Constant defined by defconstant isn't contant Gary Byers Ron Garret
Description

I put the following code in a file:

(eval-when (:compile-toplevel :load-toplevel :execute)
  (defconstant c1 (gensym))
  (defun foo () c1)
)

I then compile the file, quit CCL, start it up again, and load the compiled version of the file. When I do that, the value returned by calling (foo) is not the same as the value of C1:

Welcome to Clozure Common Lisp Version 1.4-dev-r12255M-trunk (DarwinX8664)! ? (load #P"/Users/ron/Desktop/test.dx64fsl") ;Loading #P"/Users/ron/Desktop/test.dx64fsl"... C1 FOO #P"/Users/ron/Desktop/test.dx64fsl" ? c1 #:G13 ? (foo) #:G19 ?

This appears to be a bug in compile-file. When I trace the gensym, it's called twice when the file is compiled, but only once if the file is loaded as source.

#500 fixed Control-Return = Newline and indent Kristian Bredin
Description

I'd like Control-Return = Newline + indent (as in MCL). Return followed by Tab does this, but this would save me a lot of keystrokes.

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