help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I set a different key binding to minibuffer?


From: Kevin Rodgers
Subject: Re: How can I set a different key binding to minibuffer?
Date: Mon, 12 May 2003 11:51:14 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

wang yin wrote:

I set this key in the minibuffer. But this scheme just can't work
properly.

M-x loa TAB
in the minibuffer will be expand into "load-path". Which is not what I
wanted.

I'm not good at elisp. Can you give a conditional clause that can only
change keybinds in buffers other than the minibuffer?

The minibuffer has its own keymaps (M-x apropos RET minibuffer.*map RET),

so defining a key that's already bound in the minibuffer in the global keymap
shouldn't affect the minibuffer.

If you want to change a key's behavior in the minibuffer, rebind it in the
relevant minibuffer keymaps.

--
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]