SOLVED - Re: using 2 or more arguments in a setf method



Drew Crampsie <drew.crampsie@xxxxxxxxx> writes:
You didn't make out far enough. This error indicates that the generic
function (SETF INPUT-BUFFER) is already defined with less arguments
than in your method definition. You've probably defined an accessor
somewhere, like in the definition of one of your class's slots.

Ah yes. I couldn't find any other definition in my code, but some of my
experimenting may have introduced one anyway. After restarting my lisp
it works - or at least it compiles :-)

Thanks,

Joost.



.