From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Douglas A. Gwyn" Message-ID: <3C4CE0DF.1359C6F7@null.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <20020121221520.88DFF199E3@mail.cse.psu.edu> Subject: Re: [9fans] Getting started in Plan9 - help Date: Tue, 22 Jan 2002 09:53:57 +0000 Topicbox-Message-UUID: 406f73be-eaca-11e9-9e20-41e7f4b1d025 anothy@cosym.net wrote: > also, as noted earlier, it's not at all clear what the > "conventional" functionality of del is. on most of my > Unix systems, it produces ^? - far less useful than the > interupt function. On Unix systems since around 7th Edition, one can bind any input character to the INTR function, and the DEL character was the default (somewhat confused by Berkeleyites who tried to change to DEC OS conventions: ^C -> INTR, DEL -> char-erase, etc.). ^? is just a way of representing the ASCII DEL character using printable notation; the actual character is still DEL (0x7F).