bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Process output truncation when using UTF-8


From: Richard Stallman
Subject: Re: Process output truncation when using UTF-8
Date: Sat, 21 Jun 2003 00:56:28 -0400

    #if 0  /* This causes bugs in (for instance) telnet to certain sites.  */
      s.main.c_iflag &= ~ICRNL; /* Disable map of CR to NL on input */
    #ifdef INLCR  /* Just being cautious, since I can't check how
                     widespread INLCR is--rms.  */
      s.main.c_iflag &= ~INLCR; /* Disable map of NL to CR on input */
    #endif
    #endif

    I tried to change the first line above to "#if 1".  The
    newly build emacs doesn't do CR->LF conversion, thus works
    well with the test case (utf-8-bug.el).

I don't know if that problem with (for instance) telnet still exists.
It might not--we could change this and see if anyone loses.

Is there a reason to use a pty in this case?  If you set
process-connection-type to nil for this application,
does that solve the problem?




reply via email to

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