Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!SRI-NIC.ARPA!SOL From: SOL@SRI-NIC.ARPA (Sol Lederman) Newsgroups: comp.protocols.tcp-ip Subject: Re: TCP/IP terminalservers and BREAK(/^C) Message-ID: <12442063613.34.SOL@SRI-NIC.ARPA> Date: 28 Oct 88 16:56:42 GMT References: <8810281350.AA26394@ETN-WLV.EATON.COM> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 11 In emacs, ^O puts the end-of-line character(s) into your editing buffer and leaves the cursor at the same place it was in before the ^O was pressed. Hitting Return puts the same end-of-line character into your buffer but the cursor is repositioned to be after the end-of-line character. The difference might appear to be subtle but it's handy to have the option of where you want your cursor to be after hitting Return. Sol Disclaimer: This is the way ^O seems to work on TOPS-20 emacs. I haven't checked other versions. -------