Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!caen!uflorida!gatech!udel!cis.udel.edu From: pezely@cis.udel.edu (Cowboy Dan) Newsgroups: comp.emacs Subject: one way to trap line noise Message-ID: <44373@nigel.ee.udel.edu> Date: 12 Feb 91 02:27:16 GMT Sender: usenet@ee.udel.edu Followup-To: comp.emacs Organization: HITL, R+D Cowboys (EntityOS Group at U of Delaware) Lines: 12 Nntp-Posting-Host: braindamaged.cis.udel.edu I trap line noise from within emacs with (define-key (make-sparse-keymap) "^?{" 'noise) although both keys DEL (^?) and { are mapped to their respective functions, this still works due to the rapid succession of the characters from line noise. -Dan --