Ilya Zakharevich <[EMAIL PROTECTED]> writes: > [A complimentary Cc of this posting was sent to > zhengfish > <[EMAIL PROTECTED]>], who wrote in article <[EMAIL PROTECTED]>: >> Hi, I'm a newbie for emacs+etags.
>> when i read source in emacs with etags: M-. jump to the tag(called >> func), but then how can i jump BACK to the where the calling line? > > This is a gaping hole in the Emacs UI. I wrote a package, > imenu-go.el, which behaves "as expected". Hardly. M-* runs the command pop-tag-mark which is an interactive compiled Lisp function in `etags'. It is bound to M-*. (pop-tag-mark) Pop back to where M-. was last invoked. This is distinct from invoking M-. with a negative argument since that pops a stack of markers at which tags were found, not from where they were found. [back] -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs