From xemacs-m  Fri Feb 14 07:30:26 1997
Received: from neal.ctd.comsat.com (exim@neal.ctd.comsat.com [134.133.40.21])
	by xemacs.org (8.8.5/8.8.5) with SMTP id HAA18613
	for <xemacs-beta@xemacs.org>; Fri, 14 Feb 1997 07:30:25 -0600 (CST)
Received: from neal by neal.ctd.comsat.com with local (Exim 1.58 #2)
	id 0vvNiB-00009X-00; Fri, 14 Feb 1997 08:29:59 -0500
To: Hrvoje Niksic <hniksic@srce.hr>
Cc: xemacs-beta@xemacs.org
Subject: Re: fixing gnuattach
References: <yvt7mkdef0r.fsf@corona.pixar.com> <kigbu9pfrin.fsf@jagor.srce.hr>
	<yvt67zxe828.fsf@corona.pixar.com> <kigu3nhe6wy.fsf@jagor.srce.hr>
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
From: Neal Becker <neal@ctd.comsat.com>
Date: 14 Feb 1997 08:29:59 -0500
In-Reply-To: Hrvoje Niksic's message of 13 Feb 1997 04:11:57 +0100
Message-ID: <u9g1yzy0q0.fsf@neal.ctd.comsat.com>
Lines: 38
X-Mailer: Gnus v5.2.40/XEmacs 20.0

On hpux9.05 gnuattach stops the emacs process.  Then if I do

C-z
%1

to the tty it comes back to life.

After C-# the tty (which was an xterm) is left hosed.  I can invoke
the xterm menu, do a "full reset", and it's still hosed.

Typing characters in the xterm are echoed, but don't seem to do
anything.  Hitting C-c causes a beep.

For what it might be worth, here's the state of the stuck tty:

stty --all < /dev/ttyp1
speed 9600 baud; rows 24; columns 80;
intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = ^@; eol2 = ^@;
swtch = ^@; start = ^Q; stop = ^S; susp = ^Z; min = 4; time = 0;
parenb -parodd cs8 hupcl -cstopb cread -clocal
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
-iuclc -ixany
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop

Here is a normal xterm tty:

stty --all
speed 9600 baud; rows 24; columns 80;
intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = ^@; eol2 = ^@;
swtch = ^@; start = ^Q; stop = ^S; susp = ^Z; min = 4; time = 0;
parenb -parodd cs8 hupcl -cstopb cread -clocal
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
-iuclc -ixany
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop

Not sure if this shows anything useful.

