From owner-freebsd-questions Mon Apr 1 21:44:11 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA08757 for questions-outgoing; Mon, 1 Apr 1996 21:44:11 -0800 (PST) Received: from mail.think.com (Mail1.Think.COM [131.239.33.245]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA08750 for ; Mon, 1 Apr 1996 21:44:08 -0800 (PST) Received: from Early-Bird-1.Think.COM by mail.think.com; Tue, 2 Apr 96 00:43:53 -0500 Received: from compound (fergus-26.dialup.cfa.org) by Early-Bird.Think.COM; Tue, 2 Apr 96 00:43:50 EST Received: (from alk@localhost) by compound (8.6.12/8.6.112) id XAA10841; Mon, 1 Apr 1996 23:45:37 -0600 Date: Mon, 1 Apr 1996 23:45:37 -0600 Message-Id: <199604020545.XAA10841@compound> From: Tony Kimball To: lehey.pad@sni.de Cc: questions@freefall.freebsd.org In-Reply-To: <199603270859.JAA25468@nixpbe.pdb.sni.de> (message from Greg Lehey on Wed, 27 Mar 96 9:56:20 MET) Subject: Re: stty -echo -nl, emacs Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Date: Wed, 27 Mar 96 9:56:20 MET From: Greg Lehey Which shell are you using? With bash or ksh, things work correctly (or at least the same way as under SunOS 4 and 5). You shouldn't need to do any stty adjustments. If you still can't get it to work, please tell me: 1. Which shell are you using. 2. The output from stty -a when these problems occur. Greg I am using es, sans editline/readline. ; stty -a stty -a^M speed 9600 baud; 0 rows; 0 columns;^M lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl^M -echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo^M -extproc^M iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel ignbrk^M brkint -inpck -ignpar -parmrk^M oflags: opost onlcr -oxtabs^M cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow^M -dtrflow -mdmbuf^M cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ;^M eol2 = ; erase = ; intr = ^C; kill = ;^M lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q;^M status = ; stop = ^S; susp = ^Z; time = 0; werase = ^W;^M Now ash will at least drop the echo (so I infer that this is an es bug, and I will fix it there) but still emits the annoying \015s. ; sh sh^M $ date Mon Apr 1 23:41:18 CST 1996^M ^^