From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b3df91c5d77c33bb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-01 16:50:36 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.mathworks.com!news.mathworks.com!uunet!nyc.uu.net!ash.uu.net!spool0900.news.uu.net!reader0900.news.uu.net!not-for-mail Sender: DB3L@CTWD0143 Newsgroups: comp.lang.ada Subject: Re: Emacs Language Sensitive Editing References: <9rodvs$2kh$1@infosun2.rus.uni-stuttgart.de> <87vggu66ts.fsf@deneb.enyo.de> From: David Bolen Date: 01 Nov 2001 19:50:45 -0500 Message-ID: Organization: Fitlinxx, Inc. - Stamford, CT X-Newsreader: Gnus v5.7/Emacs 20.6 NNTP-Posting-Host: 208.247.212.3 X-Trace: 1004662235 reader0.ash.ops.us.uu.net 6341 208.247.212.3 Xref: archiver1.google.com comp.lang.ada:15603 Date: 2001-11-01T19:50:45-05:00 List-Id: Florian Weimer writes: > David Bolen writes: > > [ESC] > > > And it works fine over any remote protocols, since it's just a > > standard individual ASCII code. > > Not quite true. Some keys are represented by escape sequences, and if > network quality results in delays between the ESC and the following > characters, funny things can happen. A valid point, but I've found that more theoretical than realistic in my experience. Its really quite rare to have a terminal driver get confused between autogenerated ESC-prefixed sequences (which almost invariably end up in a single frame or packet or PDU across the network or have ms gaps over a serial interface) versus my human response time key sequence which easily has hundreds of ms between ESC and the next character. Besides which most such key sequences have more than ESC in common (e.g., ESC [) and reduce the chance of collision with something you'd type. And making it even less likely is that I rarely use such special keys in Emacs anyway, since, as you say, I've got Ctrl and ESC/Meta to perform anything I want. -- -- David -- /-----------------------------------------------------------------------\ \ David Bolen \ E-mail: db3l@fitlinxx.com / | FitLinxx, Inc. \ Phone: (203) 708-5192 | / 860 Canal Street, Stamford, CT 06902 \ Fax: (203) 316-5150 \ \-----------------------------------------------------------------------/