emacs-devel
[Top][All Lists]
Advanced

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

Re: process output has become a bit random...


From: Kenichi Handa
Subject: Re: process output has become a bit random...
Date: Thu, 29 Jul 2004 22:05:19 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, David Kastrup <address@hidden> writes:
[...]
> Yes, that's it.  Even though the very last line would appear to be a
> preview-latex internal bug.  If you take a look at the run buffer (C-c
> C-l) and search for, say, "Snippet 8", you will find that some
> passages around the matches are replicated.

> It is probably some change in process.c or coding.c in the last month
> or so.  If you use gcc-3.3.4, at least it does not seem to be
> gcc-3.4-related like I feared at first.

The change below

2004-06-11  Kenichi Handa  <address@hidden>

        * coding.c (decode_coding_string): Check CODING_FINISH_INTERRUPT.

is just this.

Index: coding.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/coding.c,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -c -r1.303 -r1.304
cvs diff: conflicting specifications of output style
*** coding.c    6 Jun 2004 23:59:19 -0000       1.303
--- coding.c    11 Jun 2004 05:56:44 -0000      1.304
***************
*** 6320,6325 ****
--- 6320,6326 ----
        produced += coding->produced;
        produced_char += coding->produced_char;
        if (result == CODING_FINISH_NORMAL
+         || result == CODING_FINISH_INTERRUPT
          || (result == CODING_FINISH_INSUFFICIENT_SRC
              && coding->consumed == 0))
        break;

Could you please try again while canceling this change?

---
Ken'ichi HANDA
address@hidden




reply via email to

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