auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] bug in tex-buf.el?


From: Ralf Angeli
Subject: Re: [AUCTeX-devel] bug in tex-buf.el?
Date: Thu, 01 May 2008 16:02:08 +0200

* Neal E. Young (2008-04-29) writes:

> To fix it, I changed the line
>
>         (not (eq (char-before) ?.)))
>
> (which I also think is wrong, see below) to
>
>         (not (eq (char-after (1+ (point))) ?\()))
>
> which seemed to fix it.
>
> (Note that not deleting the eol when the last char on the line is a
> '.', as the current code does, can cause a filename that has been
> split by tex after the 79th character, which happens to be a '.', to
> not be rejoined.  That's why I replaced the line instead of adding a
> new one.)

Thanks for the report.  I've added the additional check for the opening
paren in the following line, but I think we should keep the check for
the period in order to be more conservative.  Let's see how we are doing
with this setup ...

-- 
Ralf




reply via email to

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