I know how to go to a variable definition in Emacs using semantic-mode
. It works well in a single file (I think it doesn't work if the definition is in another file). Using C-c , j
, I can go to the definition of the variable, but, how do I jump back to the previous line? Currently I use display Symref C-c , g
, and select the displayed symref.
Is there any straight method?