auctex-devel
[Top][All Lists]
Advanced

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

[AUCTeX-devel] Re: [AUCTeX-diffs] Changes to auctex/ChangeLog,v


From: David Kastrup
Subject: [AUCTeX-devel] Re: [AUCTeX-diffs] Changes to auctex/ChangeLog,v
Date: Thu, 01 May 2008 22:33:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Ralf Angeli <address@hidden> writes:

> CVSROOT:      /cvsroot/auctex
> Module name:  auctex
> Changes by:   Ralf Angeli <angeli>    08/05/01 13:59:48
>
> Index: ChangeLog
> ===================================================================
> RCS file: /cvsroot/auctex/auctex/ChangeLog,v
> retrieving revision 5.1580
> retrieving revision 5.1581
> diff -u -b -r5.1580 -r5.1581
> --- ChangeLog 28 Apr 2008 20:47:38 -0000      5.1580
> +++ ChangeLog 1 May 2008 13:59:48 -0000       5.1581
> @@ -1,3 +1,8 @@
> +2008-05-01  Ralf Angeli  <address@hidden>
> +
> +     * tex-buf.el (TeX-format-filter): Do not remove linebreak if the
> +     following line starts with an opening parenthesis.
> +

I am not sure this is correct.  The main problem with TeX-format-filter
may be that it does not work on raw bytes but on reencoded characters.
But TeX itself counts off 79 raw bytes before doing a line end.  If we
were taking this seriously, the process-filter would need to use unibyte
encoding, reconcatenate lines of length 79 with the following character,
then replace ^^xx sequences with the corresponding byte, and only then
decode the resulting line according to the coding system of the source
buffer.

Of course, things are different when using, respectively, Omega or
Aleph, or XeTeX, or LuaTeX.

Excuse me while I bang my head against a wall.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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