richk@TERA.COM (Richard Korry) (10/18/90)
I want to rebind keys in the minibuffer. I have tried: (define-key minibuffer-must-match-map "^D" 'minibuffer-complete) and other variations without luck. Any ideas? In the same vein, is there a way to print out the names of all the keymaps defined? rich