Path: utzoo!attcan!uunet!lll-winken!sun-barr!cs.utexas.edu!rice!sun-spots-request From: NCUT028@TWNMOE10.BITNET (Jymmi C. Tseng) Newsgroups: comp.sys.sun Subject: Backspace and Delete keys. Keywords: Miscellaneous Message-ID: <3084@brazos.Rice.edu> Date: 15 Nov 89 02:26:18 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 19 Approved: Sun-Spots@rice.edu X-Refs: Original: v8n183, Related: v8n194 X-Sun-Spots-Digest: Volume 8, Issue 198, message 14 of 18 Refering to your question about backspace and delete keys, I am willing to share my experiences. Insert a line in your .login file that reads: stty erase = '^H' #This line means set the Delete key as ASCII character erase stty werase = '^?' #Set the Backspace key as ASCII word erase #Or whichever way you prefer it Then insert these lines in your .defaults file (or using defaultsedit) /Text/Edit-back_word "/b" #This line sets the backspace key as word kill. #And so forth, did I solve your problem? I am sure you can find your way from here on. Mail me for further questions. Jymmi C. Tseng NCUT028@TWNMOE10