bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] 2007-05-25; \documentclass options like version=2.97a p


From: Ralf Angeli
Subject: Re: [Bug-AUCTeX] 2007-05-25; \documentclass options like version=2.97a prevent parsing
Date: Wed, 20 Jun 2007 22:59:36 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

* Christian Schlauer (2007-06-19) writes:

> Now the problem is that if a `floating point version number' is
> specified, the file scrlttr2.elc is not loaded, which means that C-c
> C-e lett TAB does not offer the letter environment.

The regexp for recognizing a \documentclass macro when parsing the file
looks like this
"\\\\document\\(style\\|class\\)\
\\(\\[\\(\\([^#\\.%]\\|%[^\n\r]*[\n\r]\\)*\\)\\]\\)?\
{\\([^#\\\\\\.\n\r]+?\\)}"
(See `LaTeX-auto-minimal-regexp-list'.)  So periods in arguments are
explicitely disallowed.  Does anybody know why this restriction is in
place?

-- 
Ralf




reply via email to

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