Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!ncar!boulder!sunybcs!rutgers!cmcl2!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: Behaviour of setjmp/longjmp and registers Message-ID: <9616@smoke.BRL.MIL> Date: 8 Feb 89 19:08:49 GMT References: <25@torsqnt.UUCP> <8867@bloom-beacon.MIT.EDU> <9480@smoke.BRL.MIL> <7644@chinet.chi.il.us> <501@maxim.ERBE.SE> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 12 In article <501@maxim.ERBE.SE> prc@maxim.ERBE.SE (Robert Claeson) writes: -In article <7644@chinet.chi.il.us>, les@chinet.chi.il.us (Leslie Mikesell) writes: -> It must be fun to run vi/emacs/ksh/etc. on a keyboard that has not -> ESC key. -Sort of. All keyboards that I know of that lacks an ESC key has another -key as a substitute. For example, on the VT220 keyboard, one can use -ctrl-3 or ctrl-[. I don't know about ctrl-3, but ctrl-[ almost certainly transmits the ASCII ESC code, so it amounts to an ESC key. That brings one right back to the original problem, of distinguishing between legitimate escape sequences and human-typed garbage.