emacs-devel
[Top][All Lists]
Advanced

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

Re: eieio, pretty printing, and edebug


From: Stefan Monnier
Subject: Re: eieio, pretty printing, and edebug
Date: Wed, 29 Oct 2014 21:57:58 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> don't quite see how advice-add with :override would be all that
> different from the defalias.

It would be different in the fact that defalias records this location as
"the one and only definition of this function", and a defalias can't
be reverted.

But we shouldn't use :override here either, we should
use :around instead.


        Stefan



reply via email to

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