Re: Problems with advice...

2005-03-17 Thread Stefan Monnier
> This looks so wrong that I want somebody with more of a clue to take a > look at it: ad-make-mapped-call is called in two branches of a cond, > and the order of its first two arguments is interchanged in those two > calls! I think the patch below is the right one, Stefan --- orig/lis

Re: Problems with advice...

2005-03-17 Thread David Kastrup
David Kastrup <[EMAIL PROTECTED]> writes: > I have the problem that preactivated advice no longer gets > preactivated. However, the same problem occurs now with a current > compilation of Emacs-21.3! So I suspect that it might be > compiler-related (gcc-4.0). It worked at one point of time in t

Problems with advice...

2005-03-17 Thread David Kastrup
I have the problem that preactivated advice no longer gets preactivated. However, the same problem occurs now with a current compilation of Emacs-21.3! So I suspect that it might be compiler-related (gcc-4.0). It worked at one point of time in the past. Whatever. In the search for the problem