auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] Re: debugging of multifile documents with TeX-next-error (2


From: David Kastrup
Subject: Re: [AUCTeX] Re: debugging of multifile documents with TeX-next-error (2)
Date: Thu, 05 Jul 2007 23:33:02 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

Ralf Angeli <address@hidden> writes:

> * David Kastrup (2007-07-03) writes:
>
>> Ralf Angeli <address@hidden> writes:
>>
>>> Hm, but pasting together random stuff will not be trivial.
>>
>> Would be the job of the filter routine.
>
>> Given TeX's byte-centricity,
>> it would have to be done even before decoding the byte stream into
>> characters.
>
> Is the string passed to the filter function still a byte stream?

set-process-coding-system is a built-in function in `src/process.c'.
(set-process-coding-system PROCESS &optional DECODING ENCODING)

Set coding systems of PROCESS to DECODING and ENCODING.
DECODING will be used to decode subprocess output and ENCODING to
encode subprocess input.

[back]

Setting DECODING to no-conversion will give byte streams to the filter
function.  There is the problem of how to deal with incomplete
characters in this case.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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