* 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 _______________________________________________ auctex-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-devel
