all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
To: rms@gnu.org
Cc: emacs-pretest-bug@gnu.org, Magnus Henoch <mange@freemail.hu>,
	Miles Bader <miles@gnu.org>
Subject: Re: 23.0.50; ^D inserted into network streams
Date: Mon, 24 Dec 2007 14:56:12 +0900	[thread overview]
Message-ID: <wly7bk4ow3.wl%mituharu@math.s.chiba-u.ac.jp> (raw)
In-Reply-To: <E1Iz4W8-0007nH-4K@fencepost.gnu.org>

>>>>> On Mon, 03 Dec 2007 01:10:56 -0500, Richard Stallman <rms@gnu.org> said:

> I think this is a feature that was designed to get out of a state
> where a subprocess is waiting for a line of input and the kernel
> won't give it any input until it gets a whole line from Emacs.

> I do not know if that problem can still occur in modern systems.

> Your patch looks correct to me.  I installed it in Emacs 22.
> Thanks.

I've just changed the initialization value from 0 to Qnil in the
EMACS_22_BASE branch, because the `pty_flag' member in Emacs 22 is not
a bit field as in Emacs 23, but a Lisp object.

Miles, please do not propagate the following change to the trunk at
the merger next time.

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp

--- process.c	2007/12/03 00:40:41	1.512.2.8
+++ process.c	2007/12/24 05:25:42	1.512.2.9
@@ -626,7 +626,7 @@
   XSETFASTINT (p->tick, 0);
   XSETFASTINT (p->update_tick, 0);
   p->pid = 0;
-  p->pty_flag = 0;
+  p->pty_flag = Qnil;
   p->raw_status_new = 0;
   p->status = Qrun;
   p->mark = Fmake_marker ();

  reply	other threads:[~2007-12-24  5:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-02 13:51 23.0.50; ^D inserted into network streams Magnus Henoch
2007-12-03  6:10 ` Richard Stallman
2007-12-24  5:56   ` YAMAMOTO Mitsuharu [this message]
2007-12-24 21:55     ` Richard Stallman

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

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

  git send-email \
    --in-reply-to=wly7bk4ow3.wl%mituharu@math.s.chiba-u.ac.jp \
    --to=mituharu@math.s.chiba-u.ac.jp \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=mange@freemail.hu \
    --cc=miles@gnu.org \
    --cc=rms@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.