[xyzzy:06628] Re: defstruct の :print-function
- Subject: [xyzzy:06628] Re: defstruct の :print-function
- From: aizawa minoru <maizawa@xxxxxxxxxxxxxxxxxxxx>
- X-mailer: Becky! ver. 2.00.03
亀井さん、こんにちは。
2001/04/11(Wed) 20:27:14 の
[xyzzy:06627] Re: defstruct の :print-function
への返事です。
> *scratch* で評価しか結果は、readable が non-nil(リーダ
> が読める形式、すなわち prin1 や format の ~S の形式)
> でプリントされます。:print-function で出力するには、
> princ や format の ~A を使う必要があります。
>
> (setq a (make-foo :a 1 :b 2 :c 3))
> (princ a) とか
> (format nil "~a" a) とか
上のやり方でうまくいきました。
ありがとうございました。
--
相沢実(Minoru Aizawa)
maizawa@xxxxxxxxxxxxxxxxxxxx