auctex-devel
[Top][All Lists]
Advanced

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

[AUCTeX-devel] Re: Contribution to AUCTeX‏


From: Ralf Angeli
Subject: [AUCTeX-devel] Re: Contribution to AUCTeX‏
Date: Fri, 18 Jun 2010 17:44:51 +0200

* Vincent Belaïche (2010-06-13) writes:

> + (defconst Texinfo-structuring-command-levels-alist
> +   '( ("top" . -1) ("chapter" . 0)  ("unnumbered" . 0)   ("appendix" . 0)
> +      ("majorheading" . 2) ("chapheading" . 2) 
> +      ("section" . 5) ("unnumberedsec" . 5) ("appendixsec" . 5) ("heading" . 
> 5)
> +      ("subsection" . 9) ("unnumberedsubsec" . 9) ("appendixsubsec" . 9) 
> ("subheading" . 9)
> +      ("subsubsection" . 13))
> +   "Alist providing for each strucuting command the corresponding
> + level starting by -1 for @top, down to 13 for @subsubsection."  )

Why is this constant required?  tex-info.el has been using
`texinfo-section-list' up until now which also includes information on
sectioning levels.

By the way, it would probably be easier if you included only one new
feature per patch.  (Including a ChangeLog entry!)  Then we could
already check it in once we discussed it and would not have to wait
until we discussed the other features as well. (c:

-- 
Ralf



reply via email to

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