Hi,
On Thu, Feb 3, 2011 at 2:54 PM, Anand Dhanakshirur
<adhanakshirur@...> wrote:
> The command semantic-ia-fast-jump is working fine.
> It is correctly going to the defintion
> What is the command to go back to the called position?
> Anand
>
>
I use this function to jump forth and back (i.e. press c-u +
my-semantic-jump to go back):
(defun my-semantic-jump (&optional arg)
(interactive "*P")
(if arg
(progn
(semantic-mrub-switch-tags
(semantic-mrub-completing-read "Switch to tag")))
(semantic-ia-fast-jump (point))))
BR
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> cedet-semantic mailing list
> cedet-semantic@...
> https://lists.sourceforge.net/lists/listinfo/cedet-semantic
>
|