Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!floyd!harpo!seismo!hao!hplabs!sri-unix!wcwells%ucbopal.CC@Ucb-Vax.ARPA From: wcwells%ucbopal.CC@Ucb-Vax.ARPA Newsgroups: net.micro.cpm Subject: Re: modem7 and emacs Message-ID: <358@sri-arpa.UUCP> Date: Wed, 28-Mar-84 15:09:50 EST Article-I.D.: sri-arpa.358 Posted: Wed Mar 28 15:09:50 1984 Date-Received: Sun, 1-Apr-84 07:26:19 EST Lines: 36 From: William C. Wells In reply to: Date: 28 March 1984 10:41 cst From: Cargo.PD@Hi-Multics.ARPA Subject: modem7 and emacs To: info-cpm@Amsaa.ARPA I too have been trying to use emacs (Gosling derivative from UniPress on VMS) with mdm720. When I turned on the capture option to see what was received, it became apparent that in terminal mode, mdm720 was eating the escape characters that emacs was sending to do things like cursor positioning and so forth. Check your overlay for a IGNORCTL DB YES about address 11DH, and change it to IGNORCTL DB NO then re-overlay the COM file. MDM7xx assumes that you are using a dump terminal (TTY) and that you do not want to see extra characters generated by signal line noise. Thus the "IGNORCTL DB YES" flag does not display characters higher than control-M in the ASCII table when you are in terminal mode. "IGNORCTL DB NO" should be set if you are using MDM7xx to communicate with a remote computer that drives your microcomputer console directly. Bill Wells