[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue: MAKE-STRING-FILL-POINTER (Version 1)
- To: Jon L White <jonl@lucid.com>
- Subject: Re: Issue: MAKE-STRING-FILL-POINTER (Version 1)
- From: masinter.pa@Xerox.COM
- Date: 10 Nov 88 15:52 PST
- Cc: Moon@STONY-BROOK.SCRC.Symbolics.COM, CL-Cleanup@sail.stanford.edu
- In-reply-to: Jon L White <jonl@lucid.com>'s message of Thu, 10 Nov 88 15:13:01 PST
Sigh, if you read carefully the character proposal you will see that it
proposes to extend the type STRING to be any vector whose element type is a
*subtype* of CHARACTER, which and would require MAKE-STRING to take an
:element-type keyword.
Your make-string definition is buggy, of course.