Michael Heerdegen writes: > But according to the doc of `cl-defgeneric' and `cl-defmethod', this > seems the perfect use case for `cl-defmethod': > > "[...] it defines the implementation of NAME to use for invocations where > the value of the dispatch argument matches the specified TYPE." > > So why do you use `cl-defgeneric' - what do I miss? Nothing, it's a mistake I made, I will fix it. Nico