* David Kastrup (2007-07-07) writes:

> Ralf Angeli <[EMAIL PROTECTED]> writes:
>
>> How would the output finally be decoded?  By calling
>> `detect-coding-region' and then `decode-coding-region' on the whole
>> output buffer after process exit?
>
> Why detect the coding from the region?  I'd presume that the filter
> routine would keep track of the current file and errors (so that it
> could highlight them as they come and fold the less interesting stuff
> away), so it could usually take the coding from the file in question.

For now I only want to fix the bug related to the search for warnings,
so I am seeking a simple fix I can implement without too much effort.
Of course it should be as clean as possible within this constraint.
Simply yanking the linebreaks from the decoded output will likely do
for now.

-- 
Ralf



_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to