help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Redefining functions and variables


From: Stefan Monnier
Subject: Re: Redefining functions and variables
Date: Wed, 08 Dec 2010 15:21:49 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> Just as is the case for `defun', redefining macros with `defmacro'
>> is problematic.  I really recommend not to do that and use defadvice
>> instead, which was designed specifically for this purpose.
> Do you mean macros can be adviced too?

That's not what I meant (I meant to redefine with `defadvice' rather than
with `defun'), but that's also the case (i.e. redefine with defadvice
rather than with defmacro).


        Stefan


reply via email to

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