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

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

define-key minibuffer-mode-map


From: Florian Kaufmann
Subject: define-key minibuffer-mode-map
Date: 29 Mar 2006 10:39:39 -0800
User-agent: G2/0.2

Hello

I try to change the keybindings for the minibuffer. I put the following
in my init.el

(add-hook 'minibuffer-mode-hook
          '(lambda ()
             (define-key minibuffer-mode-map [(control j)]
'backward-char)
             (define-key minibuffer-mode-map [(control l)]
'forward-char) ))

But it doesn't seem to work. If I'm in the minibuffer invoked trough a
grep-find, C-j still exits the minibuffer. Has anybody an idea what
went wrong?

Thank you & greetings

Flo



reply via email to

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