[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
rebinding C-H in lisp-listeners
- To: slug@ai.sri.com
- Subject: rebinding C-H in lisp-listeners
- From: starnet!bass!lakin@apple.com (Fred Lakin)
- Date: Sun, 3 Nov 1991 20:52:12 -0500
- Illegal-object: Syntax error in Message-Id: value found on relay.cs.toronto.edu: Message-Id: <9111040152.AA00314@bass.> ^-illegal subdomain in domain
Is it just a matter of finding the right comtab?
This seems to work for zmacs:
(set-comtab-return-undo *zmacs-comtab*
'(#\CONTROL-H COM-RUBOUT
#\META-H COM-BACKWARD-KILL-WORD
)
... and *standard-comtab* gets mini-buffers.
tnx,
-f