SOLVED - Re: using 2 or more arguments in a setf method
- From: Joost Diepenmaat <joost@xxxxxxxxx>
- Date: Mon, 31 Dec 2007 00:15:53 +0100
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.
.
- References:
- using 2 or more arguments in a setf method
- From: Joost Diepenmaat
- Re: using 2 or more arguments in a setf method
- From: Drew Crampsie
- using 2 or more arguments in a setf method
- Prev by Date: Re: using 2 or more arguments in a setf method
- Next by Date: Re: #;
- Previous by thread: Re: using 2 or more arguments in a setf method
- Next by thread: clsql hunchentoot problem working together
- Index(es):