[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lisp strings to str255
- To: info-mcl
- Subject: Re: lisp strings to str255
- From: rwk@taunton.crl.dec.com (Bob Kerns)
- Date: 28 Feb 92 23:27:28 GMT
- In-reply-to: bill@cambridge.apple.com's message of 25 Feb 92 01:28:32 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: /udir/rwk/.organization
- References: <9202250129.AA00514@cambridge.apple.com>
- Sender: news@crl.dec.com (USENET News System)
In article <9202250129.AA00514@cambridge.apple.com> bill@cambridge.apple.com (Bill St. Clair) writes:
From: bill@cambridge.apple.com (Bill St. Clair)
Date: 25 Feb 92 01:28:32 GMT
If you need to copy into a Mac heap allocated str255, macro-expanding
a WITH-PSTRS form will reveal an internal function that will do what
you want in this case (officially, I suggest that you don't use unexported
functions).
Officially, I commend to you my dictum that all macros, as a rule,
should have a corresponding advertized functional interface.