Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!bloom-beacon!gatech!purdue!i.cc.purdue.edu!j.cc.purdue.edu!pur-ee!uiucdcs!uxc.cso.uiuc.edu!ccvaxa!wombat From: wombat@ccvaxa.UUCP Newsgroups: comp.emacs Subject: Re: questions about gnuemacs Message-ID: <57600006@ccvaxa> Date: 5 Feb 88 06:33:00 GMT References: <198@rtg.cme-durer.ARPA> Lines: 10 Nf-ID: #R:rtg.cme-durer.ARPA:198:ccvaxa:57600006:000:338 Nf-From: ccvaxa.UUCP!wombat Feb 5 00:33:00 1988 Another way around the ^M appearing when using rlogin problem is to put the following into your .login file (assuming you use csh): # Don't want echoing and do want newline conversion if running through # an emacs window from another machine. if ($term == 'emacs') then stty -echo nl echo "NL on and local echoing off" ; endif