From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. T. Raven" Newsgroups: gmane.emacs.help Subject: Re: info needed Date: Sun, 17 May 2009 22:52:23 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1242621654 30399 80.91.229.12 (18 May 2009 04:40:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 May 2009 04:40:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 18 06:40:47 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M5ueb-0003tn-3X for geh-help-gnu-emacs@m.gmane.org; Mon, 18 May 2009 06:40:45 +0200 Original-Received: from localhost ([127.0.0.1]:40420 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M5uea-0004eN-Eh for geh-help-gnu-emacs@m.gmane.org; Mon, 18 May 2009 00:40:44 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!bigfeed2.bellsouth.net!news.bellsouth.net!border2.nntp.dca.giganews.com!nntp.giganews.com!backlog2.nntp.dca.giganews.com!nntp.sysmatrix.net!news.sysmatrix.net.POSTED!not-for-mail Original-NNTP-Posting-Date: Sun, 17 May 2009 22:52:02 -0500 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-Lines: 20 X-Usenet-Provider: http://www.giganews.com Original-NNTP-Posting-Host: 12.73.130.91 Original-X-Trace: sv3-spJHkWKML3oFO9W7xjm8Z25sgaHwV6o3KW/xfZHJxWlpXJ+4bDwVGUuqlU5Nh0ZLoCtScSI7HUqg/wu!4/pi5V7kYYUoySoj3btCjOAdSsdqVq1dQG7o74IC4COdAx4Tew1DRHExBmyzEVVReeaaKTXNKzHM!zDFIgRmcd5ZiXZ03RcEakgP/8yABXA== Original-X-Complaints-To: abuse@sysmatrix.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.39 Original-Xref: news.stanford.edu gnu.emacs.help:169273 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64524 Archived-At: Anand Dhanakshirur wrote: > Hi, > How to go back to the position of the cursor from where semantic-ia-fast-jump is called. > > Basically i want to go back to my position in code after seeing the definition of a tag. > what is the command? This: " One of the most useful commands for navigation in source code is the semantic-ia-fast-jump command, that allows to jump to declaration of variable or function, whose name is under point. You can return back by using the semantic-mrub-switch-tag command (C-x B), that is available when you use the semantic-mru-bookmark-mode minor mode. " is here: http://xtalk.msk.su/~ott/en/writings/emacs-devenv/EmacsCedet.html