From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: jump next previous - tag bookmark or search
Date: Sun, 28 May 2006 14:04:08 -0400 [thread overview]
Message-ID: <jwv4pzaown9.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: e5cg1c$8rt$1@lust.ihug.co.nz
> 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).
Checkout outline-minor-mode.
> I would be happy to comment each section start with a signifier-comment,
> such as ;; ** whereas all other comments would start ;;; or ;
The Elisp coding conventions say that ";;;" starts a section heading (which
is recognized by outline-minor-mode). I.e. normal comments should use ";;"
or ";" but not ";;;".
Stefan
next prev parent reply other threads:[~2006-05-28 18:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-28 15:36 jump next previous - tag bookmark or search Adam
2006-05-28 16:04 ` Albert Reiner
2006-05-28 16:20 ` Drew Adams
2006-05-28 16:30 ` Bastien
2006-05-28 18:04 ` Stefan Monnier [this message]
2006-05-28 20:46 ` jump next previous Adam
[not found] <mailman.2370.1148833261.9609.help-gnu-emacs@gnu.org>
2006-05-29 5:41 ` jump next previous - tag bookmark or search Adam
2006-05-29 19:46 ` Stefan Monnier
2006-05-29 22:02 ` Adam
2006-05-30 0:27 ` Stefan Monnier
2006-05-30 22:16 ` Adam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwv4pzaown9.fsf-monnier+gnu.emacs.help@gnu.org \
--to=monnier@iro.umontreal.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).