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: Joakim Hove
Subject: Re: How can I set a different key binding to minibuffer?
Date: Fri, 09 May 2003 15:18:54 +0200
User-agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.2 (gnu/linux)

Wang Yin <wang-y01@mails.tsinghua.edu.cn> writes:


> Can I have a different key binding in the minibuffer? How do I set it?
> Or can I have a different local variable
> hippie-expand-try-functions-list in my minibuffer?

Try:

(define-key 'minibuffer-local-map [(tab)] 'minibuffer-complete)

 [There are some other minibuffer maps as well:

    M-x apropos ^minibuffer.*map 

  you might have to define keys for them as well?]

Joakim

-- 
Joakim Hove  / hove@ii.uib.no  /  (55 5) 84076


reply via email to

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