Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (391 - 393 of 1030)

Ticket Resolution Summary Owner Reporter
#1336 fixed Wrong keyword in check-deferred-call-args() Paul Meurer
Description

In check-deferred-call-args() level-1/sysutils.lisp, the keyword :unknown-gf-keys should be :unknown-gf-keywords. The current value leads to an error in report-compile-time-argument-mismatch(), in compiler/nx-basic.lisp. A long-standing bug.

Regards, Paul Meurer

#1346 fixed Writing :MACOS external-format files does the wrong thing Shannon Spires Shannon Spires
Description
(with-open-file (s "ccl:line-termination-test-macos.txt"
                   :direction :output
                   :if-exists :supersede
                   :external-format :macos)
  (dotimes (i 10)
    (write-line "This is a test" s)))

Produces a file that has #x0A line endings, when they should be #x0D.

#67 fixed Wrapping in listener doesn't always update R. Matthew Emerson gz
Description

In a new listener, do (apropos "bitmap"). This results in some long lines, which are properly wrapped to window size. Resize the window to be wider. The display recomputes correctly (i.e. changes to wrap lines at new end of window). Now make the window narrower again. The lines don't rewrap -- they stay wrapped at the width of the former window width, and the horizontal scroll bar becomes enabled, so you end up with a weird mixture of scrolling and wrapping. (It actually took me a while to figure out that's what was going on, it felt like the listener output was just totally screwed up).

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