help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: jump next previous - tag bookmark or search


From: Stefan Monnier
Subject: Re: jump next previous - tag bookmark or search
Date: Sun, 28 May 2006 14:04:08 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]