[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: jump next previous - tag bookmark or search
|
From: |
Albert Reiner |
|
Subject: |
Re: jump next previous - tag bookmark or search |
|
Date: |
28 May 2006 18:04:22 +0200 |
|
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
[Adam <address@hidden>, 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.