[comp.emacs] one way to trap line noise

pezely@cis.udel.edu (Cowboy Dan) (02/12/91)

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
-- 
<Pezely@udel.edu>