From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hadron Newsgroups: gmane.emacs.help Subject: Re: 'Bookmark' question Date: Fri, 02 Feb 2007 03:29:59 +0100 Message-ID: <871wl9xpeg.fsf@gmail.com> References: <1170363181.528417.245190@m58g2000cwm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1170384038 13837 80.91.229.12 (2 Feb 2007 02:40:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Feb 2007 02:40:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 02 03:40:32 2007 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 1HCoLn-0004a5-Bo for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Feb 2007 03:40:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCoLm-0006o1-MF for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Feb 2007 21:40:30 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!newshosting.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-X-Trace: individual.net 5hhTSJxWOYVPH4vyPMFfZAE3+H2kef3B+uiM4yOKhEqnUB/5fc X-Orig-Path: news.individual.net!news X-Face: 2h#||Cd#d%F*NCm59[_6/{1a@jy%; |j>{D~4^gKg(^i%7j0IK?+,/GmW&:CD5fEKb_! User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:XY5vjoRl081WPiIF/rf2CVdclHc= Original-Xref: shelby.stanford.edu gnu.emacs.help:145238 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:40844 Archived-At: "Vols" writes: > Hi, group, > > Right now I use "jump to bookmark" to switch between bookmarks. > Is there any commands that I can use to "go to Next bookmark" or "go > to Previous bookmark" ? > > I know in VC++, it has this function with (Ctrl+K, Ctrl+N) for "next > bookmark". Thanks. > > Vol > enable-visual-studio-bookmarks is an interactive compiled Lisp function in `linemark.el'. (enable-visual-studio-bookmarks) Bind the viss bookmark functions to F2 related keys. - To=ggle a bookmark on this line. - Move to the next bookmark. - Move to the previous bookmark. - Clear all bookmarks. --