emacs-devel
[Top][All Lists]
Advanced

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

Cycling first N heading levels in outline


From: Christopher Dimech
Subject: Cycling first N heading levels in outline
Date: Mon, 24 May 2021 12:39:15 +0200

I have looked at how functions are folded.  But if you call elisp code (which
always involves using parentheses) they also get to be interpreted as headings.

Can this be fixed please, so that only elisp structure constructs are 
interpreted
as headlines [e.g. "(defun" "(defvar"].

Regards
Christopher

> Sent: Monday, May 24, 2021 at 7:55 AM
> From: "Stefan Monnier" <monnier@iro.umontreal.ca>
> To: "Christopher Dimech" <dimech@gmx.com>
> Cc: "Jean Louis" <bugs@gnu.support>, "Ihor Radchenko" <yantar92@gmail.com>, 
> emacs-devel@gnu.org
> Subject: Re: Cycling first N heading levels in outline
>
> > Hi Jean, do you know how to have subheadings for elisp using 
> > outline-minor-mode?
>
> The convention used in ELisp is:
>
>    ;;; Section
>    ;;;; Subsection
>    ;;;;; Subsubsection
>    ;;;;;; Subsubsubsection
>    ;;;;;;; Subsubsubsubsection
>    [...]
>
>
> -- Stefan
>
>



reply via email to

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