* Carsten Dominik (2007-02-13) writes:

> please find enclosed a basic style file for comment.sty - would be nice 
> if it could find its way into the distribution.

I just looked into the file.  The comment environment is added to the
list of verbatim environments.  I'd say the environment content should
rather be treated as a comment.  So it would be better to augment
`font-latex-syntactic-keywords' accordingly.  One would likely have to
add something like

'(("^[  ]*\\(\\\\\\)end *{comment}"
   (1 "<" t))
  ("^[  ]*\\\\begin *{comment}.*\\(\n\\)"
   (1 ">" t)))

That's untested, of course. (c:

-- 
Ralf


_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to