Path: utzoo!mnetor!uunet!husc6!bu-cs!tower From: tower@bu-cs.BU.EDU (Leonard H. Tower Jr.) Newsgroups: comp.emacs Subject: Re: questions about gnuemacs Message-ID: <19776@bu-cs.BU.EDU> Date: 8 Feb 88 17:03:31 GMT References: <198@rtg.cme-durer.ARPA> <57600006@ccvaxa> Reply-To: tower@bu-it.bu.edu Followup-To: comp.emacs Organization: Distributed Systems Group, Boston University, 111 Cummington Street, Boston, MA 02215, USA +1 (617) 353-2780 Lines: 16 X-Home: 36 Porter Street, Somerville, MA 02143, USA +1 (617) 623-7739 X-UUCP-Path: ..!harvard!bu-cs!tower In article <57600006@ccvaxa> wombat@ccvaxa.UUCP writes: | |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 A better file would be ~/.emacs_csh (see the Manual or Info Mode (node path Emacs/Shell/Interactive Shell). Save some time on each login. enjoy -len