unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: Process output truncation when using UTF-8
Date: Sat, 21 Jun 2003 00:56:28 -0400	[thread overview]
Message-ID: <E19TaQO-0000E5-4j@fencepost.gnu.org> (raw)
In-Reply-To: <200306200420.NAA24367@etlken.m17n.org> (message from Kenichi Handa on Fri, 20 Jun 2003 13:20:48 +0900 (JST))

    #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	other threads:[~2003-06-21  4:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-28  8:12 Process output truncation when using UTF-8 Milan Zamazal
2003-05-30  8:16 ` Kenichi Handa
2003-06-03 14:59   ` Milan Zamazal
2003-06-04 12:48     ` Kenichi Handa
2003-06-13 10:38       ` Milan Zamazal
2003-06-19  4:24         ` Kenichi Handa
2003-06-20  3:15           ` Richard Stallman
2003-06-20  4:20             ` Kenichi Handa
2003-06-21  4:56               ` Richard Stallman [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E19TaQO-0000E5-4j@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).