emacs-devel
[Top][All Lists]
Advanced

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

Re: Simple defadvice's stopped working (commit daa84a03, Thu Nov 8 23:10


From: Juanma Barranquero
Subject: Re: Simple defadvice's stopped working (commit daa84a03, Thu Nov 8 23:10:16 2012 -0500)
Date: Fri, 16 Nov 2012 17:33:00 +0100

On Fri, Nov 16, 2012 at 3:16 PM, Stefan Monnier
<address@hidden> wrote:

> But if you can point me to concrete examples that need to work (and/or
> that used to work), it would be very helpful.

As an example of an advice from my .emacs that used to work:

(defadvice delete-indentation (before my-delete-indentation activate compile)
  (when (called-interactively-p 'any)
    (ad-set-arg 0 (not (ad-get-arg 0)))))

    Juanma



reply via email to

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