emacs-devel
[Top][All Lists]
Advanced

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

Re: Modern Conventions for Emacs Lisp files?


From: Nicolas Richard
Subject: Re: Modern Conventions for Emacs Lisp files?
Date: Tue, 09 Apr 2013 16:39:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Barry OReilly <address@hidden> writes:
>>> There is already a standard for that:
>>>
>>> ;;; Headline
>>> ;;;; SubHeadline
>>> ;;;;; SubSubHeadline
>
> Perhaps the Elisp manual needs an update, because it doesn't at all
> describe what Stefan does.
>
> http://www.gnu.org/software/emacs/manual/html_mono/elisp.html#Comment-Tips

The number of spaces after the semicolons is important too.

,----
| By default, Outline minor mode does not consider a comment to be a
| heading (even if it starts with at least three semicolons) if the
| semicolons are followed by at least two spaces.
`----

-- 
N.




reply via email to

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