[EMAIL PROTECTED] writes:
> I defined the following advice fragment so jde-open-class-source
> jumps to the line where the class is defined --
> it might be worthwhile having jde do this by default
> --rather than doing it via an advice.
>
> (defadvice jde-open-class-source (after fix pre a
I defined the following advice fragment so jde-open-class-source
jumps to the line where the class is defined --
it might be worthwhile having jde do this by default
--rather than doing it via an advice.
(defadvice jde-open-class-source (after fix pre act comp)
(senator-jump (ad-get-arg 0)))
--