Re: Automatic Extraction of New Things
Jobst Hoffmann <J.Hoffmann <at> fh-aachen.de>
2005-09-17 14:38:40 GMT
Am Samstag, den 17.09.2005, 15:32 +0200 schrieb Ralf Angeli:
> * Jobst Hoffmann (2005-09-17) writes:
>
> > Am Samstag, den 17.09.2005, 13:17 +0200 schrieb Ralf Angeli:
> >>
> >> Did you customize `TeX-auto-parse-length'? Could you repeat your test
> > Yes, parse-legth=99999
>
> Oh, that's pretty small. In texpower.sty that means parsing stops at
> line 2161.
>
> >> without your customizations?
> [...]
> > Now the results are correct, thank you for your effort!
> >
> > Is it a general advice for auto extraction to work with a clean (x)emacs
> > or should I look at my setup to fix a bug (it might be cumbersome)?
>
> I cannot give a general advice here. Using the example at hand the
> customization lead to problems because it reduced the maximum file
> length to be parsed and the file was larger than that.
>
> But you could have increased the value of `TeX-auto-parse-length' as
> well. This would have enabled AUCTeX to parse files longer than
> covered by the default value. If you wanted to parse such a file,
> using the customization over the default would have been better.
>
I've increased TeX-auto-parse-length to a bigger value and parsing works
fine. I've just misinterpreted the length as number of lines and not as
number of bytes (i associate "size" with that). Perhaps you can change
(Continue reading)