From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Albert Reiner Newsgroups: gmane.emacs.help Subject: Re: jump next previous - tag bookmark or search Date: 28 May 2006 18:04:22 +0200 Organization: Norwegian university of science and technology Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1148834435 4833 80.91.229.2 (28 May 2006 16:40:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 May 2006 16:40:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 28 18:40:34 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FkOJc-0008Oc-KI for geh-help-gnu-emacs@m.gmane.org; Sun, 28 May 2006 18:40:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FkOJb-0001wo-RC for geh-help-gnu-emacs@m.gmane.org; Sun, 28 May 2006 12:40:31 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!ntnu.no!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: eivind.phys.ntnu.no Original-X-Trace: orkan.itea.ntnu.no 1148832262 4443 129.241.48.123 (28 May 2006 16:04:22 GMT) Original-X-Complaints-To: usenet@itea.ntnu.no Original-NNTP-Posting-Date: Sun, 28 May 2006 16:04:22 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Original-Xref: shelby.stanford.edu gnu.emacs.help:139640 Original-To: help-gnu-emacs@gnu.org 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:35264 Archived-At: [Adam , Mon, 29 May 2006 03:36:44 +1200]: > My file of code is long and getting longer. So I would like to jump either > forward or backward to the next or previous section start, with a single > keystroke, such as F7 (previous) and F8 (next). > > I would be happy to comment each section start with a signifier-comment, > such as ;; ** whereas all other comments would start ;;; or ; This sounds like a case for outline-mode or outline-minor-mode to me. You probably have to adjust some regexp to recognize your sections. Albert.