[Bug-openmcl] open :element-type ...

bryan o'connor bryan-openmcl at lunch.org
Sat Jan 24 23:48:52 MST 2004


i think the read-byte and file-position failures can be
simplified to the problem that this doesn't behave right
when I > 8.  i'm using od -x to check the contents of the
file.

(LET* ((I 8)
        (S (OPEN "foo.txt" :DIRECTION :OUTPUT :IF-EXISTS :SUPERSEDE
                           :ELEMENT-TYPE (LIST 'UNSIGNED-BYTE 2))))
   (write-byte (1- (ASH 1 I)) S)
   (close s))



More information about the Bug-openmcl mailing list