[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: format on buffer
- To: info-mcl@cambridge.apple.com, mathieu.lafourcade@imag.fr (Mathieu Lafourcade)
- Subject: Re: format on buffer
- From: Michael Burks <mb1i+@andrew.cmu.edu>
- Date: Sat, 18 Dec 1993 16:04:52 -0500 (EST)
- Cc:
- In-reply-to: <199312180935.AA26029@isis.imag.fr>
Excerpts from internet.listserv.info-mcl: 18-Dec-93 format on buffer by
Mathieu Lafourcade@imag.
> Hi lispers,
>
> I am looking for a format like function working on buffer. The main idea is
> to be able to construct text exactly as with format (with the same
> formating options) but inside a buffer. That way it is possible to keep
> style unmodified and perhaps being more efficent than just with plain
> strings (the main purpose of buffer is to be more efficent than string, no
> ???).
>
> If someone has any pointers
>
> Thank you in adavance.
>
Why don't you just pass the result of (format nil
"asdkfjahsldkfjhasldkjf") to the standard insert functions?
Blaine.