[Date Prev] [Date Index] [Date Next]
[Thread Prev] [Thread Index] [Thread Next]

[xyzzy:06628] Re: defstruct の :print-function



亀井さん、こんにちは。
	
        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

Index Home