[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
how to bind C-H to rubout in lisp-listeners
- To: slug@ai.sri.com
- Subject: how to bind C-H to rubout in lisp-listeners
- From: starnet!bass!lakin@apple.com (Fred Lakin)
- Date: Tue, 2 Jul 1991 17:40:36 -0400
- Cc: starnet!pgc!lakin@apple.com
- Illegal-object: Syntax error in Message-Id: value found on relay.cs.toronto.edu: Message-Id: <9107022140.AA09183@bass.> ^-illegal subdomain in domain
I now spend alot of my time on other keyboards and have lost
the rubout reflex -- replaced by C-H.
Using the following forms, I have managed to make C-H do rubout in zmacs
buffers and mini-buffers:
(login-eval
(set-comtab-return-undo *zmacs-comtab*
'(#\CONTROL-H COM-RUBOUT)))
(login-eval
(set-comtab-return-undo *standard-comtab*
'(#\CONTROL-H COM-RUBOUT)))
However, the all-important lisp-listener C-H is uneffected. How can
I get that too?
thanks,
-f
starnet!pgc!lakin@apple.com