From owner-freebsd-questions Mon May 29 00:56:52 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA19927 for questions-outgoing; Mon, 29 May 1995 00:56:52 -0700 Received: from cc.jyu.fi (root@[130.234.0.6]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id AAA19921 for ; Mon, 29 May 1995 00:56:46 -0700 Received: from [130.234.41.39] (zaphod.maccc.jyu.fi) by cc.jyu.fi with SMTP id AA13033 (5.67a/IDA-1.4.4 for freebsd-questions@freebsd.org); Mon, 29 May 1995 10:58:58 +0300 X-Sender: kallio@pop.jyu.fi Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 29 May 1995 10:59:05 +0300 To: freebsd-questions@FreeBSD.org From: kallio@jyu.fi (Seppo Kallio) Subject: ** Problem with direct emacs+Macintosh NCSA Telnet 2.6 ** Sender: questions-owner@FreeBSD.org Precedence: bulk Hi I have one node with FreeBSD 2.0 and one with SNAP-950412 Both have same problem with emacs if I do telnet directly from my Macintosh: 1. In emacs C-c does not work. 2. When I return to emacs with fg after Control-Z, emacs seems to be in line mode. I can se no differences in set or env output. stty -a has some differences: Direct NCSA Telnet has: stty -a speed 9600 baud; 50 rows; 80 columns; lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo extproc iflags: istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk brkint -inpck -ignpar -parmrk oflags: opost onlcr -oxtabs cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf cchars: discard =3D ^O; dsusp =3D ^Y; eof =3D ^D; eol =3D ; eol2 =3D ; erase =3D ^?; intr =3D ^C; kill =3D ^U; lnext =3D = ^V; min =3D 1; quit =3D ^C; reprint =3D ^R; start =3D ^Q; status =3D ; stop =3D ^S; susp =3D ^Z; time =3D 0; werase =3D ^W; Indirect NCSA Telnet has: stty -a differences in -extproc -istrip quit =3D ^\ Changing them seem to have no efect. It seems that emacs is doing something to terminal parameters. It is acting differently after visiting emacs. But nothing is wisible in stty -a. ----------------------------- If I start emacs with "emacs" and type som text the screen is: -------------------------------------------------------------------------- Test text to scratch --**-Emacs: *scratch* (Lisp Interaction)--All--------------------- Symbol's value as variable is void: scratch What is this "Symbol's value as variable is void: scratch" If I do Control-Z screen looks like this: -------------------------------------------------------------------------- Test text to scratch Suspended itu:~% --**-Emacs: *scratch* (Lisp Interaction)--All-------------------- Symbol's value as variable is void: scratch The Suspended is in the meiddle of the screen. If I do fg and then C-x C-c I am getting ------------------------------------------------------------------------- Test text to scratch Suspended itu:~% fg emacs ^X^C --**-Emacs: *scratch* (Lisp Interaction)--All-------------------- quit -------- If I first telnet to some other node and then telnet into FreeBSD node, no problems. Seppo