Xref: utzoo gnu.emacs.help:91 comp.emacs:9342 Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!TERA.COM!richk From: richk@TERA.COM (Richard Korry) Newsgroups: gnu.emacs.help,comp.emacs Subject: rebinding keys in minibuffer Message-ID: <1990Oct18.165835.10825@tera.com> Date: 18 Oct 90 16:58:35 GMT Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.emacs.help Distribution: gnu Organization: Tera Computer Company, Seattle, WA Lines: 5 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