emacs-devel
[Top][All Lists]
Advanced

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

Re: Towards a cleaner build: eieio


From: Lars Ingebrigtsen
Subject: Re: Towards a cleaner build: eieio
Date: Fri, 14 Jun 2019 16:06:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> (cl-defmethod object-print ((this eieio-default-superclass) &rest strings)
>>
>> [...]
>>
>>   (eieio-object-name this (apply #'concat strings)))
>
> This is just the default definition.  Packages can add their own methods
> to it.

Oh, oh, I see.  I wasn't aware that there were still specialisations to
object-print all over the place, like

(cl-defmethod object-print ((obj semanticdb-abstract-table) &rest strings)
  ...)

What's the path forward here?  I don't think there are any calls to
object-print left in the code base (except from that cl-print-object)...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]