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

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

How do you set a key in all buffers except the minibuffer?


From: Elena
Subject: How do you set a key in all buffers except the minibuffer?
Date: Wed, 08 Dec 2010 15:18:15 -0000
User-agent: G2/1.0

Hello,

I wonder how do you set a key in all buffers except the minibuffer?
After reading the ELisp reference, I've tried this:

(global-set-key (kbd "C-l") 'my-command)
(define-key minibuffer-local-map (kbd "C-l") nil)

but it doesn't work.

Any hints? Thanks.


reply via email to

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