[armedbear-devel] function (setf documentation) has disappeared

Rudolf Schlatte rudi at constantly.at
Sun Jan 6 16:56:47 UTC 2013


On Jan 6, 2013, at 17:33, Eric Marsden <eric.marsden at free.fr> wrote:

> It seems that the DEFSETF for DOCUMENTATION has disappeared recently.

Hi Eric,

Can you give a recipe? Some stuff seems to work:

CL-USER(1): (defun foo (x) x)
FOO
CL-USER(2): (setf (documentation 'foo 'function) "Horx")
"Horx"
CL-USER(3): (documentation 'foo 'function)
"Horx"
CL-USER(4): 

It's not that I don't trust you -- DOCUMENTATION was moved into its own file recently, and we have the ansi-test PSETF.37 failure because autoloading fails for (setf foo) functions.  Does it work if you call DOCUMENTATION before calling SETF DOCUMENTATION?

Rudi





More information about the armedbear-devel mailing list