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: Andreas Röhler
Subject: Re: Modern Conventions for Emacs Lisp files?
Date: Tue, 09 Apr 2013 08:05:34 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130307 Thunderbird/17.0.4

Am 08.04.2013 21:51, schrieb Thorsten Jolitz:
Andreas Röhler <address@hidden> writes:

Am 08.04.2013 15:22, schrieb Stefan Monnier:
1. File structuring with outcommented Org-mode headlines (;; * Headline)

Reads like another argument not to hard-code "*" as headers

Actually, in outshine.el, in contrast to Org-mode, "*" is not hard-coded
but a customizable variable.

,-------------------------------------------------
| (defcustom outshine-outline-regexp-base " [*]+ "
|   "Base for calculating the outline-regexp"
|   :group 'outshine
|   :type 'regexp)
`-------------------------------------------------


Ah, thanks. Thus it will keep legibility of native code.

Andreas



reply via email to

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