emacs-devel
[Top][All Lists]
Advanced

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

Re: Defining key onto copied global map problem


From: Stefan Monnier
Subject: Re: Defining key onto copied global map problem
Date: Tue, 24 Feb 2009 17:14:26 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux)

>     (define-key (copy-keymap (current-global-map)) (kbd "M-c") 'ignore)

This creates a new keymap (of same content as the global map), modifies
it and then throws it away.


        Stefan




reply via email to

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