11.84; Errors in files with long names
Pierre Lorenzon <pollock.nageoire <at> wanadoo.fr>
2007-07-16 12:08:39 GMT
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.
Be sure to consult the FAQ section in the manual before submitting
a bug report. If the bug (or problem) is triggered by a specific
(La)TeX file, you should try to produce a minimal sample file
showing the problem and include it in your report.
Your bug report will be posted to the AUCTeX bug reporting list.
------------------------------------------------------------------------
Hi,
When I have an included file in my document whose name is to
long, erros cannot be retrieved correctly in it :
When typing C-c `or M-g n, a truncated file is open. It means
the file name is note correctly read in the output buffer by
the parse method. It occurs when the file name in the output
buffer is splitt with a newline in it because it is to long. In
this case, the parse method only take the part being on the
first line and hence tries to open a file with truncated
truncated name which does not exist and where the error can
naturally not be found !
In my opinion, the problem is in file tex-buf.el at line 1370
in command :
(rplaca TeX-error-file (TeX-match-buffer 2))))
(Continue reading)