[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: process output has become a bit random...
From: |
Kim F. Storm |
Subject: |
Re: process output has become a bit random... |
Date: |
02 Aug 2004 01:49:04 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
David Kastrup <address@hidden> writes:
> However, the following patch cures everything then:
>
> --- coding.c 22 Jun 2004 11:22:11 +0200 1.305
> +++ coding.c 01 Aug 2004 02:17:32 +0200
> @@ -5330,7 +5330,7 @@
> /* As shrinking conversion region requires some overhead, we don't try
> shrinking if the length of conversion region is less than this
> value. */
> -static int shrink_conversion_region_threshhold = 1024;
> +static int shrink_conversion_region_threshhold = 4100;
>
> #define SHRINK_CONVERSION_REGION(beg, end, coding, str, encodep) \
> do {
> \
>
> It would appear that as soon as
> shrink_decoding_region is called via SHRINK_CONVERSION_REGION in
> decode-coding-string, things start going haywire.
Good catch!! I hope Handa can explain what's going on here.
--
Kim F. Storm <address@hidden> http://www.cua.dk
- Re: process output has become a bit random...,
Kim F. Storm <=