Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!nike!ucbcad!ucbvax!PSW.DEC.COM!winalski From: winalski@PSW.DEC.COM (Paul S. Winalski) Newsgroups: mod.computers.vax Subject: In re: TPU "EMACS" Message-ID: <8607240039.AA23262@decwrl.DEC.COM> Date: Wed, 23-Jul-86 15:03:01 EDT Article-I.D.: decwrl.8607240039.AA23262 Posted: Wed Jul 23 15:03:01 1986 Date-Received: Thu, 24-Jul-86 21:08:38 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 15 Approved: info-vax@sri-kl.arpa Keith F. Lynch writes: > I thought it wasn't possible to implement Emacs in TPU, as TPU would not >allow comands to be bound to many control keys, such as ^X, ^C, ^S, and >^Q. Is this now possible? TPU has always allowed commands to be bound to any key. The problem is, the\ VMS terminal driver will not pass ^X, ^C, ^S, and ^Q to applications under ordinary circumstances. Thus, TPU will never see those keys come in. If you set the terminal /PASSALL, it is possible to bind to all of the aforementioned keys. Of course, there are other reasons why you might not want to run with the terminal set /PASSALL. --PSW